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

16 lines
421 B
Natural

{
"title": "-Top Country ;)",
"comment": "The highest rated Country music.",
"all": [
{"contains": {"genre": "country"}},
{"gt": {"rating": 3}},
{"isNot": {"artist": "Eagles"}},
{"isNot": {"artist": "Khruangbin"}},
{"isNot": {"artist": "Lil Nas X"}},
{"isNot": {"artist": "Quavo"}},
{"isNot": {"artist": "Ray Charles"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1500
}