13 lines
335 B
Natural
13 lines
335 B
Natural
{
|
|
"title": "-Top Post-Hardcore ;)",
|
|
"comment": "The highest rated Post-Hardcore music.",
|
|
"all": [
|
|
{"contains": {"genre": "Post-Hardcore"}},
|
|
{"gt": {"rating": 2}},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"notContains": {"genre": "Latin"}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 1000
|
|
} |