Skip to content
Snippets Groups Projects
Commit 42b57f65 authored by David Trattnig's avatar David Trattnig
Browse files

Updated template configs. #72

parent 0b9c4f50
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# Note: Paths are relative to the 'src' folder
[general]
# Filesocket to control engine-core externally (e.g. by 'engine')
# File Socket to control engine-core externally (e.g. by 'engine')
socketdir="../socket"
# Host and port of the engine backchannel (Network Socket for e.g. sending track service updates)
engine_control_host="localhost:1337"
......@@ -12,24 +12,21 @@ engine_control_host="localhost:1337"
logdir="../logs"
# Possible values: debug, info, warning, error, critical
loglevel="info"
# The user and group under which the daemon starts it (optional)
daemongroup="engineuser"
daemonuser="engineuser"
# Allow Liquidsoap to run as root (required for Docker)
liquidsoap_as_root="false"
[audio]
# This is the folder where fallback playlists are read from (optional)
audio_playlist_folder="/var/audio/playlist"
audio_playlist_folder="../audio/playlist"
# Sets the time how long we have to fade in and out, when we select another mixer input values are in seconds
fade_in_time="0.5"
fade_out_time="2.5"
fade_in_time="1.5"
fade_out_time="1.5"
# A playlist holding music for Station Fallbacks (optional)
fallback_music_playlist= "station-fallback-playlist.m3u"
# A folder holding music for Station Fallbacks (optional)
fallback_music_folder="/var/audio/station"
fallback_music_folder="../audio/station"
# The time in seconds how often the folder should be re-scanned
# Do not reload to often when using large folders
# Do not reload too often when using large folders
fallback_music_folder_reload="300"
# Maximum time of blank from source (defaults to 20., seconds, float)
fallback_max_blank="15."
......
......@@ -4,7 +4,7 @@
# Note: Paths are relative to the 'src' folder
[general]
# Filesocket to control engine-core externally (e.g. by 'engine')
# File Socket to control engine-core externally (e.g. by 'engine')
socketdir="../socket"
# Host and port of the engine backchannel (Network Socket for e.g. sending track service updates)
engine_control_host="0.0.0.0:1337"
......@@ -12,24 +12,21 @@ engine_control_host="0.0.0.0:1337"
logdir="../logs"
# Possible values: debug, info, warning, error, critical
loglevel="info"
# The user and group under which the daemon starts it (optional)
daemongroup="engineuser"
daemonuser="engineuser"
# Allow Liquidsoap to run as root (required for Docker)
liquidsoap_as_root="true"
[audio]
# This is the folder where fallback playlists are read from (optional)
audio_playlist_folder="/var/audio/playlist"
audio_playlist_folder="../audio/playlist"
# Sets the time how long we have to fade in and out, when we select another mixer input values are in seconds
fade_in_time="0.5"
fade_out_time="2.5"
fade_in_time="1.5"
fade_out_time="1.5"
# A playlist holding music for Station Fallbacks (optional)
fallback_music_playlist= "station-fallback-playlist.m3u"
# A folder holding music for Station Fallbacks (optional)
fallback_music_folder="/var/audio/station"
fallback_music_folder="../audio/station"
# The time in seconds how often the folder should be re-scanned
# Do not reload to often when using large folders
# Do not reload too often when using large folders
fallback_music_folder_reload="300"
# Maximum time of blank from source (defaults to 20., seconds, float)
fallback_max_blank="15."
......
......@@ -4,7 +4,7 @@
# Note: Paths are relative to the 'src' folder
[general]
# Filesocket to control engine-core externally (e.g. by 'engine')
# File Socket to control engine-core externally (e.g. by 'engine')
socketdir="../socket"
# Host and port of the engine backchannel (Network Socket for e.g. sending track service updates)
engine_control_host="localhost:1337"
......@@ -12,24 +12,21 @@ engine_control_host="localhost:1337"
logdir="../logs"
# Possible values: debug, info, warning, error, critical
loglevel="info"
# The user and group under which the daemon starts it (optional)
daemongroup="engineuser"
daemonuser="engineuser"
# Allow Liquidsoap to run as root (required for Docker)
liquidsoap_as_root="false"
[audio]
# This is the folder where fallback playlists are read from (optional)
audio_playlist_folder="/var/audio/playlist"
audio_playlist_folder="../audio/playlist"
# Sets the time how long we have to fade in and out, when we select another mixer input values are in seconds
fade_in_time="0.5"
fade_out_time="2.5"
fade_in_time="1.5"
fade_out_time="1.5"
# A playlist holding music for Station Fallbacks (optional)
fallback_music_playlist= "station-fallback-playlist.m3u"
# A folder holding music for Station Fallbacks (optional)
fallback_music_folder="/var/audio/station"
fallback_music_folder="../audio/station"
# The time in seconds how often the folder should be re-scanned
# Do not reload to often when using large folders
# Do not reload too often when using large folders
fallback_music_folder_reload="300"
# Maximum time of blank from source (defaults to 20., seconds, float)
fallback_max_blank="15."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment