navidrome-smart-playlists/^ Admin Favs - Hip Hop🎵.NSP

17 lines
433 B
Natural

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