We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For albums with multiple discs, tracks should first be sorted by disc number.
For ID3 (.mp3) it works, but not for VorbisComment (.flac, .ogg).
.mp3
.flac
.ogg
DISCNUMBER
1
Detect the DISCNUMBER tag correctly in fLaC and OggS.
fLaC
OggS
Audio Player version: (see /settings/apps) 2.0.0
/settings/apps
The text was updated successfully, but these errors were encountered:
Disc number for FLAC
047647a
#196
corrected
Sorry, something went wrong.
b23361d
Rello
No branches or pull requests
Expected behavior
For albums with multiple discs, tracks should first be sorted by disc number.
Actual behavior
For ID3 (
.mp3
) it works, but not for VorbisComment (.flac
,.ogg
).Steps to reproduce the behavior
DISCNUMBER
greater than1
.1
and sorted wrong.Possible solution (optional)
Detect the
DISCNUMBER
tag correctly infLaC
andOggS
.Server configuration
Audio Player version: (see
/settings/apps
)2.0.0
The text was updated successfully, but these errors were encountered: