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