Can i force the Monkey to write two digit track numbers?
Posted: Sat Mar 15, 2008 5:14 am
i mean 01 instead of only 1..
Does anybody know?
Does anybody know?
The Music Manager for Serious Collectors
http://mediamonkey.com/forum/
Code: Select all
<Artist>\<Track #:-2><Title>Code: Select all
<Track #:2>Code: Select all
<Track#:2>SerialK wrote:thanks for the replies!
If i understand correctly the masks are only for the filenames - but what i want to change are the tags.
And that script, what does it do, just force the Monkey to SHOW a leading Zero, or relly add it in the tag?
cool thanks i did not know or remember about that one.Big_Berny wrote:AFAIK there's no script to force MM to write a leading zero.
But with this script you can fix your whole library with one click: http://www.mediamonkey.com/forum/viewtopic.php?t=14822
EDIT: It really adds the '0' to the tag!
That's the same script D Rock linked above.rovingcowboy wrote:cool thanks i did not know or remember about that one.Big_Berny wrote:AFAIK there's no script to force MM to write a leading zero.
But with this script you can fix your whole library with one click: http://www.mediamonkey.com/forum/viewtopic.php?t=14822
EDIT: It really adds the '0' to the tag!
drjboulder wrote: At any rate you can use Bex's Case & Leading Zero Fixer to fix the tracks without a leading zero.
Great! Thank you!Big_Berny wrote:I know. But I added that the tag will be changed!
Cool! Thank you very much!Big_Berny wrote:I know. But I added that the tag will be changed!
Code: Select all
' INSTALL, Two different ways:
'
' ** Update existing Case script (wich is shipped with MM) **
' 1) Goto "Mediamonkey\Scripts" folder. Open up the existing script named Case.vbs in e.g. Notepad
' 2) Replace all the code in the file with this code
' 3) (Re)start MediaMonkey
'
' ** Separate Install, which will work independently of the Case script **
' 1) Goto "Mediamonkey\Scripts" folder. Right click and create a txt file.
' 2) Name it CaseModify.vbs (Make sure it's not named CaseModify.vbs.txt)
' 3) Copy all this content into the file and save it.
' 4) Open up the scripts.ini file located in the same folder and add the text below to the end of the file
'[CaseModify]
'FileName=CaseModify.vbs
'ProcName=TitleCase
'Order=10
'DisplayName=Case Modify...
'Description=
'Language=VBScript
'ScriptType=0
'Shortcut=Ctrl+E