Skip to content
Snippets Groups Projects
Verified Commit d3b48e1b authored by Ole Binder's avatar Ole Binder
Browse files

Chore: Stop tracking config/engine-core.yaml

parent ee9cc4d1
Branches
Tags
No related merge requests found
general:
engine_id: "1"
socket_dir: "../socket"
# referenced by AURA_LOGS
log_dir: "../logs"
# referenced by AURA_ENGINE_CORE_LOG_LEVEL
log_level: "INFO"
# referenced by AURA_ENGINE_RUN_AS_ROOT
liquidsoap_as_root: false
liquidsoap_min_version: "2.2.4"
# referenced by AURA_ENGINE_API_URL_PLAYLOG
api_url_playlog: "http://127.0.0.1:8008/api/v1/playlog"
input_stream_max_buffer: 5.0
input_stream_timeout: 10.0
# referenced by AURA_AUDIO_STORE_PLAYLIST
playlist_folder: "../audio/playlists"
meta_key_show_id: "show_id"
default_track_type: "0"
telnet:
# referenced by AURA_ENGINE_TELNET_ENABLE
server_enable: true
# referenced by AURA_ENGINE_SERVER_TIMEOUT
server_timeout: 16380
# referenced by AURA_ENGINE_TELNET_HOST
server_host: "127.0.0.1"
# referenced by AURA_ENGINE_TELNET_PORT
server_port: 1234
fallback:
music_folder: "/var/audio/fallback"
# referenced by AURA_ENGINE_FALLBACK_SHOW_NAME
show_name: "Station Fallback"
# referenced by AURA_ENGINE_FALLBACK_SHOW_ID
show_id: "-1"
# referenced by AURA_ENGINE_FALLBACK_TYPE
type: "folder"
music_playlist: "station-fallback-playlist.m3u"
# referenced by AURA_ENGINE_FALLBACK_RELOAD
music_folder_reload: 300
# referenced by AURA_ENGINE_FALLBACK_MAX_BLANK
max_blank: 15.
# referenced by AURA_ENGINE_FALLBACK_MIN_NOISE
min_noise: 0.
# referenced by AURA_ENGINE_FALLBACK_THRESHOLD
threshold: -80.
audio:
soundsystem: "jack"
devices:
# to add new devices simply add a
# - name: "your_name"
# entry to the list
output:
- name: "default"
input:
- name: "default"
stream:
- enabled: false
encoding: "ogg"
bitrate: "128"
channels: "2"
host: "192.168.1.154"
port: 8000
mountpoint: "aura-radio.ogg"
user: "source"
password: "hackme"
url: "https://aura.radio"
name: "AURA Radio"
genre: "music"
description: "Music from the community radio software suite"
- enabled: false
encoding: "mp3"
bitrate: "128"
channels: "2"
host: "192.168.1.154"
port: 8000
mountpoint: "aura-radio2.mp3"
user: "source"
password: "hackme"
url: "https://aura.radio2"
name: "AURA Radio 2"
genre: "music"
description: "Music from the community radio software suite"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment