navidrome-smart-playlists/^ Un-Played 🎵.NSP

13 lines
345 B
Natural

{
"title": "-Un-Played ;)",
"comment": "Songs that have not been played yet.",
"all": [
{"is": {"playCount": 0}},
{"notContains": {"genre": "Podcasts"}},
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
{"isNot": {"artist": "freeCodeCamp Podcast"}}
],
"sort": "dateadded",
"order": "desc",
"limit": 1000
}