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

Weatherman
Posts: 161
Joined: Sun Nov 19, 2006 11:08 am

Re: Magic Nodes 4.0 w/ 301 masks & real GUI (2010-04-04) [MM2+3]

Post by Weatherman »

Again, go to Magic Nodes Impoert/export.

First, at the bottom right hand side of the screen click on the Export button. This will prompt you to create a name for the file and a location. Give it a name that makes sense...probably with a date next to it. Click OK and the set of Magic nodes will be exported as an .ini file. You therefore have them safe.

You'll see on the left hand side small check boxes, and probably all of them will be ticked. Just uncheck the ones you want to keep. Then click on the delete button. Only the ones you want will be left. Click "Close". Those magic nodes will be the ones that are kept in your Mediamonkey.ini file. Next time you load up, you'll just have the ones you kept.

If you want the old ones back, just go to EDIT - Import/Export. You will see at the top bar two buittons...one that indicates you are using the current mediamonkey.ini file. If you choose the button next to it you can then browse to find the ini file you just exported. Click Import at the bottom right hand side of the screen and the old nodes will be re-imported into the current mediamonkey.ini file.

Hope this helps
linn
Posts: 170
Joined: Wed Sep 06, 2006 3:59 am

Re: Magic Nodes 4.0 w/ 301 masks & real GUI (2010-04-04) [MM2+3]

Post by linn »

Would it be possible to have the tracklist ordered with a mask ?

Code: Select all

<Group|Name:Albums...|Show tracks:No>\Albums added in last 10 weeks|Icon:Top level|Filter:Cast(JulianDay(Date('now', 'localtime', '-6 days', 'weekday 1', '6 days')) - JulianDay(Date(Songs.DateAdded + JulianDay('1899-12-30'))) As integer) / 7 < 10\<Album|Sort by:Min(Time since added)|Sort key:0|Statistic:Min(Days since added)>
I would like to have the "added"column sorted with the newest on top.
Thanks
ZvezdanD
Posts: 3264
Joined: Thu Jun 08, 2006 7:40 pm

Re: Magic Nodes 4.0 w/ 301 masks & real GUI (2010-04-04) [MM2+3]

Post by ZvezdanD »

linn wrote:Would it be possible to have the tracklist ordered with a mask ?
No, it is not possible to change sorting order of tracks in the tracklist using this add-on. You could only sort nodes in the tree list and with the mentioned mask albums are already sorted with the newest on top.
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
linn
Posts: 170
Joined: Wed Sep 06, 2006 3:59 am

Re: Magic Nodes 4.0 w/ 301 masks & real GUI (2010-04-04) [MM2+3]

Post by linn »

ZvezdanD wrote:
linn wrote:Would it be possible to have the tracklist ordered with a mask ?
No, it is not possible to change sorting order of tracks in the tracklist using this add-on. You could only sort nodes in the tree list and with the mentioned mask albums are already sorted with the newest on top.
Right,thanks
markeh
Posts: 269
Joined: Fri May 25, 2007 1:30 am

Re: Magic Nodes 4.0 w/ 301 masks & real GUI (2010-04-04) [MM2+3]

Post by markeh »

Is there a way to sync a magic node to my ipod? I have a version of the "20 most recently added albums" that I would like to have synced every time - like an autoplaylist...

thnx,


.
ZvezdanD
Posts: 3264
Joined: Thu Jun 08, 2006 7:40 pm

Re: Magic Nodes 4.0 w/ 301 masks & real GUI (2010-04-04) [MM2+3]

Post by ZvezdanD »

markeh wrote:Is there a way to sync a magic node to my ipod? I have a version of the "20 most recently added albums" that I would like to have synced every time - like an autoplaylist...
Magic Nodes cannot be directly synchronized with some device in same way as you are using auto-playlists, because MediaMonkey doesn't provide necessary programing interface for that, as already explained in the sync - magic nodes - playlist thread: "Consider that auto-playlists are a gold feature, and something like this would certainly circumvent the need for auto-playlists at all, since scripts are free."

However, there is a workaround for that, if you are using Magic Nodes v3.0 or up. You could modify the wanted mask using Child of:Playlist and Position:Child, which will generate the static playlist that could be synced as usual. For example:

Code: Select all

<Group|name:Last 20...|Show tracks:No>\20 Recently added Albums|Icon:Top level|Child of:Playlist|Position:Child|SQL filter: Songs.IDAlbum IN (SELECT IDAlbum FROM Songs GROUP BY IDAlbum HAVING Count(TrackNumber) = Max(Cast(TrackNumber As integer)) AND Count(TrackNumber) > 3 ORDER BY Min(DateAdded) DESC LIMIT 20)\<Album with album artist|Sort by:Max(Time since added)>
As I said, such playlist is static, but it could be updated if you choose the Refresh Magic Node option from the context menu. However, you need to do this manually every time before sync, so it is not direct replacement for auto-playlists.
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
toof4st
Posts: 65
Joined: Fri Mar 06, 2009 6:13 am

Drag&Drop/Rename Broken In Magic Nodes 4.0.1?

Post by toof4st »

Drag and Drop and renaming of nodes seem to be broken regardless of the setting in the options dialog

Version 2.7 works. I am using MM 3.2.0.1294. Tried reinstalling. Deleting the old database etc etc.

Thanks
markeh
Posts: 269
Joined: Fri May 25, 2007 1:30 am

Re: Magic Nodes 4.0 w/ 301 masks & real GUI (2010-04-04) [MM2+3]

Post by markeh »

Magic Nodes cannot be directly synchronized with some device in same way as you are using auto-playlists, because MediaMonkey doesn't provide necessary programing interface for that, as already explained in the sync - magic nodes - playlist thread:
These things can be pretty hard to find, given the organization of the forum. I looked but didn't find this. Or maybe I found it, but didn't understand its connection with what I want.
"Consider that auto-playlists are a gold feature, and something like this would certainly circumvent the need for auto-playlists at all, since scripts are free."
Well, I'm a gold, fully paid user, and have been for several years. Unfortunately there is no way I know to have this function in an AutoPlaylist. If there is some way of doing this with auto playlists, I would sure like to hear about it.

However, there is a workaround for that,
Good - Thanks for your help
As I said, such playlist is static, but it could be updated if you choose the Refresh Magic Node option from the context menu. However, you need to do this manually every time before sync, so it is not direct replacement for auto-playlists.
Well, better than nothing. But if there is a better solution for gold users, I would love to hear about it. I can certainly build an auto playlist for the tracks added in the last N days, and limit it by time or storage. I don't see a way to build one that includes a count of recent, complete, albums.


thanks for your help,


Mark


.
ZvezdanD
Posts: 3264
Joined: Thu Jun 08, 2006 7:40 pm

Re: Drag&Drop/Rename Broken In Magic Nodes 4.0.1?

Post by ZvezdanD »

toof4st wrote:Drag and Drop and renaming of nodes seem to be broken regardless of the setting in the options dialog
Thanks for the report. There is new release of this add-on: v4.0.2 - 2010-04-21
* Added: 12 new masks (mainly in Random folder);
* Fixed: drag & drop and renaming of nodes (broken in v4.0);
* Fixed: incorrect time unit for Song Length with Filter spinedit control in Settings dialog box.
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
LeoBern
Posts: 6
Joined: Tue Mar 04, 2008 8:51 am

Re: Magic Nodes 4.0 w/ 313 masks & real GUI (2010-04-21) [MM2+3]

Post by LeoBern »

Hi,

Is it possible to have MagicNodes-Icon in "Shortcut" toolbar (just like "Artist Node", "Genre Node", etc) ? :roll:
ZvezdanD
Posts: 3264
Joined: Thu Jun 08, 2006 7:40 pm

Re: Magic Nodes 4.0 w/ 313 masks & real GUI (2010-04-21) [MM2+3]

Post by ZvezdanD »

LeoBern wrote:Is it possible to have MagicNodes-Icon in "Shortcut" toolbar (just like "Artist Node", "Genre Node", etc) ? :roll:
Currently, it is not possible. I have a plan to enable adding of buttons to the toolbar, but even then it would not be possible to add them to the Shortcut toolbar because MM programing interface doesn't allow that. I think I would use Navigation toolbar instead.

In the meantime, you could use the keyboard shortcuts (hotkeys).
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
Is it possigle to add a string constant to a node

Re: Magic Nodes 4.0 w/ 313 masks & real GUI (2010-04-21) [MM2+3]

Post by Is it possigle to add a string constant to a node »

Is it possigle to add a string constant to a node e.g. like this
<Group|Name:Year>\Original Year\<Original year|Trim:2|Statistic:Count(All)> + "00"
so that I get a tree
Year
+Original Year
+ 1800
+ 1900
+ 2000
ZvezdanD
Posts: 3264
Joined: Thu Jun 08, 2006 7:40 pm

Re: Magic Nodes 4.0 w/ 313 masks & real GUI (2010-04-21) [MM2+3]

Post by ZvezdanD »

Is it possigle to add a string constant to a node wrote:Is it possigle to add a string constant to a node e.g. like this
<Group|Name:Year>\Original Year\<Original year|Trim:2|Statistic:Count(All)> + "00"
so that I get a tree
Year
+Original Year
+ 1800
+ 1900
+ 2000
Currently not, but why don't you use the <Original Decade> field instead?
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
habanr
Posts: 1
Joined: Tue Apr 27, 2010 2:44 am

Re: Magic Nodes 4.0 w/ 313 masks & real GUI (2010-04-21) [MM2+3]

Post by habanr »

Currently not, but why don't you use the <Original Decade> field instead?
Because I don't know that it exists :-) Thank you...
thetudz
Posts: 6
Joined: Tue Mar 18, 2008 11:56 am

Re: Magic Nodes 4.0 w/ 313 masks & real GUI (2010-04-21) [MM2+3]

Post by thetudz »

Hallo,

i need a little help here. I am trying to create a node, which can do the following: select the last 100 albums played AND select the last 100 albums added AND select all albums with rating equal or greater 4 stars (this results in approx. 300-400 albums). For me it is important, that this is ONE node. Is this possible? What would the query-code look like?

Thx for any help... TheTudz...
Post Reply