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.
|
2023-02-07 02:24:58 +04:00
|
|
|
listen_on: "unix /var/run/dwelling-radio/sock"
|
2022-03-08 01:17:24 +04:00
|
|
|
icecast:
|
|
|
|
# URL to Icecast's status-json.xsl
|
2022-03-30 19:15:05 +04:00
|
|
|
url: "http://radio.arav.home.arpa/status-json.xsl"
|
2022-03-08 01:17:24 +04:00
|
|
|
playlist_path: "/var/log/icecast/playlist.log"
|
2023-02-19 21:18:36 +04:00
|
|
|
filelist_path: "/srv/radio/filelist.html"
|
2023-03-13 01:40:30 +04:00
|
|
|
most_listened_song_file_path: "/mnt/data/appdata/mostlistenedsong"
|
2022-08-29 07:17:40 +04:00
|
|
|
liquidsoap:
|
2022-08-29 19:35:38 +04:00
|
|
|
executable_path: "/opt/opam/4.14.0/bin/liquidsoap"
|
2022-08-29 07:17:40 +04:00
|
|
|
script_path: "/etc/dwelling/radio.liq"
|
2022-03-08 01:17:24 +04:00
|
|
|
# How much songs to list on a page
|
2023-03-13 03:31:40 +04:00
|
|
|
list_last_n_songs: 10
|