12-17-2020, 04:32 PM
TTheOldPresbyope
I just noticed something. I use mp4tag to organize my library and track ordering is off when i use a single number for the tag (e.g. 12 as opposed to 12/19 for a 19 track album). Tracks seem to order as 1,10,11,12...19,2,3,4,5,6,7,8,9. Should I be using the total track count in the tag with the /?
Thanks for any help.
This is classic situation with string comparisons. The solution is to number tracks 01, 02, ..., 99 if one knows there will never be more that 99 tracks.
Regards,
Kent
That worked. Funny I never noticed. Classical recordings had their movements out of order.
Thank You and Merry Christmas
I am looking forward to 7.0!
I just noticed something. I use mp4tag to organize my library and track ordering is off when i use a single number for the tag (e.g. 12 as opposed to 12/19 for a 19 track album). Tracks seem to order as 1,10,11,12...19,2,3,4,5,6,7,8,9. Should I be using the total track count in the tag with the /?
Thanks for any help.
This is classic situation with string comparisons. The solution is to number tracks 01, 02, ..., 99 if one knows there will never be more that 99 tracks.
Regards,
Kent
That worked. Funny I never noticed. Classical recordings had their movements out of order.
Thank You and Merry Christmas
I am looking forward to 7.0!