Add MP3 metadata settings and auto-tag uploaded files with title, artist, album, year, genre, comment
This commit is contained in:
parent
98b191ff3c
commit
d74a715216
4 changed files with 130 additions and 30 deletions
7
booth_settings.json
Normal file
7
booth_settings.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"artist": "Trollgorithm",
|
||||
"album": "Theme Booth 2026",
|
||||
"year": "2026",
|
||||
"genre": "Country Metal",
|
||||
"comment": "Custom booth song"
|
||||
}
|
||||
Reference in a new issue