#!/usr/bin/liquidsoap # Log dir set("log.file.path","/tmp/xfnw-basic-radio.log") %include "passwords.liq" radio = crossfade(normalize(random([playlist.once(argv(1),random=true)]))) output.icecast(%vorbis, host="radio.tildeverse.org",user="lickthecheese",port=8015,password=password, mount="/", on_blank(shutdown,radio), on_stop=shutdown, fallible=true )