Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]

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

Moderators: Peke, Gurus

zephyr
Posts: 101
Joined: Fri Oct 07, 2011 2:56 pm

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by zephyr »

Zve you are simply brilliant - thank you again!

Does ANYONE know how to convert this simple mask to show tracks by any album artist with less than 3 tracks?

Code: Select all

<Group|Name:Artist Ratings|Show tracks:No>\Artists with less than 3 tracks|Icon:Top level|Filter:Songs.Artist IN (SELECT Artist FROM Songs GROUP BY Artist HAVING Count(*) < 3)\<Artist|Statistic:Count(Tracks), Avg(Rating)>
THANKS!
Grateful noob
zephyr
Posts: 101
Joined: Fri Oct 07, 2011 2:56 pm

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by zephyr »

Sorry, one more question -

I have an album (Balkanica! by dunkelbunkt)

One track (5) is present, as are 2 others (without track numbers).

This hasn't been picked up by the incomplete album finder nodes.

Code: Select all

<Group|Name:Albums...|Show tracks:No>\Incomplete Albums (Bex's algorithm)|SQL Filter:Songs.IDAlbum IN (SELECT IDAlbum FROM (SELECT Songs.IDAlbum IDAlbum FROM Songs, (SELECT IDAlbum, SUM(Non3Digits) AS CountNon3Digits, SUM(Cnt) AS Cont FROM (SELECT IDAlbum, COUNT(CASE WHEN Length(TrackNumber) = 3 THEN NULL ELSE 1 END) as Non3Digits, COUNT(*) AS Cnt, COUNT(CASE WHEN TrackNumber = '' THEN NULL ELSE 1 END) AS NonBlanks, MAX(Cast(TrackNumber as INTEGER)) AS MaxNr, COUNT(CASE WHEN SongLength >= 2400000 THEN 1 ELSE NULL END) AS SngLngth FROM Songs WHERE IDAlbum > 0 GROUP BY IDAlbum, TrackNumber) AS Inline1 GROUP BY IDAlbum HAVING COUNT(*) = SUM(Cnt) AND SUM(Cnt) = SUM(NonBlanks) AND MAX(MaxNr) > SUM(Cnt) AND (SUM(SngLngth) > 0 OR SUM(Cnt) >= 2)) Inline2 WHERE Songs.IDAlbum = Inline2.IDAlbum AND Songs.IDAlbum > 0 GROUP BY Songs.IDAlbum, CASE WHEN CountNon3Digits = 0 THEN Substr(TrackNumber, 1, 1) ELSE '0' END HAVING Cast(Substr(MIN(TrackNumber), -2, 2) as INTEGER) || (MAX(Cast(TrackNumber as INTEGER)) - MIN(Cast(TrackNumber as INTEGER)) + 1 - COUNT(*)) <> '10' AND MAX(cast(TrackNumber as INTEGER)) >= COUNT(*)) GROUP BY IDAlbum)\<Album with album artist|Statistic:Count(Tracks), Max(Track Number)>
Any ideas why? ANy adjustments to the mask that can be made (or advice on another approach)
Grateful noob
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by ZvezdanD »

zephyr wrote:Does ANYONE know how to convert this simple mask to show tracks by any album artist with less than 3 tracks?
Just replace all Artist to AlbumArtist.
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
ScottBolton
Posts: 17
Joined: Fri Jul 28, 2006 8:53 am

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by ScottBolton »

ZvezdanD wrote:
ScottBolton wrote:Can I concatenate tags together so that I see

Code: Select all

"2 - 2000 - Mi Reflejo"
No, currently you cannot concatenate tags with Magic Nodes, but you could get the next format "2 - Mi Reflejo (2000)" or "2000 - Mi Reflejo (2)". Please read the PDF manual and the description of Sort by and Statistics qualifiers.
I opted for the

Code: Select all

2 - Mi Reflejo (2000)
option using this mask:

Code: Select all

<Group|Name:Master:|Show tracks:No>\Discographies|child of:Artist|icon:top level|MM filter:Music|Filter:<Custom 1> <> ''\<Album Artist|trim:1>\<Album Artist>\<Album|Statistic:Max(Year)|Sort by:Max(Custom 1)>
Thanks for the pointers.

S
MarkODD
Posts: 45
Joined: Mon Jan 23, 2012 4:09 pm
Location: Australia

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by MarkODD »

Zvezdan wrote
It would be better if you edit "Tracks with same Title and Bitrate from same Artists" replacing all Bitrate with <Version>. By the way, it seems that you are using some old version of this add-on. It is recommended to install the latest one.
Great idea Zvezdan, thanks. It works perfect. Only 2660 duplicate tracks to edit now.
bp011ysp
Posts: 65
Joined: Fri Nov 07, 2008 2:40 pm

MagicNodes and UPNP

Post by bp011ysp »

Hello!
Is there a solution to access Magic-Node Trees via UPNP can be.
If it's not currently possible, then my question is whether this is being planned.
Thanks.
Last edited by Lowlander on Wed Apr 04, 2012 3:15 pm, edited 1 time in total.
Reason: Merged with existing topic
Lowlander
Posts: 56465
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by Lowlander »

Magic Nodes can't be made available for DLNA sharing.
bp011ysp
Posts: 65
Joined: Fri Nov 07, 2008 2:40 pm

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by bp011ysp »

Why MediaMonkey is not extended, that can also be accessed on any other node via UPNP.
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by ZvezdanD »

bp011ysp wrote:Why MediaMonkey is not extended, that can also be accessed on any other node via UPNP.
Well, you should post that question in the Wishlist forum. I cannot do anything about it since MM programming interface doesn't allow such thing.
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
Lowlander
Posts: 56465
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by Lowlander »

ZvezdanD wrote:Well, you should post that question in the Wishlist forum.
Was already done: http://www.mediamonkey.com/forum/viewto ... =4&t=65435
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by ZvezdanD »

Lowlander wrote:
ZvezdanD wrote:Well, you should post that question in the Wishlist forum.
Was already done: http://www.mediamonkey.com/forum/viewto ... =4&t=65435
Check the posts dates. Its done after my suggestion.
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
rkghadai
Posts: 1
Joined: Tue Apr 10, 2012 12:07 am

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by rkghadai »

Hi..I need the mask to show only those albums with at least 3 songs with rating 3 or more. Right now i use: Albums|Child of:Artist|Filter:<Rating> >= 60\<album|Min tracks:3>\<year>

But this filters out all songs below rating 3. How can I make it show all songs in an album if any three of them have rating >=3.
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by ZvezdanD »

rkghadai wrote:Hi..I need the mask to show only those albums with at least 3 songs with rating 3 or more.
You could use the predefined "Albums with at least 3 songs with track rating >= 4 stars" mask from the "Album Ratings" group, just adjust the rating value.
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
kazadharri
Posts: 109
Joined: Fri Jul 28, 2006 1:07 am

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2

Post by kazadharri »

Is there a list of what the stock (380) modes do, other than opening up each one individually at looking at it? My SQl skills are very bad and I am trying to find a mask which I could modify or create that would give me the top rated tracks by artist?

What I would like is a list sorted by artist that would show me the top 5 or say ten tracks by rating, then play count. If there are more tracks with the same rating. Say Beatles with 40 tracks of 5 stars, then the tracks would be sorted by must played?

Thanks, Jeff
keiju (cant login!!!)

Magic Nodes Help Needed (thanks)

Post by keiju (cant login!!!) »

Hi.

I´ve tried the documentation, searching the forums and looking how the default magic nodes are set but I dont know how to do what I want to do.

Let´s say I have 4 songs in mediamonkey with the 3th custom fields (named "Pais" meaning country) like this:

song1 USA
song2 UK;USA
song3 UK:Spain
song4 Spain

I need a magic node that gives me this:

Code: Select all

Pais
  -Spain
      -band3
           -album3
                -song3
      -band4
           -album4
                -song4
  -UK
      -band2
           -album2
                -song2
      -band3
           -album3
                -song3
  -USA
      -band1
           -album1
                -song1
      -band2
           -album2
                -song2
The only thing I´ve got to work separates the USA;UK songs from the just USA or UK subnodes.

I´m not sure If I got to explain myself but I hope I did.

Can you help me?
Thanks in Advance!
Last edited by Lowlander on Wed Apr 25, 2012 11:28 am, edited 1 time in total.
Reason: Merged with existing topic
Post Reply