Hi there, fellows
I have the same issue Zerosignal has moving the database, too. Is there any workaround???
Regards,
Pablo

Guest wrote:I've installed MM 3.1.0.1216 and TM 1.02 linked in the first post of this thread. TM removes the ability to configure the Net Radio & Web nodes in the tree view. When TM is installed the options in MM are ignored and the options in TM do not include a checkbox for making the nodes visible, only to expand them. Is there a way to use TM in MM 3.1 and also remove those two nodes?
Around line 205 in TweakMonkey.vbs, replace
Code: Select all
NodeRef(NodeName).Visible = GetTreeVisibility(NodeName)
with
Code: Select all
If CanNodeVisibility(NodeName) Then
NodeRef(NodeName).Visible = GetTreeVisibility(NodeName)
End If
It should be fixed in the next version.
Explanation: a check was missing here to verify if the TweakMonkey script can change a node's visibility or not (Net Radio and Web nodes).
rovingcowboy wrote:why not send a pm to
Teknojnky
and see if he has any updates in the works for tweakmonkey he is still in the forum he does help with the coding of mediamonkey and i think he is a mod in the forums. sure would like him to update his code and or add some new tweaks to it, i love tweaking programs

Teknojnky wrote:I don't have any plans for updates for it really, sorry. The script code is public and anyone is free to take it and update it or better yet create a new one specifically for mm3.
I don't do any code for MM, and haven't had time for much scripting lately.
Users browsing this forum: Bing [Bot], Exabot [Bot], Google [Bot] and 9 guests