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

18 lines
493 B
Natural

{
"title": "-Top Punk ;)",
"comment": "The highest rated Punk music.",
"all": [
{"contains": {"genre": "Punk"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Cyberpunk"}},
{"notContains": {"genre": "Proto-Punk"}},
{"isNot": {"artist": "The Goo Goo Dolls"}},
{"isNot": {"artist": "Olivia Rodrigo"}},
{"isNot": {"artist": "WILLOW"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}