Hello.

Please, help me with prepend function in liquidsoap.
I have the following code:

news = playlist(reload = 86400, "/home/radio/content/news.txt")
intro = playlist(reload = 86400, "/home/radio/content/intro.txt")

...

news = prepend(news, fun(_) -> intro)
radio = fallback([ news, radio ])

I want random intro to be prepended to every news. With this code I  
get random news or intros, but not them together.

--
Alexey Tarasov

(\__/)
(='.'=)
E[: | | | | :]З
(")_(")


------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to