Files
navidrome-smart-playlists/^ Top Ambient 📈.NSP
T

17 lines
454 B
Natural

{
"title": "-Top Ambient ;)",
"comment": "The highest rated Ambient music.",
"all": [
{ "any": [
{"contains": {"genre": "Ambient"}}
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Ambient Dub"}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Billie Eilish"}},
{"isNot": {"artist": "Coldplay"}},
{"isNot": {"artist": "Lana Del Rey"}}
],
"sort": "dateModified",
"limit": 1000
}