mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Update config_panel.toml
This commit is contained in:
parent
03e80574dd
commit
b6e8fe4f5c
1 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@ services = ["__APP__"]
|
|||
yes = "true"
|
||||
no = "false"
|
||||
help = "Controls whether the player in the UI will animate the album cover"
|
||||
bind = "EnableCoverAnimation:/var/lib/navidrome/navidrome.toml"
|
||||
bind = "EnableCoverAnimation:/var/lib/__APP__/navidrome.toml"
|
||||
|
||||
[main.config.enable_downloads]
|
||||
ask = "Allow music download"
|
||||
|
@ -21,7 +21,7 @@ services = ["__APP__"]
|
|||
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"
|
||||
bind = "EnableDownloads:/var/lib/__APP__/navidrome.toml"
|
||||
|
||||
[main.config.enable_sharing]
|
||||
ask = "Enable Sharing feature"
|
||||
|
@ -29,7 +29,7 @@ services = ["__APP__"]
|
|||
yes = "true"
|
||||
no = "false"
|
||||
help = "Enable the Sharing feature"
|
||||
bind = "EnableSharing:/var/lib/navidrome/navidrome.toml"
|
||||
bind = "EnableSharing:/var/lib/__APP__/navidrome.toml"
|
||||
|
||||
[main.config.scanner_extractor]
|
||||
ask = "Select metadata extractor"
|
||||
|
@ -37,7 +37,7 @@ services = ["__APP__"]
|
|||
choices = ["taglib", "ffmpeg"]
|
||||
default = "taglib"
|
||||
help = "Select metadata extractor implementation"
|
||||
bind = "Scanner.Extractor:/var/lib/navidrome/navidrome.toml"
|
||||
bind = "Scanner.Extractor:/var/lib/__APP__/navidrome.toml"
|
||||
|
||||
[main.config.enable_transcoding]
|
||||
ask = "Enable transcoding"
|
||||
|
@ -45,10 +45,10 @@ services = ["__APP__"]
|
|||
yes = "true"
|
||||
no = "false"
|
||||
help = "Enables transcoding configuration in the UI"
|
||||
bind = "EnableTranscodingConfig:/var/lib/navidrome/navidrome.toml"
|
||||
bind = "EnableTranscodingConfig:/var/lib/__APP__/navidrome.toml"
|
||||
|
||||
[main.config.welcome_message]
|
||||
ask = "Welcome message"
|
||||
type = "string"
|
||||
help = "Add a welcome message to the login screen"
|
||||
bind = "UIWelcomeMessage:/var/lib/navidrome/navidrome.toml"
|
||||
bind = "UIWelcomeMessage:/var/lib/__APP__/navidrome.toml"
|
||||
|
|
Loading…
Add table
Reference in a new issue