tblancher / pymazon

Automatically exported from code.google.com/p/pymazon
Other
0 stars 0 forks source link

Track Numbers with leading zeroes #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there, 

great program! Really takes the sting out of album downloads :)

I'd love to have the single digit track numbers to have leading zeroes. As it 
is, there are sorting issues in file managers or mp3 players (1, 10, 11, 2, 3, 
...). I only know PHP, but there it'd be one line of code like
if(strlen($tracknum) == 1) { $tracknum = "0".$tracknum; }

Now, I do it manually. Best regards!

Jan

Original issue reported on code.google.com by janpmuel...@gmail.com on 9 Mar 2011 at 6:05

GoogleCodeExporter commented 8 years ago
This is already fixed in trunk.

Original comment by SCColbert@gmail.com on 9 Mar 2011 at 6:06

GoogleCodeExporter commented 8 years ago
Ah, good to hear! Thanks for pointing this out, I'll wait for the next released 
version then, right? 

Original comment by janpmuel...@gmail.com on 9 Mar 2011 at 6:22

GoogleCodeExporter commented 8 years ago
Du kannst ja einfach mit HG die neue Version herunterladen wenn du nicht auf 
eine richtige
Freigabe warten will. Es soll ziemlich gut functionieren.

Und vielen dank fuer das Geldgeschenk!

Original comment by SCColbert@gmail.com on 9 Mar 2011 at 6:54