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

14 lines
312 B
Natural

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