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.",
"all": [
{"is": {"playCount": 0}},
{"notContains": {"genre": "Podcasts"}},
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
{"isNot": {"artist": "freeCodeCamp Podcast"}}
{"notContains": {"genre": "Podcasts"}}
],
"sort": "dateadded",
"order": "desc",

View File

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