navidrome-smart-playlists/^ Top Singer-Songwriter 📈.NSP

13 lines
347 B
Natural

{
"title": "-Top Singer-Songwriter ;)",
"comment": "The highest rated Singer-Songwriter music.",
"all": [
{"contains": {"genre": "Singer-Songwriter"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}