Main Upload

This is the start upload I figured this is a way for me to easily tweak with radio DJ and get the album art
This commit is contained in:
minster586
2026-09-09 05:03:17 -04:00
parent 84c241f661
commit b9a2cc584b
11 changed files with 4151 additions and 14 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "rdj-art-app",
"version": "1.0.0",
"description": "Manage missing album artwork for a RadioDJ MySQL database: free artwork lookup (iTunes / MusicBrainz), ZIP export renamed to audio filenames, and optional database update.",
"main": "server.js",
"license": "MIT",
"engines": {
"node": ">=20"
},
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"archiver": "^7.0.1",
"better-sqlite3": "^11.10.0",
"express": "^4.21.2",
"mysql2": "^3.14.0"
},
"overrides": {
"qs": "^6.16.0"
}
}