navidrome-smart-playlists/^ Top Rock 📈.NSP

21 lines
701 B
Natural
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "-Top Rock ;)",
"comment": "The highest rated Rock music.",
"all": [
{"contains": {"genre": "Rock"}},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}},
{"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 Wetzels Wonderland Chapter 2"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1500
}