by negcreep80 » Thu Jul 26, 2012 1:55 pm
Good afternoon, going to resurrect this thread because I am not finding a straight answer...I've found two possible ones, but my lack of experience is preventing me from understanding how to go about doing it. So some background...
I would like to use this External Tools script to open Audacity (which is what I primarily use for audio editing) from a selected track in Mediamonkey. First of all, I wasn't sure how to properly the install the script (the .mmip file). After reading the knowledgebase article, I am now having the same issue as Oddbeat et al had in that I have the portable installation, so I am getting the ActiveX errors. I found this solution:
Steegy wrote:Hello Arindamc and Oddbeat,
Please delete the following line from the script and try again (by restarting MediaMonkey):
- Code: Select all
Dim SDB : Set SDB = CreateObject("SongsDB.SDBApplication")
That line is normally not necessary for the script to work (but normally it also doesn't cause problems).
Cheers,
Steegy
Unfortunately, I cannot tell how to properly edit the script...opening the file in Notepad, I just see a whole bunch of gibberish. Do I need a special program to decode the .mmip file/script and then delete that line?
The other workaround from the Knowledgebase was to "register the MediaMonkey COM server", as instructed here
http://www.mediamonkey.com/support/inde ... 53&nav=0,2 but again, I have no idea how to do this...I see the MediamonkeyCOM file in the directly, but how do I change it?
Or is this all a waste of time? Obviously, my knowledge is limited in this regard, so if I'm meddling in something I should not be, let me know...appreciate in advance any and all points in the right direction.
Good afternoon, going to resurrect this thread because I am not finding a straight answer...I've found two possible ones, but my lack of experience is preventing me from understanding how to go about doing it. So some background...
I would like to use this External Tools script to open Audacity (which is what I primarily use for audio editing) from a selected track in Mediamonkey. First of all, I wasn't sure how to properly the install the script (the .mmip file). After reading the knowledgebase article, I am now having the same issue as Oddbeat et al had in that I have the portable installation, so I am getting the ActiveX errors. I found this solution:
[quote="Steegy"]Hello Arindamc and Oddbeat,
Please delete the following line from the script and try again (by restarting MediaMonkey):[code]Dim SDB : Set SDB = CreateObject("SongsDB.SDBApplication")[/code]
That line is normally not necessary for the script to work (but normally it also doesn't cause problems).
Cheers,
Steegy[/quote]
Unfortunately, I cannot tell how to properly edit the script...opening the file in Notepad, I just see a whole bunch of gibberish. Do I need a special program to decode the .mmip file/script and then delete that line?
The other workaround from the Knowledgebase was to "register the MediaMonkey COM server", as instructed here http://www.mediamonkey.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=153&nav=0,2 but again, I have no idea how to do this...I see the MediamonkeyCOM file in the directly, but how do I change it?
Or is this all a waste of time? Obviously, my knowledge is limited in this regard, so if I'm meddling in something I should not be, let me know...appreciate in advance any and all points in the right direction.