Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-core
Commits
d3b48e1b
Verified
Commit
d3b48e1b
authored
6 months ago
by
Ole Binder
Browse files
Options
Downloads
Patches
Plain Diff
Chore: Stop tracking config/engine-core.yaml
parent
ee9cc4d1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/engine-core.yaml
+0
-85
0 additions, 85 deletions
config/engine-core.yaml
with
0 additions
and
85 deletions
config/engine-core.yaml
deleted
100644 → 0
+
0
−
85
View file @
ee9cc4d1
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment