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

16 lines
433 B
Natural

{
"title": "-Top Folk ;)",
"comment": "The highest rated Folk music.",
"all": [
{"contains": {"genre": "Folk"}},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Folk Pop"}},
{"notContains": {"genre": "Folk Rock"}},
{"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "Creed"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}