SubmarinerApp / Submariner

A Subsonic client for macOS
https://submarinerapp.com
BSD 3-Clause "New" or "Revised" License
142 stars 4 forks source link

Parse disc number #153

Closed jlxip closed 1 year ago

jlxip commented 1 year ago

Submariner does not parse the disc number field of the files metadata, which makes multi-disc albums hard to listen. See here. While this is a common problem in Subsonic clients, implementing it should be easy enough.

NattyNarwhal commented 1 year ago

It actually is, though there's no column for it. The default sort order is disc then track, but there is no obvious way to reset it back to that if you change the ordering.

Screenshot 2023-08-14 at 5 13 51 PM

Try removing the saved sort order, run defaults delete fr.read-write.Submariner "NSTableView Sort Ordering v2 ServerMusicTable". There should be a way to reset it back to disc then track from the UI though.

jlxip commented 1 year ago

Cool, that will help me as a temporal solution. Thanks!!

NattyNarwhal commented 1 year ago

Looks like I already fixed this - sorting by track should make it sort by disc too.