On Tue, Dec 16, 2008 at 7:26 PM, Romain Beauxis <[email protected]> wrote: > If you want to be able to reload the playlist, you have to use string.ref, > which is at the moment the only way to define persistent values in liquidsoap > (this is a classic issue with functional programming).
Romain meant non-persitent, i.e. mutable of course. Concerning your setup, the DJ hits a button for every new playlist? Then you'd just need a request.queue, and hitting the button would re-populate the queue -- interaction being done via the server, telnet for example. It's the general principle behind playlist.once(), without the gory scripting details... -- David ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
