pragha-music-player / pragha

Pragha is a Lightweight Music Player for GNU/Linux.
GNU General Public License v3.0
173 stars 35 forks source link

Track numbers from different CDs get mingled #88

Open Logout22 opened 8 years ago

Logout22 commented 8 years ago

Multi-CD albums have their tracks displayed mingled in the library view. Ideally, there should be an annotation with the track number for each track, and they should be ordered by record number as well.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27720157-track-numbers-from-different-cds-get-mingled?utm_campaign=plugin&utm_content=tracker%2F352350&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F352350&utm_medium=issues&utm_source=github).
matiasdelellis commented 8 years ago

Hi @Logout22 This is due to the lack of the disc number support on taglib.. Using the C binding only can know the name of the disc, but not return any information about their number..

Sorry.. Today best thing that I can recommend is to change the disc name to "DiscName CD#"

Regards.