20 lines
605 B
Natural
20 lines
605 B
Natural
{
|
|
"title": "-Top Reggae ;)",
|
|
"comment": "The highest rated Reggae music.",
|
|
"all": [
|
|
{"contains": {"genre": "Reggae"}},
|
|
{"gt": {"rating": 2}},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"notContains": {"genre": "Reggaeton"}},
|
|
{"isNot": {"artist": "Bruno Mars"}},
|
|
{"isNot": {"artist": "Don Omar"}},
|
|
{"isNot": {"artist": "Jawsh 685"}},
|
|
{"isNot": {"artist": "Major Lazer"}},
|
|
{"isNot": {"artist": "Rihanna"}},
|
|
{"isNot": {"artist": "Surfaces"}},
|
|
{"isNot": {"artist": "twenty one pilots"}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 1000
|
|
} |