23 lines
684 B
Natural
23 lines
684 B
Natural
{
|
|
"title": "-Top Rap ;)",
|
|
"comment": "The highest rated Rap music.",
|
|
"all": [
|
|
{ "any": [
|
|
{"contains": {"genre": "Rap"}}
|
|
]},
|
|
{"gt": {"rating": 3}},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"notContains": {"genre": "instrumental"}},
|
|
{"notContains": {"genre": "Latin"}},
|
|
{"notContains": {"genre": "Rap Metal"}},
|
|
{"notContains": {"genre": "Trap Edm"}},
|
|
{"isNot": {"artist": "Beastie Boys"}},
|
|
{"isNot": {"artist": "Black Eyed Peas"}},
|
|
{"isNot": {"artist": "Imagine Dragons"}},
|
|
{"isNot": {"artist": "Postmodern Jukebox"}},
|
|
{"isNot": {"artist": "¥$"}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 2000
|
|
} |