1
0
dwelling-radio/configs/config.yaml

17 lines
574 B
YAML
Raw Normal View History

2022-03-08 01:17:24 +04:00
# Sets network type (could be tcp{,4,6}, unix)
# and address:port or /path/to/unix.sock to
# listen on.
2022-03-30 18:50:29 +04:00
listen_on: "unix /var/run/dwelling-radio/r.sock"
2022-03-08 01:17:24 +04:00
icecast:
# URL to Icecast's status-json.xsl
url: "http://radio.arav.home.arpa/status-json.xsl"
2022-03-08 01:17:24 +04:00
playlist_path: "/var/log/icecast/playlist.log"
liquidsoap:
executable_path: "/usr/bin/liquidsoap"
script_path: "/etc/dwelling/radio.liq"
2022-03-08 01:17:24 +04:00
# How much songs to list on a page
list_last_n_songs: 10
log:
# Output messages to stdout as well as to theirs files.
2022-03-08 01:56:08 +04:00
stdout: true
2022-03-08 01:17:24 +04:00
error: "/var/log/dwelling-radio/error.log"