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

13 lines
313 B
Natural

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