You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to https://usdx.eu/format/#specs the #MP3 section is deprecated and should be replaced with #AUDIO
However when providing txt files with only #AUDIO and no #MP3 they don't show up in the play section but also don't throw any warnings in Settings->Songs.
Expected behaviour
It should just accept the #AUDIO tag instead of the #MP3 tag.
Alternatively it should at least throw up some warning/error in the Settings->Songs section.
As far as I can tell the ideal solution would be to accept the #AUDIO tag and even throw a deprecation warning in Settings->Songs that #MP3 is deprecated and should be replaced with #AUDIO seeing that it's supposed to be removed in 2025.
Steps to reproduce
Reproducible (mark with x): [x] always, [ ] sometimes
Add song folder with only #AUDIO and no #MP3 to the songs folder
Navigate to the song selection menu
Verify song isn't there
Change #AUDIO to #MP3 in the .txt file
Repeat and verify it shows up
Details
I'm a bit confused that the specs page lists USP as a supported app for the AUDIO tag but at least for me it didn't work. There might be additional factors involved if this issue were to be specific to me.
Turns out in the log file it actually logged an error about MP3 being a required field.
Issue type: Bug report
Actual behaviour
According to https://usdx.eu/format/#specs the #MP3 section is deprecated and should be replaced with #AUDIO
However when providing txt files with only #AUDIO and no #MP3 they don't show up in the play section but also don't throw any warnings in Settings->Songs.
Expected behaviour
It should just accept the #AUDIO tag instead of the #MP3 tag.
Alternatively it should at least throw up some warning/error in the Settings->Songs section.
As far as I can tell the ideal solution would be to accept the #AUDIO tag and even throw a deprecation warning in Settings->Songs that #MP3 is deprecated and should be replaced with #AUDIO seeing that it's supposed to be removed in 2025.
Steps to reproduce
Details
I'm a bit confused that the specs page lists USP as a supported app for the AUDIO tag but at least for me it didn't work. There might be additional factors involved if this issue were to be specific to me.
Turns out in the log file it actually logged an error about MP3 being a required field.
The text was updated successfully, but these errors were encountered: