Search found 4 matches

by electricessence
Mon Jul 20, 2015 10:07 pm
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1132751

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

Here is my query: Songs.ID IN (SELECT ID FROM Songs WHERE Songs.ID IN ( SELECT ID FROM Songs WHERE <Custom 2> NOT LIKE 'Retire%' AND <Custom 2> NOT LIKE 'Duplicate%' AND Rating >= 60 AND ( <Played> < 1 AND <Days since last played> > 1 OR LastTimePlayed = 0.0 OR <Days since last played> > (<Played> ...
by electricessence
Sun Jul 19, 2015 3:14 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117235

Re: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time f

One missing piece.

All I need is: ArtistLastPlaygedAge and AlbumLastPlayedAge.
With that, I'm done and happy. :)
by electricessence
Sun Jul 19, 2015 2:26 pm
Forum: Need Help with Addons? (MMW4)
Topic: Scripting a Smart Playlist
Replies: 3
Views: 2454

Re: Scripting a Smart Playlist

http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=33850&hilit=megadj Ok. So, ALMOST there. Query Filter: Rating >= 3 & Custom2 != "Duplicate" & Custom2 !="Retire" Math Filter: PlayCounter=0 | LastPlayedAge=0 | LastPlayedAge > ((PlayCounter+2*SkipCount)^2.5)*5/...
by electricessence
Sun Jul 19, 2015 2:14 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117235

Re: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time f

Perhaps I missed the following while browsing this topic, but I did not see it covered. How to filter MegaDJ in MM 4.x so that only music type is selected. I've tried a query filer of MediaType=music but that only returns an empty list. I've tried variations on Type='Music" &tc, but nothin...