Hi all,
I was wondering if there's a script to convert positions into a proper disc#, track# format.
Examples transformations (Current Disc# - Current Track# -> Desired Disc# - Desired Track#):
01 - 01 -> 1 - 1 (clear leading zeros)
Empty - 201 -> 1 - 1 (split track# into disc#-track#)
Empty - A -> A - 1 (use side as disc#)
Empty - B -> 2 - 1 (use side as disc# numeric) (some releases use AA instead of B)
Empty - AA -> 2 - 1 (use side as disc# numeric)
Empty - B1 -> B - 1 (split side into disc#-track#)
Empty - B1 -> 2 - 1 (split side into disc#-track# numeric)
Empty AA1 -> AA - 1 (use side as disc#) (some releases use AA instead of B)
Empty AA1 -> 2 - 1 (use side as disc# numeric) (some releases use AA instead of B)
Thanks,
Have a nice day!
Track Positions Correction / Transformation
-
olekristian75
- Posts: 10
- Joined: Tue Jun 10, 2008 6:09 pm
- Location: Oslo, Norway
Re: Track Positions Correction / Transformation
Hi,
Check this one - Case & Leading Zero Fixer (by Bex)
http://www.mediamonkey.com/forum/viewtopic.php?t=14822
Check this one - Case & Leading Zero Fixer (by Bex)
http://www.mediamonkey.com/forum/viewtopic.php?t=14822
Re: Track Positions Correction / Transformation
Thanks but this only fixes the leading 0's problem (first transformation).