Hide Podcasts node?
Posted: Mon Apr 30, 2007 5:58 am
Is it possible to hide the podcasts node in MM3. I tried using TweakMonkey and my own little HideNode script but nothing works.
/Rickard
/Rickard
The Music Manager for Serious Collectors
https://www.mediamonkey.com/forum/
No it was just a little script. It hides the VirtualCD node and the Preview node. Nothing more.Blake wrote:I'm not sure if you can hide the podcasts node.
This script you made... Are you planning on releasing it to the public?
Code: Select all
Sub OnStartup
Set Tree = SDB.MainTree
SDB.MainTree.Node_VirtualCD.Visible = False
SDB.MainTree.Node_Previews.Visible = False
End SubCode: Select all
SDB.MainTree.Node_Podcasts.Visible = False