mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
67d16cd5c8
* preserve config file * [autopatch] Add Common Platform Enumeration id to `manifest.json` (#80) Co-authored-by: Yunohost-Bot <> * Auto-update README * Update manifest.json * Update upgrade * Update upgrade * 0.48.0 (#82) * 0.48.0 * Auto-update README * Update manifest.json * Auto-update README * Update ss-desktop-player.png * Update systemd.service * Update install * Update upgrade * Update change_url Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Disable the activity panel that hangs some browsers (#86) * Testing (#84) * preserve config file * [autopatch] Add Common Platform Enumeration id to `manifest.json` (#80) Co-authored-by: Yunohost-Bot <> * Auto-update README * Update manifest.json * Update upgrade * Update upgrade * 0.48.0 (#82) * 0.48.0 * Auto-update README * Update manifest.json * Auto-update README * Update ss-desktop-player.png * Update systemd.service * Update install * Update upgrade * Update change_url Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Disable the activity panel that hangs some browsers Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Update manifest.json * Auto-update README * Auto-update README * 0.49.0_ * Auto-update README * Add enable sharing to config panel * #85 * Update change_url * 0.49.1 * Update manifest.json * Auto-update README * Update manifest.json * Update manifest.json * Update install * Update upgrade * Update upgrade * Update manifest.json * 0.49.2 * Auto-update README * cleaning * Auto-update README * Auto-update README * 0.49.3 * Auto-update README * Version 2 (#97) * v2 * v2 * v2 * v2 * Auto-update README * v2 * Update upgrade * Update upgrade --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update navidrome.toml * Update config_panel.toml * Fix * Update manifest.toml * Update manifest.toml * Auto-update README * cleaning * Auto-update README --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: selfhoster1312 <121760708+selfhoster1312@users.noreply.github.com>
54 lines
1.8 KiB
TOML
54 lines
1.8 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/__APP__/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/__APP__/navidrome.toml"
|
|
|
|
[main.config.enable_sharing]
|
|
ask = "Enable Sharing feature"
|
|
type = "boolean"
|
|
yes = "true"
|
|
no = "false"
|
|
help = "Enable the Sharing feature"
|
|
bind = "EnableSharing:/var/lib/__APP__/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/__APP__/navidrome.toml"
|
|
|
|
[main.config.enable_transcoding]
|
|
ask = "Enable transcoding"
|
|
type = "boolean"
|
|
yes = "true"
|
|
no = "false"
|
|
help = "Enables transcoding configuration in the UI"
|
|
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/__APP__/navidrome.toml"
|