Page 35 of 46

Posted: Wed Jan 17, 2007 6:19 pm
by MeMeMe
Thanks, Bex - that worked a charm.

Posted: Wed Jan 17, 2007 8:13 pm
by TJOHO
Thanks, Bex, this seems to fit the bill.

It seems the gist of the lengthy debate in that thread is that users should be aware that if they fix ratings by assigning a manual rating to a track, that track will no longer be autorated.

For me, that is precisely what I want. I see autorating as a temporary thing to have a relatively accurate rating assigned to tracks until I get around to actually giving it a score.

Posted: Fri Jan 19, 2007 11:10 am
by Pablo
In cased you missed this post: http://www.mediamonkey.com/forum/viewtopic.php?t=14654 , MagicNodes' website is now at:

http://magicnodes.110mb.com

Posted: Wed Jan 24, 2007 3:39 pm
by declan 2
I've use the following node -

Most Played artists|icon:top level\<artist|sort by:sum(played)|sort order:desc|all:no|unknown:no|top:100|min tracks:12>

I would like a similar node, which lists artists by the number tracks I own by each artist.

Posted: Wed Jan 24, 2007 4:34 pm
by Bex
That's not possible. At least I didn't find a solution. A good idea though!

Posted: Wed Jan 24, 2007 5:55 pm
by declan
Duh!

No wonder I couldn't find a solution.

Posted: Sat Jan 27, 2007 3:48 am
by miki4000
hmm, can anybody help. I am trying to use this magic node:

Code: Select all

Top rated artists|icon:top level\<artist|sort by:avg(rating)|sort order:desc|all:no|unknown:no|top:10|min tracks:12>
But I then get this error:

Code: Select all

Error #13 - Microsoft VBScript runtime error
Type mismatch: '[string: "0.5"]'
File: "C:\Program Files\MediaMonkey\Scripts\Auto\MagicNodes.1.3c.vbs", Line: 1387, Column: 16
Followed by this error:

Code: Select all

Error happened during script execution:
Type mismatch: '[string: "0.5"]'
I have updated my runtime files.

Posted: Mon Jan 29, 2007 4:18 pm
by Bex
Does it work if you remove avg(rating)?
Do other nodes work?

Posted: Mon Jan 29, 2007 6:17 pm
by miki4000
Yeah, It does run without error when I remove the avg(rating).
Other nodes work great, expect anything that has something to do with rating....

m

Posted: Tue Jan 30, 2007 10:32 am
by Bex
It seems that this error is due to comma vs point problems. But I'm not skilled enough to solve it for you. Someone else?

Posted: Wed Jan 31, 2007 12:54 am
by Pablo
Bex wrote:It seems that this error is due to comma vs point problems. But I'm not skilled enough to solve it for you. Someone else?
That seems to be the reason. I will look into it.

Posted: Fri Feb 02, 2007 4:04 am
by Blake
Is there a way to do a node of <added> as in when the song was added to the library (obviously i am going to want to play a song i have recently added more often). sorry if that has already been asked but i really couldn't be bothered going through 35 pages looking for it, and also the site's search function isn't very good

Posted: Sun Feb 04, 2007 3:54 pm
by Bex
Try this:

Code: Select all

AddedLastWeek|SQL filter:DateDiff('d',Songs.DateAdded,Now)<7\<date added|sort order:desc>
Where 7 is days since added. You can also add <Artist> and/or <Album> to the end if you want.

Posted: Sun Feb 04, 2007 4:24 pm
by Blake
Thank-you very much for that Bex

Posted: Thu Feb 08, 2007 2:19 pm
by trooper95
How do I get MagicNode to include "The" in artists name in a script?

In other words, here is my script:

Code: Select all

2004 Releases|child of:artist|filter:year=2004\<album artist|min tracks:3|sort order:asc>\<album|min tracks:3>\<album>
The results ignore 'The' in artists name.

-Alter Bridge
-The Animals
-The Arcade Fire
-Art Brut

This only happens with Magic Nodes, not normal MM interface.

Thanks