Magic Nodes 1.3b (IS OUTDATED SEE NOTE IN FIRST POST)

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Right Click Menu for Nodes

Postby ultra.monkey » Thu Apr 10, 2008 9:00 pm

I've noticed that when you right click on an album or artist when your in a custom node that it doesn't show the same menu as in the nodes already built into MM. Is there a workaround for this? Thx in advance.
ultra.monkey
 
Posts: 4
Joined: Sat Apr 05, 2008 11:11 pm

Postby sommo » Tue Apr 29, 2008 1:15 am

Thanks for this!
sommo
 
Posts: 122
Joined: Thu Nov 08, 2007 9:48 am

Re: Magic Nodes 1.3b (April 14, 2006) WEBSITE HAS CHANGED!

Postby Glaucous » Sun Jul 06, 2008 2:15 pm

I'm trying to create a MagicNodes "Node" here.

"Username Musik|SQL Filter:Songs.SongPath LIKE '%Skitmappen\Musik\%'\<Folder>"

So, what it does at the moment is showing a Node called Username Musik, and then listing the path of every Artist's Songs - but just the folders, for example:
":\Documents and Settings\USERNAME\Desktop\Skitmappen\Musik\Black Sabbath\Black Sabbath Vol 1 Music\"

What I want, is just to see this:

":\Documents and Settings\USERNAME\Desktop\Skitmappen\Musik\Black Sabbath\"

I just want the folder of the artist, or simply every folder in the folder "MUSIK".

And - if possbile - I just want the Foldername to appear, for example "Black Sabbath" without the ":\Documents and Settings\USERNAME\Desktop\Skitmappen\Musik\"
____

Now I managed to do this:

":Black Sabbath\Black Sabbath Vol 1 Music\"
By adding "Ex right of: Musik".
"Andrée Musik|SQL Filter:Songs.SongPath LIKE '%Skitmappen\Musik\%'\<Folder|Ex right of:Musik>"

But I still see the Folders after BLACK SABBATH. If there exists a Function/Qualifier/Whatever that reduces the number of folders that would fix it, I guess.
I just want it exactly as it looks when you go through the default Tree Node: Location->HD:C->Documents and Settings->USERNAME->Desktop->Skitmappen->Musik: [I WANT TO SEE THIS]

So that I see all the folders that exists in the folder MUSIK.
Glaucous
 
Posts: 2
Joined: Sun Jul 06, 2008 12:50 pm

Re: Magic Nodes 1.3b (April 14, 2006) WEBSITE HAS CHANGED!

Postby Vyper » Sun Jul 06, 2008 5:18 pm

You really should use the updated version of this script. :)
Stop Button Freak
Vyper
 
Posts: 845
Joined: Tue May 23, 2006 5:53 pm

Re: Magic Nodes 1.3b (April 14, 2006) WEBSITE HAS CHANGED!

Postby Guest » Mon Sep 15, 2008 1:15 pm

I downloaded MagicNodes.1.3b.vbs today (September 15, 2008) and encountered a bug I was easily able to fix:
Line 1422:
Code: Select all
Tracks.AddTracksFromQuery("AND Songs.ID IN (" & SELECT_Clause & FROM_Clause & WHERE_Clause & ")")

caused an syntax error when unfolding a magic node.

When fixed to:
Code: Select all
Tracks.AddTracksFromQuery("WHERE Songs.ID IN (" & SELECT_Clause & FROM_Clause & WHERE_Clause & ")")

it works all fine.
Guest
 

Re: Magic Nodes 1.3b (April 14, 2006) WEBSITE HAS CHANGED!

Postby Bex » Mon Sep 15, 2008 2:08 pm

Use this MM3-compatible version instead:
viewtopic.php?f=2&t=19168
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!

All My Scripts
Bex
 
Posts: 6268
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Re: Magic Nodes 1.3b (April 14, 2006) WEBSITE HAS CHANGED!

Postby Guest » Mon Sep 15, 2008 4:50 pm

Thanks for your quick response, Bex!
Guest
 

getting scritping error

Postby yiyou » Wed Oct 08, 2008 10:19 am

I'm following tutorial and can't do the first script!
Keep getting this error msg:
http://i478.photobucket.com/albums/rr14 ... 101232.jpg

Thanks for any help!
yiyou
 

Re: getting scritping error

Postby Bex » Wed Oct 08, 2008 12:37 pm

yiyou wrote:I'm following tutorial and can't do the first script!
Keep getting this error msg:
http://i478.photobucket.com/albums/rr14 ... 101232.jpg

Thanks for any help!

Use this MM3-compatible version instead:
viewtopic.php?f=2&t=19168
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!

All My Scripts
Bex
 
Posts: 6268
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Re: Magic Nodes 1.3b (April 14, 2006) WEBSITE HAS CHANGED!

Postby yiyou » Thu Oct 09, 2008 4:43 pm

Thanks!

That did it!!
:D
yiyou
 

Re: Magic Nodes 1.3b (April 14, 2006) WEBSITE HAS CHANGED!

Postby 51graphix » Tue Jul 21, 2009 9:31 am

Possible bug in "Artists with different Genres" node:

If a track has multiple artists separated by ";" in the "artist" field, then magic nodes specifies this artist as having more than one genre.

For example, this artist/song is appearing as having more than one genre, but there is only one song in the node:

- Chad Hugo
Pop

File: 07_Run to the Sun.mp3
Title: Run to the Sun
Artist: Chad Hugo; N.E.R.D.
Genre: Pop
Album: In Search Of...

If I replace the ";" with a "," in the artist field, like such: Chad Hugo, N.E.R.D.

... then it disappears from the node results.

Is there a way to adjust the node so that this doesn't happen, or am I supposed to get rid of ";" in my artist fields in entire db? I am using Magic Nodes 2.7.

Thanks for the help,

-- Brian
51graphix
 
Posts: 6
Joined: Mon Apr 13, 2009 6:56 pm

Re: Magic Nodes 1.3b (April 14, 2006) WEBSITE HAS CHANGED!

Postby ZvezdanD » Wed Jul 22, 2009 12:45 am

This thread was about the old version of the script which is non-working with the MediaMonkey v3.x. You should post your questions about the new version of the script in this thread: http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=19168.

@Moderator, it would be nice if you transfer the previous post to the mentioned thread and lock this one.
Magic Nodes 4.2 (2011-07-01) RegExp Find & Replace 4.3 (2011-07-06)  Invert Selection/Select None 1.5 (2012-02-04)  Export M3Us/Create Playlists for Child Nodes 3.6.1 (2012-01-09)  Expand Child Nodes/Expand All 1.1.1 (2012-02-13)  Event Logger 2.4.1 (2012-02-06)  Filtered Statistics Report 1.5.1 (2009-10-09)  Track Redirection & Synchronization 3.4 (2012-10-08)  Restore/Synchronize Database 3.1.1 (2012-05-31)  Find Currently Playing Track 1.2 (2012-02-14)  Queue List 1.2 (2012-02-06)  Add to Library on Play 1.0 (2010-10-20)  Tree Report for Child Nodes 1.1 (2010-11-04)  Update Location of Files in Database 1.3.3 (2012-06-12)  Inherit Child Playlists 1.0 (2012-01-16)
Add Currently Playing/Selected Track(s) to Playlist 1.1.1 (2012-02-06)
ZvezdanD
 
Posts: 2589
Joined: Thu Jun 08, 2006 7:40 pm

Previous

Return to Need Help with Addons?

Who is online

Users browsing this forum: popsmike, rovingcowboy, Yahoo [Bot] and 14 guests