Hide Podcasts node?

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Hide Podcasts node?

by trixmoto » Mon Apr 30, 2007 8:06 am

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.

by Morten » Mon Apr 30, 2007 7:04 am

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.

by k_r_eriksson » Mon Apr 30, 2007 6:29 am

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.

by Blake » Mon Apr 30, 2007 6:07 am

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

This script you made... Are you planning on releasing it to the public?

Hide Podcasts node?

by k_r_eriksson » 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

Top