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:
parent
557073f140
commit
93f4778d12
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user