unnecessary lines at this point since I exclude podcasts from showing up in navidrome at all now using some file in the directory with a certain name .ndignore

This commit is contained in:
Aaron 2025-08-26 15:52:49 -04:00
parent 557073f140
commit 93f4778d12
2 changed files with 2 additions and 6 deletions

View File

@ -3,9 +3,7 @@
"comment": "Songs that have not been played yet.", "comment": "Songs that have not been played yet.",
"all": [ "all": [
{"is": {"playCount": 0}}, {"is": {"playCount": 0}},
{"notContains": {"genre": "Podcasts"}}, {"notContains": {"genre": "Podcasts"}}
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
{"isNot": {"artist": "freeCodeCamp Podcast"}}
], ],
"sort": "dateadded", "sort": "dateadded",
"order": "desc", "order": "desc",

View File

@ -3,9 +3,7 @@
"comment": "Songs that need to be rated.", "comment": "Songs that need to be rated.",
"all": [ "all": [
{"is": {"rating": 0}}, {"is": {"rating": 0}},
{"notContains": {"genre": "Podcasts"}}, {"notContains": {"genre": "Podcasts"}}
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
{"isNot": {"artist": "freeCodeCamp Podcast"}}
], ],
"sort": "dateadded", "sort": "dateadded",
"order": "desc", "order": "desc",