1
3rd Party Plugins - (fb2k) / Re: Playlist-Tools-SMP
Last post by Azuriye -Yes. Totally independent to smart shuffle (or any other sorting you use on the pool!).
Let me know if you have more doubts.
Thanks for clearing my doubts, also I just realised that this global filter seems to be applied. Is there a way to remove it? I feel like something from this filtering is preventing the query to work as intended.
Code: [Select]
(NOT (%RATING% EQUAL 2 OR %RATING% EQUAL 1) AND NOT (STYLE IS live AND NOT STYLE IS hi-fi) AND %CHANNELS% LESS 3 AND NOT COMMENT HAS quad)
For testing this is my pool query.
Code: [Select]
{
"readme": "Adds Least Recently Played (LRP) and Lowest Play Count (LPC) tracks.",
"name": "test",
"pool": {
"fromPls": {
"_LIBRARY_0": 9999
},
"query": {
"_LIBRARY_0": "%jsp3_loved% IS 1 SORT ASCENDING BY %jsp3_last_played%"
},
"toPls": "LRP + LPC",
"pickMethod": {
"_LIBRARY_0": "start"
}
}
}