1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
navidrome_ynh/config_panel.toml
Éric Gaspar 5bb8e0fbff
Testing
- Add config panel
- Add YNH_ARCH helper
- Upgrade to  0.47.5
2022-01-22 10:55:17 +01:00

32 lines
1 KiB
TOML

version = "1.0"
[main]
name = "Navidrome configuration"
services = ["__APP__"]
[main.config]
name = "Configuration Options"
[main.config.enable_animation]
ask = "Enable cover animation"
type = "boolean"
yes = "true"
no = "false"
help = "Controls whether the player in the UI will animate the album cover"
bind = "EnableCoverAnimation:/var/lib/navidrome/navidrome.toml"
[main.config.enable_downloads]
ask = "Allow music download"
type = "boolean"
yes = "true"
no = "false"
help = "Enable the option in the UI to download music/albums/artists/playlists from the server"
bind = "EnableDownloads:/var/lib/navidrome/navidrome.toml"
[main.config.scanner_extractor]
ask = "Select metadata extractor"
type = "select"
choices = ["taglib", "ffmpeg"]
default = "taglib"
help = "Select metadata extractor implementation"
bind = "Scanner.Extractor:/var/lib/navidrome/navidrome.toml"