Track Positions Correction / Transformation

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Track Positions Correction / Transformation

Re: Track Positions Correction / Transformation

by Let » Fri Dec 18, 2009 2:39 pm

Thanks but this only fixes the leading 0's problem (first transformation).

Re: Track Positions Correction / Transformation

by olekristian75 » Fri Dec 18, 2009 10:45 am

Hi,

Check this one - Case & Leading Zero Fixer (by Bex)

http://www.mediamonkey.com/forum/viewtopic.php?t=14822

Track Positions Correction / Transformation

by Let » Fri Dec 18, 2009 10:08 am

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!

Top