StartupNode: Automaticly open a node when MediaMonkey starts

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

モデレータ: Peke, Gurus

Steegy
記事: 3452
登録日時: 土 11 05, 2005 7:17 pm

投稿記事 by Steegy »

Hey

The new "StartupNode" submenu is added to the "Edit" menu (not the "View" menu as I mentioned in the first post. Sorry about that; I now fixed this typing.)

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Eyal
記事: 3127
登録日時: 日 6 26, 2005 9:27 am

投稿記事 by Eyal »

Thank you very much. I tink that this was the only essential thing missing from Mediamonkey. Now this script make MM act like a Pro software. You understand? Now can I consider MM as a software, not like a program anymore.
Steegy
記事: 3452
登録日時: 土 11 05, 2005 7:17 pm

投稿記事 by Steegy »

In that case MM3 will make you even happier. I think that in one of the next versions a "startup node" functionality will be included natively.
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Eyal
記事: 3127
登録日時: 日 6 26, 2005 9:27 am

投稿記事 by Eyal »

That would be great! I bought Mediamonkey 2.x Gold,
and I surely buy version 3.x.

Thanks again.
Xanadu
記事: 4
登録日時: 水 4 11, 2007 4:15 am

投稿記事 by Xanadu »

Hey

I have been using startupnode for a couple days and it is a great script.
Today I installed magic nodes but startupnode doesn't open the node created with magic nodes. Is there any way that the two can work together?
Thanks
Steegy
記事: 3452
登録日時: 土 11 05, 2005 7:17 pm

投稿記事 by Steegy »

MediaMonkey executes the auto-scripts alphabetically (I think), so because MagicNodes comes before StartupNode that's OK (otherwise we'd have to rename on of the vbs files).

...B U T...: Probably MagicNodes hasn't yet finished creating the custom node while StartupNode is executed. Therefore StartupNode can't select the not yet created node.

To try to fix it, open the StartupNode.vbs file (usually in C:\Program Files\MediaMonkey\Scripts\Auto) in Notepad and change

コード: 全て選択

LaunchTimerTimeout = 0
to e.g.

コード: 全て選択

LaunchTimerTimeout = 500
That would make StartupNode wait 500 ms (0.5 seconds) before it starts. After that time, MagicNodes should already be finished.

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Xanadu
記事: 4
登録日時: 水 4 11, 2007 4:15 am

投稿記事 by Xanadu »

Hey Steegy

I tried the delay up to 2 sec but no luck.
Anyways, thank you for the response.
Xanadu
記事: 4
登録日時: 水 4 11, 2007 4:15 am

投稿記事 by Xanadu »

Hey Steegy,
I uninstalled tweakmonkey and everything works as advertised now.
Thanks again for this great script.

8)
Steegy
記事: 3452
登録日時: 土 11 05, 2005 7:17 pm

投稿記事 by Steegy »

JFYI: In the new version of TweakMonkey, you can disable it from setting a startup node so you can prevent it from interfering it with a script like StartupNode.
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
larebz
記事: 85
登録日時: 木 12 15, 2005 10:08 pm

投稿記事 by larebz »

can you tell me how i can stop the node from being expanded at startup when it opens please?
trixmoto
記事: 10024
登録日時: 金 8 26, 2005 3:28 am

投稿記事 by trixmoto »

Using "TweakMonkey"? It's one of the options in the TweakMonkey settings, you can choose for each node whether it is hidden/visible/expanded.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
larebz
記事: 85
登録日時: 木 12 15, 2005 10:08 pm

投稿記事 by larebz »

yer but the thing is i want it to startup on the Library>Location>(H: )>All node and i think tweakmonkey only has options for the main nodes and not certain ones doesnt it?
trixmoto
記事: 10024
登録日時: 金 8 26, 2005 3:28 am

投稿記事 by trixmoto »

Yes, try Favourite Nodes instead - I think this will do what you're after.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Steegy_

投稿記事 by Steegy_ »

larebz さんが書きました:can you tell me how i can stop the node from being expanded at startup when it opens please?
Yes, quite at the beginning of the script's code, change

コード: 全て選択

isStartupNodeExpanded = True
to

コード: 全て選択

isStartupNodeExpanded = False
larebz
記事: 85
登録日時: 木 12 15, 2005 10:08 pm

投稿記事 by larebz »

ahhh thanks alot mate, thats what i was looking for in the script, i dunno why i couldn't find it before casue that was what i changed in the old version of the startup nodes script before.
返信する