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

14 lines
356 B
Natural

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