Expanding the NetRadio Node

Get answers about using MediaMonkey 4 for Windows.

Moderator: Gurus

marioval
Posts: 22
Joined: Sun Jan 07, 2007 9:55 am

Expanding the NetRadio Node

Post by marioval »

I have TweakMonkey installed which lets me pick my startup node, hide unused nodes, and expand the nodes of my choice on startup. One thing that it does not do, which I would like to do, is auto expand the NetRadio node on startup. is there another plugin that will do this and not interfere with TweakMonkey?
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

which I would like to do, is auto expand the NetRadio node on startup.
Then this will have to be implemented in a next TweakMonkey version.
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
marioval
Posts: 22
Joined: Sun Jan 07, 2007 9:55 am

Post by marioval »

So no way to do it now?
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

Sure, use this auto-script

Code: Select all

Sub OnStartup

    SDB.MainTree.Node_Radio.Expanded = True

End Sub
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
marioval
Posts: 22
Joined: Sun Jan 07, 2007 9:55 am

Post by marioval »

Pardon my ignorance but how do I do that?
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

It's explained in the FAQ: How do I install scripts?

Basicly you have to paste the above code in a new plain text file called e.g. ExpandRadioNode.vbs (extension vbs !!) and put it in MediaMonkey's Scripts\Auto folder (usually C:\Program Files\MediaMonkey\Scripts\Auto).
Once MediaMonkey is (re)started, you'll see the effect.
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
marioval
Posts: 22
Joined: Sun Jan 07, 2007 9:55 am

Post by marioval »

That worked. Thanks
Post Reply