If anyone could help, I would appreciate it.

I searched through the savonet.sourceforge.net site and could not find an 
answer to this.  I want liquidsoap to play a certain source on a specific date 
(ie. Christmas music starting on Dec.22)  Is there a way to do this in my 
existing script, or do I need to write a whole new script and manually start 
that script in place of my current script?  If I can do this, is there a way to 
write it so that the script plays until a set date (say, Dec. 26) and then 
return to my regular script?

I am assuming that I do this inside the following code
-------------------------------
indie = fallback (track_sensitive=true, [ request.queue(id = "request"),
          switch ([({1w and 19h-20h}, new),
                   ({0w and 8h-11h}, praise),
                   ({date("20/22/2009")}, christmas), <--I added this
                   ({date_match("02/26/2009")}, myplaylist),<--I added this
                   
                   myplaylist])
-------------------------------
So far, when I add this to my existing script, and start liquidsoap, I get an 
error.  If I take it out, it runs as normal.  And, I did create the christmas 
item with a playlist associated with it.

Thanks in advance for your help.


William Upp
Technology Coordinator
Computer and Business Instructor
Scott-Morgan School District #2 (Bluffs Schools)
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to