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.",
|
"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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user