2010/1/18 Subflow.net <[email protected]>: > There is a way to reload automatically a playlist with "playlist.once" > attribute ?
The current playlist.once() offers no such thing. I'm not sure if we should do it, but I'll describe quickly how you can do it for your own use. The playlist.once() operator is defined with a little script in utils.liq: it simply loads a request.queue() from a file. So, if you want to use it multiple times, the simplest solution is to explicitly create your queue and have the loading function hooked up to some server command. I'm catching up on many things these days, so I won't offer more details or code for now. Cheers, David ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
