Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
-
- Posts: 14163
- Joined: Sat Oct 25, 2003 7:57 am
- Location: (Texas)
- Contact:
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
Yes thats what i posted for to get one of the others that use magic node to answer i would if i used it but its too much for me to get my head around, so i'm wanting to help but not in an script i cant figure out,
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
-
- Posts: 11
- Joined: Thu Dec 20, 2012 1:02 am
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
What do i put that reads the name of the folder?
Code: Select all
<year>\<Extension>\<Genre>\<NAME OF FOLDER>\<filename>
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
Hi,
I have a magic node that plays 30 random tracks from a given folder. However, I want to add to that a filter such that it only plays tracks that have never been played before. For the later I know that I need the following:
My current mask looks like this:
The problem is that I cannot find where and how to insert the "played" part of the query without producing an error in MM.
Help with this would be highly appreciated.
Thank you,
Viper21
I have a magic node that plays 30 random tracks from a given folder. However, I want to add to that a filter such that it only plays tracks that have never been played before. For the later I know that I need the following:
Code: Select all
<Played> = 0
Code: Select all
<Group|name:My Magic Nodes|Show tracks:Yes>\30 Random Tracks|Icon:Top level|Child of:Library|Filter:<Path> Like 'C:\New Music'\<Title|Sort order:Random|Top:30|Show rank:Yes>
Help with this would be highly appreciated.
Thank you,
Viper21
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
With a bit perseverance and managed to find the solution on my own. I am posting it below if anyone else is interested.Viper21 wrote:Hi,
I have a magic node that plays 30 random tracks from a given folder. However, I want to add to that a filter such that it only plays tracks that have never been played before. For the later I know that I need the following:My current mask looks like this:Code: Select all
<Played> = 0
The problem is that I cannot find where and how to insert the "played" part of the query without producing an error in MM.Code: Select all
<Group|name:My Magic Nodes|Show tracks:Yes>\30 Random Tracks|Icon:Top level|Child of:Library|Filter:<Path> Like 'C:\New Music'\<Title|Sort order:Random|Top:30|Show rank:Yes>
Help with this would be highly appreciated.
Thank you,
Viper21
Code: Select all
<Group|name:My Magic Nodes|Show tracks:Yes>\30 Random Unplayed Tracks|Icon:Top level|Child of:Library|Filter:<Played> = 0 AND <Path> Like 'C:\New Music'\<Title|Sort order:Random|Top:30|Show rank:Yes>
-
- Posts: 290
- Joined: Fri Jan 14, 2005 11:48 am
<Series> field missing from MagicNodes-4.2
I'm trying to create a node in MagicNodes-4.2 using the Series field but the field is missing from the dropdown selection and the node doesn't work if I manually add it:
This works:
Videomask|Child of:Library|MM filter:Video\<Genre>\<Title>
This doesn't work:
Videomask|Child of:Library|MM filter:Video\<Series>\<Genre>\<Title>
Many thanks for any suggestions!
Darryl
UPDATE: I found the answer.
With Video, it seems that <Series> is synonymous with <Album>. Therefore, this works:
Videomask|Child of:Library|MM filter:Video\<Album>\<Genre>\<Title>
Great script!
This works:
Videomask|Child of:Library|MM filter:Video\<Genre>\<Title>
This doesn't work:
Videomask|Child of:Library|MM filter:Video\<Series>\<Genre>\<Title>
Many thanks for any suggestions!
Darryl
UPDATE: I found the answer.
With Video, it seems that <Series> is synonymous with <Album>. Therefore, this works:
Videomask|Child of:Library|MM filter:Video\<Album>\<Genre>\<Title>
Great script!
Last edited by Lowlander on Wed Jan 30, 2013 8:16 pm, edited 1 time in total.
Reason: Merged with existing post
Reason: Merged with existing post
sort column
It must be simple but i can't get it right: i have:
every time i open this node the column "added"is sorted old to new, i can't seem to figure out how to have the last added album/files on top.(without having to click the column header twice )
Thanks
Code: Select all
<Group|Name:Tracks...>\eerste track from alle Albums|Icon:Top level|Filter:Songs.ID IN (SELECT (SELECT S1.ID FROM Songs AS S1 WHERE S1.IDAlbum = Songs.IDAlbum ORDER BY TrackNumber LIMIT 1) FROM Songs GROUP BY Songs.IDAlbum)|Child of:Library|Position:First child\<Gelezen>\<Title>\<Album|Trim:1|Statistic:Count(Datetime added)>
Thanks
Albums with Album Volume not equal
Can anybody tell me how to create a custom filter that shows Albums with Album Volume not equal?
-
- Posts: 290
- Joined: Fri Jan 14, 2005 11:48 am
<album and artist|top:70 percent|sort by:avg(played)|sort or
Can some smart and kind person please help me to make this work in Magic nodes? IT worked long ago in an earlier version but I can't make it go any more.
<album and artist|top:70 percent|sort by:avg(played)|sort order:asc>
Many thanks!
<album and artist|top:70 percent|sort by:avg(played)|sort order:asc>
Many thanks!
-
- Posts: 10
- Joined: Sun Sep 30, 2012 6:08 pm
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
Is there a filter or function that can detect when the field has fewer letters than a determiando number of characters?
For example, would a filter that detects songs with Lyrics field less than 100 characters.
grateful
For example, would a filter that detects songs with Lyrics field less than 100 characters.
grateful
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
I just found out that MM developers added a possibility for sharing Magic nodes over DLNA/UPnP since MM build 1624.
It would be nice if someone who is using that option confirms if this works as it should, so MM developers could close the related issue.
http://www.ventismedia.com/mantis/view.php?id=9264
It would be nice if someone who is using that option confirms if this works as it should, so MM developers could close the related issue.
http://www.ventismedia.com/mantis/view.php?id=9264
● 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
-
- Posts: 23640
- Joined: Wed Aug 09, 2006 10:20 am
- Location: NJ, USA
- Contact:
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
It works! Tested in build 1625ZvezdanD wrote:I just found out that MM developers added a possibility for sharing Magic nodes over DLNA/UPnP since MM build 1624.
It would be nice if someone who is using that option confirms if this works as it should, so MM developers could close the related issue.
http://www.ventismedia.com/mantis/view.php?id=9264
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
Is there a way to set it so that while im browsing a node and click on an item it expands, but when i open a new item in the same node the previously open item closes? so that only one item is open?
Because at the moment i have to close them manually..
Because at the moment i have to close them manually..
My Setup:
"HFPC" Dell Optiplex 320 (2GB RAM, 3.0 Dual Core 1.5TB HDD) Win7 Ultimate SP1 x86
Musiland Monitor 02 US USB DAC
Nad C356BEE Integrated Amplifier
Custom 2-way loudspeakers
"HFPC" Dell Optiplex 320 (2GB RAM, 3.0 Dual Core 1.5TB HDD) Win7 Ultimate SP1 x86
Musiland Monitor 02 US USB DAC
Nad C356BEE Integrated Amplifier
Custom 2-way loudspeakers
-
- Posts: 23640
- Joined: Wed Aug 09, 2006 10:20 am
- Location: NJ, USA
- Contact:
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
noNRGman wrote:Is there a way to set it so that while im browsing a node and click on an item it expands, but when i open a new item in the same node the previously open item closes? so that only one item is open?
Because at the moment i have to close them manually..
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
What is the most current version of Magic Nodes? Where can it be found. July2011 seems to be the latest I can find seems rather old..
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
First post in topic as you can see from topic title it is the latest.
Download MediaMonkey | License
Help: Knowledge Base | MediaMonkey for Windows 5 | MediaMonkey for Android
Lowlander (MediaMonkey user since 2003)
Help: Knowledge Base | MediaMonkey for Windows 5 | MediaMonkey for Android
Lowlander (MediaMonkey user since 2003)