Expanding the NetRadio Node
Moderator: Gurus
Expanding the NetRadio Node
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?
Then this will have to be implemented in a next TweakMonkey version.which I would like to do, is auto expand the NetRadio node on startup.
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Sure, use this auto-script
Code: Select all
Sub OnStartup
SDB.MainTree.Node_Radio.Expanded = True
End SubExtensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
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.
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).