Kodi Community Forum
Music Library track numbering problems - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Music Library track numbering problems (/showthread.php?tid=194826)



Music Library track numbering problems - wickedlemon - 2014-05-11

Some of my albums are displaying tracks in the wrong order. It's mainly happening with bonus tracks. I've looked in the database and it seems that the the main tracks are being given track numbers like 65537, 65538 etc but the bonus ones are 17, 18, 19 etc in the itrack column of the song table. Where are these silly high track numbers coming from and what are they? How do I get XBMC to just use the track numbers in the ID3 tag?


RE: Music Library track numbering problems - whitebelly - 2014-05-11

May be another case of info messed up by the Musicbrainz tags. Check the offending songs in MP3Tag and see if those tags exist. If they do, delete them. There's a couple of threads on the issue here recently if you want more detail.


RE: Music Library track numbering problems - wickedlemon - 2014-05-11

I deleted the database and rescanned using a different scraper but same issue. I'll have to have a dig. I didn't see anything wrong when I checked the files in MP3Tag. As a quick fix I just subtracted 65536 from every large track number in the database.


RE: Music Library track numbering problems - jmarshall - 2014-05-12

The high tracknumber means disk2 track 1 etc. i.e. it's disknumber *2^16 + tracknumber.

Fix the disknumber tags and all will be good.