Added most_listened_song_file_path option.
This commit is contained in:
parent
2b47748c30
commit
1b91f70edd
@ -7,6 +7,7 @@ icecast:
|
||||
url: "http://radio.arav.home.arpa/status-json.xsl"
|
||||
playlist_path: "/var/log/icecast/playlist.log"
|
||||
filelist_path: "/srv/radio/filelist.html"
|
||||
most_listened_song_file_path: "/mnt/data/appdata/mostlistenedsong"
|
||||
liquidsoap:
|
||||
executable_path: "/opt/opam/4.14.0/bin/liquidsoap"
|
||||
script_path: "/etc/dwelling/radio.liq"
|
||||
|
@ -15,6 +15,7 @@ type Configuration struct {
|
||||
Playlist string `yaml:"playlist_path"`
|
||||
} `yaml:"icecast"`
|
||||
FilelistPath string `yaml:"filelist_path"`
|
||||
MostListenedSongPath string `yaml:"most_listened_song_file_path"`
|
||||
Liquidsoap struct {
|
||||
ExecPath string `yaml:"executable_path"`
|
||||
ScriptPath string `yaml:"script_path"`
|
||||
|
Loading…
Reference in New Issue
Block a user