I have the following small script:

-----------------------------------------------
pl_musik = playlist("music\IMAScore\")

def play_history () =
        intro = playlist("intro")
        outro = playlist("outro")
        news  = playlist("news")

        merge_tracks( sequence ( [ intro, news, outro, fail() ] ) )
end

radio = rotate(weights=[1,1], [play_history(), pl_musik] )
----------------------------------------------

I hae two problems with this script:

1. merge_track is not creating one Track out of the three input sources.
rotate still needs a weights of [3,1] to play one complete news with
intro and outro.

2. the first news souds good, then the rotate switches to the miskig
playlist, but after one track it did not switch back to the
play_history. This source is empty

Can anyone help here?

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