There should be as usual into the tree window and under Edit/Delete Magic Node submenu.Bex wrote:I dont see any predefined masks anywhere! :-?
Maybe you could first manually delete the old CustomNodeMasks section of the INI file.
Sorry to all for inconvenience. I added short instruction about this into the Important section in the first post of this thread. Before installation you should remove all your old masks. There are 2 possibilities for this:Vyper wrote:I'm confused. I'm still not seeing any masks. I have a Magic Nodes vbs file and an ini file in the scripts/auto folder.
I even completely deleted MagicNodes from MediaMonkey before installing the latest version. Still no masks.
Very interesting question. I think I will update mentioned mask with a regard on this. Here is a solution:dypsis wrote:Is there something that I can add to the mask below to stop MagicNodes from reporting on tracks with blank "Original Artist" fields?
Code: Select all
Artist Does Not Equal Original Artist|Icon:Top level|Filter:UpperW(Songs.Artist) <> UpperW(<Original Artist>) AND <Original Artist> <> ''\<Artist>
Did you tried with:dypsis wrote:I am trying to filter out my online radio playlists
Code: Select all
<Group|name:Playing Statistics|Show tracks:No>\Played This Week|Icon:Top level|Filter:<Weeks since last played> = 0 AND <Path> Not Like 'http://%'\<Album|Statistic:Min(Days since last played)>
Thanks ZvezdanD, that works. I didn't use ANDZvezdanD wrote:Did you tried with:dypsis wrote:I am trying to filter out my online radio playlistsCode: Select all
<Group|name:Playing Statistics|Show tracks:No>\Played This Week|Icon:Top level|Filter:<Weeks since last played> = 0 AND <Path> Not Like 'http://%'\<Album|Statistic:Min(Days since last played)>