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

15 lines
341 B
Natural

{
"all": [
{ "any": [
{"contains": {"genre": "Emo"}}
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "BTS"}},
{"isNot": {"artist": "Postmodern Jukebox"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}