Hello all. I have gotten my liquidsoap script to work finally, with my
system and everything is working just fine. but here is a question that
I have for you all and it may seem crappy, but how would I correctly
incert a crossfade for all tracks in my playlist and another question
follows. If I were to change my script, how can I change it without
killing the process and restarting it all over again? my current code is
below.
#!/etc/liquidsoap
#log directory
set("log.file.path","/tmp/radio.log")
#music
myplaylist = mksafe(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)
Also, in my directory of music and jingles, if I upload anything to that
directory, will it still look at that directory and see the new files
that I have uploaded into there, or will I have to restart my script?
These may seem like dumb questions, but, I would just like to know,
plus, I'm new at liquidsoap as well.
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users