Hi,
I use RockBox v 3.13 to hearing podcasts.
To set what is properly order of podcasts I use ID3 tags.
In this field I put date of emission. Becouse in field 'track number' there isnt enough place to put full date I write only two digits of date:
ie: 090101, 100101 150101 (2009/Jan/01, 01/Jan/2010, 01/Jan/2015 respectively)
and now I have problem:
Rockbox sort podcasts in wrong way:
100101
150101
90101 (here rockbox cuted leading zero)
as can you see
Rockbox properly recognizes tracks tags as numbers,
but obviously treats 090101 as lager than 100101 - why?
Please, give me advice how to solve this problem
How to force properly sorting podcasts in properly way?
please help me - Jack
PS: Maybe in track number we can not put number larger than 2^16 (65536) - is this good way of thinking?