12 lines
433 B
YAML
12 lines
433 B
YAML
# Sets network type (could be tcp{,4,6}, unix)
|
|
# and address:port or /path/to/unix.sock to
|
|
# listen on.
|
|
listen_on: "tcp 127.0.0.1:16387"
|
|
icecast:
|
|
# URL to Icecast's status-json.xsl
|
|
url: "http://radio.arav.home.arpa/status-json.xsl"
|
|
playlist_path: "playlist.log"
|
|
filelist_path: "/srv/radio/filelist.html"
|
|
most_listened_song_file_path: "/mnt/data/appdata/mostlistenedsong"
|
|
# How much songs to list on a page
|
|
list_last_n_songs: 10 |