Description
Is your feature request related to a problem? Please describe.
Currently the tracks for albums with multiple discs are ordered by disc and then track number. However is no heading or separator for the discs which makes it hard for me to read the track list when multiple discs are present (that could just be me?).
Describe the solution you'd like
It would be nice if there was an inclusion of something like Navidrome's interface where the various discs could be seperated by subheadings. These subheads could draw from the corresponding tag, this thread from beets covers how they do their tagging and I know Navidrome uses TPOS
for disc number and TSST
for disc title/subtitle.
Describe alternatives you've considered
The only other alternative I have considered would be the existing setup with simple ordering. However, at least for me, this is not ideal as it makes it hard for my brain to parse the wall of tracks with repeating track numbers. 😅
Additional context
This issue is similar to - but unique from - #153, #188, #27, and #106. Since Submariner reads TPOS
to sort the tracks, I hoped the addition of this would be straightforward. However, since I am unfortunately unfamiliar with both C and Swift, my ability to help or judge difficulty is limited.