navidrome-smart-playlists/^ Admin Favs - Hip Hop🎵.NSP
2025-08-29 19:16:13 -04:00

17 lines
436 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": "dateModified",
"order": "desc",
"limit": 1000
}