Fix MP3 comment tagging and remove Genre from settings metadata
This commit is contained in:
parent
e0e9d44065
commit
77e23ba52c
3 changed files with 11 additions and 6 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": null,
|
||||
"comment": "Custom booth song comment"
|
||||
}
|
||||
Reference in a new issue