I was wondering is there any way i could catalog all my files like give them a catalog number eg bon jovi - livin on a prayer is 00012 then b.o.b - magic is 000078 but it doesnt matter what number they are just so of ease of access to find them
Cheers
Damobarrowafc
Catalog Number
Re: Catalog Number
Do you want auto numbering or manually add a number? The latter can easily be done in a Custom field. The former could be scripted.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
-
- Posts: 9
- Joined: Fri Nov 26, 2010 8:08 am
Re: Catalog Number
Auto, Just so they all have a 5 digit number
I dont really know how to setup scripts etc i just know how to add them to media monkey and use them once there
Cheers
Damobarrowafc
I dont really know how to setup scripts etc i just know how to add them to media monkey and use them once there
Cheers
Damobarrowafc
Re: Catalog Number
I don't know if an existing script can already do this so I'm moving this to the addons forum.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Re: Catalog Number
You could use RegExp Find & Replace add-on with the following settings:
Find what: ^.*
Into: whatever, e.g. Custom 1
Regular expression 1: checked
Replace with: Right("0000" & oSongData.ID, 5)
VBScript expression: checked
Find what: ^.*
Into: whatever, e.g. Custom 1
Regular expression 1: checked
Replace with: Right("0000" & oSongData.ID, 5)
VBScript expression: checked
● Magic Nodes 4.3.3 / 5.2 ● RegExp Find & Replace 4.4.9 / 5.2 ● Invert Selection/Select None 1.5.1 ● Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1 ● Expand Child Nodes/Expand All 1.1.2 ● Event Logger 2.7 ● Filtered Statistics Report 1.6 ● Track Redirection & Synchronization 3.4.2 ● Restore/Synchronize Database 3.1.8 / 4.0.1 ● Find Currently Playing Track 1.3.2 ● Queue List 1.2.1 ● Add to Library on Play 1.0.1 ● Tree Report for Child Nodes 1.1.1 ● Update Location of Files in Database 1.4.5 / 2.3 ● Inherit Child Playlists 1.0.3 ● Add Currently Playing/Selected Track(s) to Playlist 1.2