Hello all. I am not sure if anyone is on this list anymore, but if
someone who knows a great deal of liquidsoap tell me how to correctly
cross fade tracks? can I just use the basic operator to crossfade like
"smart_crossfade"? or do I have to set somthings up? and where do I put
it into my code? my code is the following. #!/etc/liquidsoap
#log directory
set("log.file.path","/tmp/radio.log")
set("server.telnet",true)
#music
myplaylist =
mksafe(fallback([request.queue(id="q"),playlist("/home/kjsc/music")]))
# jingles
jingles = mksafe(playlist("/home/kjsc/jingles"))
radio = myplaylist
radio = random(weights = [1, 2],[jingles, radio])
output.icecast(%mp3,
host = "kjscradio.com", port = 8000,
password = "hackme", mount = "autodj.mp3",
radio)
If someone can help out with this, I would be grateful.
------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users