if this is currently possible then i apologize. when i go into an album in my music, i can sort the album by track order. this usually is fine, but some of my albums are 2 or 3 discs. xbmc seems to group all the track 1's from the 2 or 3 discs together, then the track 2's etc. could the track sort be adjusted to take into account the disc number property of the mp3 tag if one is set? thanks.
i've done some work on this.
as always, there's problems with differing syntax in the various tag formats.
currently i have the following running:
mp3: uses the tpos to grab the part of the set.
wma: uses wm/partofset. Minidisc Frequently Asked Questions:: Could you please sort it all out for me in a clear and simple way? per track could be lost, and on a disc with 25 tracks that would be 5 minutes http://www.minidisc.org/minidisc_faq.htmlHOME |
ogg/flac: uses discnumber vorbis comment.
mpc/ape/mp3: using apev2 tags: uses "media" tag. <- unsure about this one - if anyone has any info about this please let me know.
m4a: uses the "disk" atom.
what happens is i'm using the top word of the tracknumber field to store the cd number. displaying track numbers just gives the bottom word of the field, so all track numbers are just that - no cd number info. however, for sorting purposes, the entire field is used, thus sorting on cd number followed by track number.
needs some more testing to ensure it works, but it'll be in cvs shortly.
if anyone has more information about what popular tagging apps use that i haven't supported, please let me know.
cheers,
jonathan
excellent. thanks very much for you effort. i can't wait to see it in there!
itunes adds partinset to tags in mp3 files.
yep, tested itunes :)
Nortel Unveils Vision, Strategy for Israeli High-Performance Net
Busy Friday Leads to Strong Close for Net Stocks
|