ExternalTools v1.4 [MM2+3+4]

Post a reply

Visual Confirmation

To prevent automated access and spam, you are required to confirm that you are human. Please place a check mark next to all images of monkeys or apes. If you cannot see any images, please contact the Board Administrator.

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: ExternalTools v1.4 [MM2+3+4]

Re: ExternalTools v1.4 [MM2+3+4]

Post by Steegy » Sat Nov 10, 2012 9:00 am

Hello, I just tested this.

For the script to work there should be at least 1 item in the main tracks list.
E.g. when you select the Music, Location, ... node, all tracks underneath it are shown in the tracks list.

However, this does not happen for nodes My Computer, C:\, ... This is the reason that the script doesn't do anything in those cases; there's simply no track to get its information from.
Why MediaMonkey doesn't show all tracks underneath in those cases, I don't know...

But even then the script runs on the path of the first track in the list, depending on what track that is it could be the usb drive itself or any subfolder.

So, I think the easiest way to do what you want is... simply running the application manually. A Windows shortcut can easily be made e.g. "C:\Path\To\Mp3DirSorter.exe" "H:\" /SortFolders (assuming H is your USB drive).

Cheers,
Steegy

Re: ExternalTools v1.4 [MM2+3+4]

Post by MP3Joe » Sat Nov 10, 2012 7:57 am

Hi,

Unfortunately it does not work. Do you have another idea?

Thanks
MP3Joe

Re: ExternalTools v1.4 [MM2+3+4]

Post by Steegy » Mon Nov 05, 2012 12:27 pm

Oops, you're right, I didn't read the German text :oops:

This should work (I think, I didn't test and I haven't seen the script in a loooong time):
Code: Select all
Program Path:
C:\Path\To\Mp3DirSorter.exe

Parameters:
%P /SortFolders

Execute Tool:
[X] Run it once


Cheers,
Steegy

Re: ExternalTools v1.4 [MM2+3+4]

Post by MP3Joe » Mon Nov 05, 2012 12:12 pm

Hi Steegy,

thanks for your reply.
The programm supports command line parameters:
/SortFolders
and
/SortFiles

The Website says: Simply specify the directory and / SortFolders and / or / SortFiles as a parameter.

How should I configure external tools for this to work (Right click on a USB stick in the list and then select Dirsorter.)?
Can you please tell me what I need to adjust?

Thanks!

Re: ExternalTools v1.4 [MM2+3+4]

Post by Steegy » Sun Nov 04, 2012 8:11 pm

MP3Joe wrote:i have one question. Is it possible to configure External Tools with this Program:
http://funblog.themeparks.de/tag/mp3dir ... 3dirsorter

Hi MPJoe,

If that application supports command line parameters, then yes it is possible. But I don't think it supports them (from what I see on that web site).
I'd recommend that you ask the creater of that application. Maybe he can add support, i.e. to be able to use something like
Code: Select all
Mp3DirSorter.exe/folders "pathtodirectorytorenamesort"


Cheers,
Steegy

Re: ExternalTools v1.4 [MM2+3+4]

Post by Steegy » Sun Nov 04, 2012 8:05 pm

@negcreep80:

The mmip (MediaMonkey Installation Package) file is a zip-compressed file (it just has extension mmip instead of zip) that contains the script's files and 'instructions' for MediaMonkey on how to install/uninstall these. To install the script, it suffices to double click it; then MediaMonkey should ask you if you want to install the script or not.

To edit the installed script, you need to look for the file ExternalTools.vbs. On Windows 7 it is located in C:\Users\casteleinr\AppData\Roaming\MediaMonkey\Scripts\Auto.
In that file (open it preferably with Notepad) you can remove the line
Code: Select all
Dim SDB : Set SDB = CreateObject("SongsDB.SDBApplication")



A possible alternative for the "Portable Mode" installations, according to http://www.mediamonkey.com/support/inde ... 53&nav=0,2 is editing the shortcut to the MediaMonkey application (right-click > Properties > tab Shortcut > target) to add /elevate /regserver at the end of "C:\Program Files (x86)\MediaMonkey\MediaMonkey.exe".
I suppose this should work:
"C:\Program Files (x86)\MediaMonkey\MediaMonkey.exe" /elevate /regserver
if that doesn't work try
"C:\Program Files (x86)\MediaMonkey\MediaMonkey.exe" "/elevate /regserver"

Instead of editing the shortcut, you can also simply execute that command (in the run dialog box Windows+R or in the command prompt).
!! Anyway, make sure that the path to the MediaMonkey.exe file is correct four your computer (mine is 64bit, therefore MM is installed in Program Files (x86), as 32bit) !!

Cheers,
Steegy

Re: ExternalTools v1.4 [MM2+3+4]

Post by MP3Joe » Sun Nov 04, 2012 10:30 am

Hello,

i have one question. Is it possible to configure External Tools with this Program:
http://funblog.themeparks.de/tag/mp3dir ... 3dirsorter

I want to have with a right click on a USB Stick in MM two choices: Sort by folders and sort by Files.

Is this possible and if so how do I set it?

Thank you in advance for the help!

Re: ExternalTools v1.4 [MM2+3+4]

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

Re: ExternalTools v1.4 [MM2+3+4]

Post by oddBeat » Tue Jul 10, 2012 1:20 am

Hi Mike D,

I m away from my computer for a month. Will try when I come back.

Thnx,
Roger

Re: ExternalTools v1.4 [MM2+3+4]

Post by Mike D. » Mon Jul 09, 2012 10:11 pm

Switch Media Monkey from portable installation to full.

Re: ExternalTools v1.4 [MM2+3+4]

Post by oddBeat » Tue Jun 05, 2012 5:27 pm

Steegy wrote: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).


Hi Steegy,

Thnx for workaround. But do you maybe know why this error, because this script is also giving me same error: 'AdvancedDuplicateFindFixMM3.vbs'
I tried to reinstall .NET 2, 3, 3.5 SP1, 4. Is there a problem with registry, or system files, or permissions?

Roger

Re: ExternalTools v1.4 [MM2+3+4]

Post by Steegy » Tue Jun 05, 2012 4:44 pm

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

Re: ExternalTools v1.4 [MM2+3+4]

Post by oddBeat » Fri Jun 01, 2012 6:06 pm

arindamc wrote:Windows7 Ultimate
Media Monkey Free (Portable) 4.0.3.1476

Tried to run your extension but got the "ActiveX Can't Create Object" error! Since then I kept getting the error every time I launched Media monkey, or even tried to uninstall the addon. Thankfully I had an older backup of the installation which I had to copy in order to get rid of the addon. :(

I would like to make this work. Any help please? :-?

I can run another mediamonkey addon just fine, but not this one. :(



Me 2, please help.

Roger

Re: ExternalTools v1.4 [MM2+3+4]

Post by arindamc » Thu May 31, 2012 10:47 pm

Windows7 Ultimate
Media Monkey Free (Portable) 4.0.3.1476

Tried to run your extension but got the "ActiveX Can't Create Object" error! Since then I kept getting the error every time I launched Media monkey, or even tried to uninstall the addon. Thankfully I had an older backup of the installation which I had to copy in order to get rid of the addon. :(

Image

I would like to make this work. Any help please? :-?

I can run another mediamonkey addon just fine, but not this one. :(

EDIT: Followed the instructions in this thread, dll registration went fine, but I still get the error.

http://social.technet.microsoft.com/For ... 93579ad55d

Re: ExternalTools v1.4 [MM2+3+4]

Post by n8er11 » Wed May 30, 2012 10:06 pm

This one is working well for Album Art Downloader. I use folder.jpg for all of my album folders..

Code: Select all
ProgramPath - C:\AlbumArtDownloader\AlbumArt.exe

Parameters - "%R" "%L" /path %P\folder.jpg

Run it once


MM4
Win7 32

Top