14 lines
309 B
Natural
14 lines
309 B
Natural
{
|
|
"title": "-Admin Favs - Metal ;)",
|
|
"comment": "Favorite Metal songs by the admin.",
|
|
"all": [
|
|
{ "any": [
|
|
{"contains": {"genre": "Metal"}}
|
|
]},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"is": {"loved": true}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 1000
|
|
} |