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