17 lines
462 B
Natural
17 lines
462 B
Natural
{
|
|
"title": "-Top Lo-Fi ;)",
|
|
"comment": "The highest rated Lo-Fi Music. Also contains: Chillwave and Downtempo",
|
|
"all": [
|
|
{ "any": [
|
|
{"contains": {"genre": "Lo-Fi"}},
|
|
{"contains": {"genre": "Chillwave"}},
|
|
{"contains": {"genre": "Downtempo"}}
|
|
]},
|
|
{"gt": {"rating": 2}},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"notContains": {"genre": "Latin"}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 1500
|
|
} |