20 lines
660 B
Natural
20 lines
660 B
Natural
{
|
||
"title": "-Top Rock ;)",
|
||
"comment": "The highest rated Rock music.",
|
||
"all": [
|
||
{"contains": {"genre": "Rock"}},
|
||
{"gt": {"rating": 3}},
|
||
{"notContains": {"genre": "Christmas Music"}},
|
||
{"notContains": {"genre": "Piano Rock"}},
|
||
{"notContains": {"genre": "Pop Rock"}},
|
||
{"notContains": {"genre": "Rap Rock"}},
|
||
{"isNot": {"artist": "Billie Eilish"}},
|
||
{"isNot": {"artist": "Halsey"}},
|
||
{"isNot": {"artist": "Lil Nas X"}},
|
||
{"isNot": {"artist": "Sabrina Carpenter"}},
|
||
{"notContains": {"album": "Koe Wetzel Presents… Wetzel’s Wonderland Chapter 2"}}
|
||
],
|
||
"sort": "dateModified",
|
||
"order": "desc",
|
||
"limit": 1500
|
||
} |