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

15 lines
335 B
Natural

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