SubmarinerApp / Submariner

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

Parse disc number #153

Closed jlxip closed 10 months ago

jlxip commented 10 months 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 10 months 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 10 months ago

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

NattyNarwhal commented 10 months ago

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