14 lines
316 B
Natural
14 lines
316 B
Natural
{
|
|
"title": "-Top Indie ;)",
|
|
"comment": "The highest rated Indie music.",
|
|
"all": [
|
|
{ "any": [
|
|
{"contains": {"genre": "Indie"}}
|
|
]},
|
|
{"gt": {"rating": 3}},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"notContains": {"genre": "Latin"}}
|
|
],
|
|
"sort": "dateModified",
|
|
"limit": 2000
|
|
} |