Add config for dropin folder
This commit is contained in:
parent
1b803d06c6
commit
4e0e4db930
1 changed files with 5 additions and 0 deletions
|
|
@ -61,5 +61,10 @@
|
||||||
},
|
},
|
||||||
"listenbrainz": {
|
"listenbrainz": {
|
||||||
"token": "LISTENBRAINZ_TOKEN"
|
"token": "LISTENBRAINZ_TOKEN"
|
||||||
|
},
|
||||||
|
"drop_folder": {
|
||||||
|
"enabled": false,
|
||||||
|
"watch_path": "/app/dropin",
|
||||||
|
"supported_formats": [".mp3", ".flac", ".ogg", ".aac", ".wma", ".wav", ".m4a"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue