navidrome-smart-playlists/^ Top Dubstep 📈.NSP

14 lines
303 B
Natural

{
"all": [
{ "any": [
{"contains": {"genre": "Dubstep"}},
{"contains": {"genre": "Dub Techno"}}
]},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Polo G"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1500
}