Add config for dropin folder

This commit is contained in:
Leopold Sappler 2026-01-19 22:33:54 +01:00
parent 1b803d06c6
commit 4e0e4db930

View file

@ -61,5 +61,10 @@
},
"listenbrainz": {
"token": "LISTENBRAINZ_TOKEN"
},
"drop_folder": {
"enabled": false,
"watch_path": "/app/dropin",
"supported_formats": [".mp3", ".flac", ".ogg", ".aac", ".wma", ".wav", ".m4a"]
}
}