Files
navidrome-smart-playlists/^ Admin Favs - Rock🎵.NSP
T

19 lines
521 B
Natural

{
"title": "-Admin Favs - Rock ;)",
"comment": "Favorite Rock songs by the admin.",
"all": [
{ "any": [
{"contains": {"genre": "Rock"}}
]},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Country Rock"}},
{"notContains": {"genre": "Hip Hop"}},
{"notContains": {"genre": "Rap Rock"}},
{"isNot": {"artist": "Ruth B."}},
{"isNot": {"artist": "Colbie Caillat"}},
{"is": {"loved": true}}
],
"sort": "dateLoved",
"order": "desc",
"limit": 1000
}