13 lines
311 B
Natural
13 lines
311 B
Natural
{
|
|
"title": "-Top Rock ;)",
|
|
"comment": "The highest rated Rock music.",
|
|
"all": [
|
|
{"contains": {"genre": "Rock"}},
|
|
{"gt": {"rating": 3}},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"notContains": {"genre": "Pop Rock"}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 1500
|
|
} |