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