1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Update navidrome.toml

This commit is contained in:
Éric Gaspar 2023-11-17 18:46:16 +01:00
parent 818b6912d0
commit b6bfabefe8

View file

@ -113,5 +113,23 @@ ReverseProxyUserHeader = "remote-user"
ReverseProxyWhitelist = "0.0.0.0/0"
# Path to ffmpeg executable. Use it when Navidrome cannot find it, or you want to use a specific version
FFmpegPath = ""
FFmpegPath = "/usr/bin/ffmpeg"
# Enable/Disable Jukebox mode
#Jukebox.Enabled = true
#MPVPath = "/path/to/mpv"
# List of registered devices, syntax:
# "symbolic name " - Symbolic name to be used in UI's
# "device" - MPV audio device name, do mpv --audio-device=help to get a list
#Jukebox.Devices = [
# # "symbolic name " "device"
# [ "internal", "coreaudio/BuiltInSpeakerDevice" ],
# [ "dac", "coreaudio/AppleUSBAudioEngine:Cambridge Audio :Cambridge Audio USB Audio 1.0:0000:1" ]
#]
# Device to use for Jukebox mode, if there are multiple entries above.
# Using device "auto" if missing
#Jukebox.Default = "dac"