Am 27.04.2016 um 01:24 schrieb Romain Beauxis:
> Instead, you should do:
> 
> intro = playlist("intro")
> outro = playlist("outro")
> news  = playlist("news")
> 
> radio = rotate([intro, news, outro, pl_musik])
> 
> This should give you a source that plays intro, news, outro, pl_musik
> and then do it again.

Hi Romain.

Yes this is working but I want to have the tripple intro-news-outro to
be played every hour. So I don't want to count how much tracks of musik
has to be played that it might fit to the schedule :-)

so something like this:

radio = switch( id="News", [
        ( { 00m }, play_news() ),
        ( { true }, radio)
] )

Best regards
   Michael


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to