navidrome-smart-playlists/^ Admin Favs - Country🎵.NSP

14 lines
317 B
Natural

{
"title": "-Admin Favs - Hip Hop ;)",
"comment": "Favorite Hip Hop songs by the admin.",
"all": [
{ "any": [
{"contains": {"genre": "Country"}},
{"notContains": {"genre": "Christmas Music"}}
]},
{"is": {"loved": true}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}