Add MP3 metadata settings and auto-tag uploaded files with title, artist, album, year, genre, comment

This commit is contained in:
Troll (Hermes Agent) 2026-08-01 22:00:08 +00:00
parent 98b191ff3c
commit d74a715216
4 changed files with 130 additions and 30 deletions

7
booth_settings.json Normal file
View file

@ -0,0 +1,7 @@
{
"artist": "Trollgorithm",
"album": "Theme Booth 2026",
"year": "2026",
"genre": "Country Metal",
"comment": "Custom booth song"
}