junos
Board Newbie
Group: Members
Posts: 2
Joined: Mar. 2010 |
 |
Posted: Mar. 20 2010,01:27 |
 |
My TrackNr are in format like "06/12"
Title = "Who Wants to Live Forever" Artist = "Queen" Album = "A Kind of Magic" Year = "1986" TrackNr = "06/12"
My current Auto Rename - output file name format are
Code Sample | <TrackNr>. <Artist> - <Title>.mp3 |
If I turn ON option «Ignore IDv2 track number "slash trails"» from settings, then I get Result (desired file name format)
Code Sample | 06. Queen - Who Wants to Live Forever.mp3 |
but If I using other tools like "Direct tag manipulation - Full tag casefix" then I lose that "/12" from TrackNr.
If I turn that option OFF, then I get Result
Code Sample | 06-12. Queen - Who Wants to Live Forever.mp3 |
but If I using then other tools, TrackNr trail stays nicely where it must.
Sometimes if I forget turn it ON/OFF I got those undesired results and this is just annoying! So when I found those "Fixed width fields" I thinked, it is solution for my problem. Because, if I use then format
Code Sample | <TrackNr:2>. <Artist> - <Title>.mp3 |
instead of
Code Sample | <TrackNr>. <Artist> - <Title>.mp3 |
I don't need turn that option ON. If I am correct, <TrackNr:2> just take those 2 characters from TrackNr field ? If I am correct, why program don't accept that field format? Explain how I may get those result with "MP3/Tag Studio", without turn it ON and OFF all the time ?
PS! sorry, if my English is so hard to understand. I speak in English only 2...3 times a year.
|