- Thread starter
- Moderator
- #71
Also, I know you've said that the new database supports the 'disc' tag and properly orders the tracks.. but I have not had success with this. Instead, the tracks are ordered as:
track 1 from disc 1
track 1 from disc 2
track 2 from disc 1
track 2 from disc 2
etc, etc
In fact, the order seems random (ie it's not always disc 1 first then 2). I don't see anything in the logs that would suggest this is a bug. Has it been implemented yet? The difference between this and the last version (RC2) is that before, I could set the 'treat tracks in an individual folder as an album' option to separate the discs.. but it doesn't seem to work anymore in the case that the album names are the same for different folders.
Dezed,
rtv is right, we're missing the GUI capabilities.
However i introduced a while ago a method to display multiple disc traclks.
Somehow i removed it by accident.
What we do is the following:
if the DiscId is > 0 then we add DiscID * 100 to the track number.
So you get:
101 - Track1 from Disc1
102 - Track2 from Disc1
etc.
201 - Track1 from Disc2
202 - Track2 from Disc2
change is available with next public build