Hi all, I have liquidsoap beta 1 running and a recipe for jingle scheduling like this:
-----
pls_chillout = playlist(reload_mode = "rounds", mode = "randomize", reload =
1,
"replay_gain:/home/ftp/hocaradio/schedule/chill_out")
jingle1 = single("/home/ftp/hocaradio/schedule/_jingles/jingle1.mp3")
radio = fallback([switch([({ 0h-0h05m }, fallback([once(jingle1),
pls_chillout])),
({ 0h05m-0h30m }, pls_chillout),
...
-----
I want jingle1 played once between 0.00 and 0.05 and then go to the playlist
pls_chillout. What would be the best solution provided that i am using [switch].
Thanks in advance.
Kyriakos
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
