Hide Podcasts node?

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

Moderators: Peke, Gurus

k_r_eriksson
Posts: 185
Joined: Mon Aug 14, 2006 4:26 pm
Location: Gotland, Sweden

Hide Podcasts node?

Post by k_r_eriksson »

Is it possible to hide the podcasts node in MM3. I tried using TweakMonkey and my own little HideNode script but nothing works.

/Rickard
Blake
Posts: 801
Joined: Fri Oct 13, 2006 3:39 am
Location: Geelong, Victoria, Australia

Post by Blake »

I'm not sure if you can hide the podcasts node.

This script you made... Are you planning on releasing it to the public?
k_r_eriksson
Posts: 185
Joined: Mon Aug 14, 2006 4:26 pm
Location: Gotland, Sweden

Post by k_r_eriksson »

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?
No it was just a little script. It hides the VirtualCD node and the Preview node. Nothing more.

Code: Select all

Sub OnStartup
  Set Tree = SDB.MainTree

  SDB.MainTree.Node_VirtualCD.Visible = False
  SDB.MainTree.Node_Previews.Visible = False

End Sub
I tried adding

Code: Select all

  SDB.MainTree.Node_Podcasts.Visible = False
But that didn't work.

I don't really know what I'm doing :) but i try and if it works it works.
Morten
Posts: 1092
Joined: Thu Aug 11, 2005 11:31 am
Location: Norway

Post by Morten »

I'm sure by the time MM3 releases, the options for user preferences (choosing of nodes and such) will be much greater than in MM 2.5.
Best regards,
Morten
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Post by trixmoto »

And if not at least the node name will be in the scripting helpfile so you'll be able to hide it using this method. It's just that the scripting reference probably hasn't been added yet.
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.
Post Reply