[ubuntu-mono] [Bug 483912] Re: When sorting by track number, sometimes track 1 is incorrectly sorted at the bottom

Bertrand Lorentz bertrand.lorentz at gmail.com
Wed Nov 3 21:24:46 GMT 2010


After looking into the database attached, it seems that problem is
caused by the fact that some tracks in the same album have a different disc
number:

sqlite> select TrackID, AlbumID, Year, Disc, TrackNumber, Title from coretracks
where trackid in (5927, 5928);
TrackID|AlbumID|Year|Disc|TrackNumber|Title
   5927|    484|2007|   1|          1|Sunrise
   5928|    484|2007|   0|          2|Wait For The Summer

As the disc number is used in the sort query, track number 1 ends up after
track 2.

Alex and others, could you double check the "Disc Number" in your
tracks' information, and report back if it is in fact the cause of your
problems ?

-- 
When sorting by track number, sometimes track 1 is incorrectly sorted at the bottom
https://bugs.launchpad.net/bugs/483912
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to banshee in ubuntu.

Status in Banshee Music Player: New
Status in “banshee” package in Ubuntu: Confirmed

Bug description:
Binary package hint: banshee

This happens with some of my albums, not all of them.  On some albums, when I sort by track number ascending, track 1 appears at the bottom.  This happens even if there are more than 10 tracks (i.e. track 1 is sorted below track 10).  There is nothing special about the ID3 tags in the affected files that I can tell.  Please let me know if there's any other info I can provide to help figure this out.





More information about the Ubuntu-mono mailing list