Catalog Number

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

damobarrowafc
Posts: 9
Joined: Fri Nov 26, 2010 8:08 am

Catalog Number

Post by damobarrowafc »

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
Lowlander
Posts: 58449
Joined: Sat Sep 06, 2003 5:53 pm

Re: Catalog Number

Post by Lowlander »

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.
damobarrowafc
Posts: 9
Joined: Fri Nov 26, 2010 8:08 am

Re: Catalog Number

Post by damobarrowafc »

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
Lowlander
Posts: 58449
Joined: Sat Sep 06, 2003 5:53 pm

Re: Catalog Number

Post by Lowlander »

I don't know if an existing script can already do this so I'm moving this to the addons forum.
ZvezdanD
Posts: 3265
Joined: Thu Jun 08, 2006 7:40 pm

Re: Catalog Number

Post by ZvezdanD »

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
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
Post Reply