-
I have a number of albums which are multi-disc sets, and right now Music Assistant only sorts by track number, so I end up with this type of play order:
Where the relative order of discs 1 and 2 is typically random for each track. It'd be awesome to have support for the disc number field as well as the track number. |
Beta Was this translation helpful? Give feedback.
Answered by
durin42
Dec 21, 2024
Replies: 1 comment 6 replies
-
We sort by disc and track number so if that isnt working that is a bug |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrading to 2.3.4 (I was on 2.3.0) didn't fix it - as an experiment I disabled the Subsonic source and re-enabled it but that didn't help. Then as a final guess before diving in with a jupyter notebook and py-opensonic I:
library.db
(after backing up)Now I see the disc-number fields, so it looks like something was borked in the database. It's fixed! Sorry for the extra work on your end, if any.
Is there some more graceful thing I could have done to force an update of the library entries? Nuking the sqlite db seems like a large hammer.
Thanks!