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

12 lines
261 B
Natural

{
"title": "-Top Rock ;)",
"comment": "The highest rated Rock music.",
"all": [
{"contains": {"genre": "Rock"}},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Pop Rock"}},
],
"sort": "dateModified",
"order": "desc",
"limit": 1500
}