navidrome-smart-playlists/^ Top House 📈.NSP

14 lines
296 B
Natural

{
"title": "-Top House ;)",
"comment": "The highest rated House music.",
"all": [
{ "any": [
{"contains": {"genre": "House"}},
{"notContains": {"genre": "Christmas Music"}}
]},
{"gt": {"rating": 2}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1500
}