Bonjour,

Hello,

I've just switch our radio (University Radio In Namur, Belgium, 
www.run.be ) to LiquidSoap and it works just fine.
We use it when it's non-stop music and sometimes for recorded broadcasts.

For one of these broadcast, I try to use playlist.once in this way



jingles = playlist("/mp3/spot")
bcc = playlist.once("/mp3/BCC")
bcc = append(bcc, fun (_) -> jingles)





when I try liquidsoap --check myscript.liq, I get an error message

 >>>>> Line 33, char 25 before ")": Unbound symbol playlist.once!

It works when I do playlist("/mp3/BCC")

First, If I use playlist() instead of playlist.once(), I'm afraid the 
fisrt part might play a second time if the total time is less than an hour
Second, do I  using right the append() function to insert jingles 
between the parts ?

Thx in advance for any help

PVB

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to