by EinsteinX » Sat Nov 02, 2013 2:08 pm
Hello there dear forum member,
I would like to ask for some help on using some logic operators to build an Autoplaylist. This Autoplaylist needs to contain all of my music that I have not listened to in the last seven days, but not contain tracks that are linked. (I use the DJTiedSongs or LinkedTracks script on my MediaMonkey that links DJ mixes and Pink Floyd albums together so that while using MM's AutoDJ function these albums always play as one.) In this Autoplaylist I also want to have listed track#'s 1 of each series of Linked Tracks. Therefore I need to have something like an IF statement for the criteria of the Autoplaylist, but I don't know if it is possible to use IF statements for Autoplaylists (or for using AND / OR logic for that matter). So is there anyone that can tell me if using logic operators for Autoplaylist is possible and if so, how?
Currently I am using three playlist: one to include all my music that is not linked; one that includes all the track#'s 1 of Linked Tracks and one that combines these two into one list, like listed below, but what I really want is one elegant list that consolidates all this into one list. Is this possible?
Autoplaylist "All Not Last Week" criteria:
Match All
Last Played > (days ago) 7
Linked Tracks doesn't start with 'LT' (FYI my Custom 3 field's name is changed to Linked Track in my MM, this is the way to link tracks together)
Autoplaylist "All Linked Track 1" criteria:
Match All
Linked Tracks starts with 'LT'
Track # = 1
Last Played > (days ago) 7
Autoplaylist "All Not Last Week + All Linked Track 1" criteria:
Match Any
Playlist is "All Not Last Week"
Playlist is "All Linked Track 1"
What I want to have should be something like this:
Autoplaylist "All Not Last Week + All Linked Track 1" criteria:
Match All
Last Played > (days ago) 7
If (Linked Tracks starts with 'LT')
Then Track # = 1
End If
Thanks, Eins
Hello there dear forum member,
I would like to ask for some help on using some logic operators to build an Autoplaylist. This Autoplaylist needs to contain all of my music that I have not listened to in the last seven days, but not contain tracks that are linked. (I use the DJTiedSongs or LinkedTracks script on my MediaMonkey that links DJ mixes and Pink Floyd albums together so that while using MM's AutoDJ function these albums always play as one.) In this Autoplaylist I also want to have listed track#'s 1 of each series of Linked Tracks. Therefore I need to have something like an IF statement for the criteria of the Autoplaylist, but I don't know if it is possible to use IF statements for Autoplaylists (or for using AND / OR logic for that matter). So is there anyone that can tell me if using logic operators for Autoplaylist is possible and if so, how?
Currently I am using three playlist: one to include all my music that is not linked; one that includes all the track#'s 1 of Linked Tracks and one that combines these two into one list, like listed below, but what I really want is one elegant list that consolidates all this into one list. Is this possible?
Autoplaylist "All Not Last Week" criteria:
Match All
Last Played > (days ago) 7
Linked Tracks doesn't start with 'LT' (FYI my Custom 3 field's name is changed to Linked Track in my MM, this is the way to link tracks together)
Autoplaylist "All Linked Track 1" criteria:
Match All
Linked Tracks starts with 'LT'
Track # = 1
Last Played > (days ago) 7
Autoplaylist "All Not Last Week + All Linked Track 1" criteria:
Match Any
Playlist is "All Not Last Week"
Playlist is "All Linked Track 1"
What I want to have should be something like this:
Autoplaylist "All Not Last Week + All Linked Track 1" criteria:
Match All
Last Played > (days ago) 7
If (Linked Tracks starts with 'LT')
Then Track # = 1
End If
Thanks, Eins