navidrome-smart-playlists/-Top Country ;).NSP
2024-12-24 09:49:55 -05:00

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
}