2022-01-22 10:55:17 +01:00
|
|
|
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"
|
2023-02-16 19:21:12 +01:00
|
|
|
bind = "EnableCoverAnimation:/var/lib/__APP__/navidrome.toml"
|
2022-01-22 10:55:17 +01:00
|
|
|
|
|
|
|
[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"
|
2023-02-16 19:21:12 +01:00
|
|
|
bind = "EnableDownloads:/var/lib/__APP__/navidrome.toml"
|
2022-01-22 10:55:17 +01:00
|
|
|
|
2023-02-01 10:00:28 +01:00
|
|
|
[main.config.enable_sharing]
|
|
|
|
ask = "Enable Sharing feature"
|
|
|
|
type = "boolean"
|
|
|
|
yes = "true"
|
|
|
|
no = "false"
|
|
|
|
help = "Enable the Sharing feature"
|
2023-02-16 19:21:12 +01:00
|
|
|
bind = "EnableSharing:/var/lib/__APP__/navidrome.toml"
|
2023-02-01 10:00:28 +01:00
|
|
|
|
2022-01-22 10:55:17 +01:00
|
|
|
[main.config.scanner_extractor]
|
|
|
|
ask = "Select metadata extractor"
|
|
|
|
type = "select"
|
|
|
|
choices = ["taglib", "ffmpeg"]
|
|
|
|
default = "taglib"
|
|
|
|
help = "Select metadata extractor implementation"
|
2023-02-16 19:21:12 +01:00
|
|
|
bind = "Scanner.Extractor:/var/lib/__APP__/navidrome.toml"
|
2022-01-25 11:28:53 +01:00
|
|
|
|
|
|
|
[main.config.enable_transcoding]
|
|
|
|
ask = "Enable transcoding"
|
|
|
|
type = "boolean"
|
|
|
|
yes = "true"
|
|
|
|
no = "false"
|
|
|
|
help = "Enables transcoding configuration in the UI"
|
2023-02-16 19:21:12 +01:00
|
|
|
bind = "EnableTranscodingConfig:/var/lib/__APP__/navidrome.toml"
|
2022-01-25 11:28:53 +01:00
|
|
|
|
|
|
|
[main.config.welcome_message]
|
|
|
|
ask = "Welcome message"
|
|
|
|
type = "string"
|
|
|
|
help = "Add a welcome message to the login screen"
|
2023-02-16 19:21:12 +01:00
|
|
|
bind = "UIWelcomeMessage:/var/lib/__APP__/navidrome.toml"
|