mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
5bb8e0fbff
- Add config panel - Add YNH_ARCH helper - Upgrade to 0.47.5
32 lines
1 KiB
TOML
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"
|