Hi list,

I have a recipe running in liquidsoap 1.0.0 beta1 that uses delay like this:
playlist1     = playlist(reload_mode = "rounds", mode = "randomize", reload = 1,
"replay_gain:/playlist1")
playlist2     = playlist(reload_mode = "rounds", mode = "randomize", reload = 1,
"replay_gain:/playlist2")
jingle1 = playlist(mode="normal", "/jingle1.m3u")
jingle2 = playlist(mode="normal", "/jingle2.m3u")
default = single("/default.mp3")
##
radio = fallback([switch([
({ 0h-12h30m }, fallback([delay(900.,jingle1), playlist1])),
({ 12h30m-24h }, fallback([delay(900.,jingle2), playlist2]))]),
default])
...

The delay is used to play a jingle around every 15 minutes but my problem is 
that when the playlist switches from playlist1 to playlist2 (or the opposite) 
it plays one playlist entry from the new playlist before playing the jingle 
(ex. playlist1->playlist2.track1->jingle2->playlist2.track2... - this doesn't 
happen the first time it switches). Is there a specific reason for this? (Is it 
the case that the delay holds time from previous switches? Also, I don't want 
to use track_sensitive=false for the fallback)

Thanks,

Kyriakos
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to