Hi there

I'm trying to play a theme at the start of show1 and show2. The first time
I play the show, the theme played, the second time, the theme does not
play. What am I missing?

My simplified script.

theme =
 
playlist(mode="normal","~/radio/library/themes/playlist.m3u",reload_mode="watch")
songs =  playlist("~/radio/library/songs",reload_mode="watch")

show1 = sequence([theme,songs])
show2 = sequence([theme,songs])


s = fallback([ request.queue(id="request"),
                    switch([ ({ 14h-14h30 }, show1),
                                ({ 14h30-15h }, show2),
                                ({ 01h-01h30 }, show1),
                                ({ 01h30-02h }, show2)
                                ]),
                                default])


When I restart Liquidsoap Show1 and Show2 play the theme, the following
shows do no longer play the themes.

Any help would be appreciated.

Best

Markus
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to