I might use that code. But do you know is there a way that i can schedle a file 
to be queued

Jonnyboy! Iphones rock!

> On Nov 21, 2014, at 07:53, Yoann Ferret <[email protected]> wrote:
> 
> I’m not sure if this is the BEST way, but you can achieve this with 
> playlist.once and switches.
> 
> Let’s assume you want your show to be played every monday at 6pm, and then go 
> back to myplaylist when it’s over. Just put your show on a playlist file « 
> myshow.txt » containing all the files in the right order.
> 
> myshow = playlist.once(/path/to/myshow.txt)
> 
> radio = fallback([ switch([
> ({ 1w and 17h-18h }, myshow),
> ]), myplaylist])
> 
> Feel free to adjust to your needs and look up « switch » on the Liquidsoap 
> website for more documentation on the function.
> 
> 
> 
> 
>> On Fri, Nov 21, 2014 at 3:40 PM, Jonathan <[email protected]> wrote:
>> Hello all. I'm well, hate to do this, but I am bringing this topic up 
>> again, sense no one has really gotten back to me yet. 
>> I was wondering if there is a way to schedule a particular file to be 
>> played at a given day and at a given time? for example I would like to 
>> have a prerecorded show that we have done last week to be played on 
>> Saturday at 1300 hours. The current way that I'm doing it right now is 
>> just pushing that particular file into the queue with telnet, but 
>> well... that kind of requires me to having to log on to my servers to do 
>> such a thing. pushing something like that to the queue would work fine 
>> if I could figure out how to automate that process. Is there a way, or a 
>> better way that this can be done? If you want to check out the previous 
>> archiving of the email that I'm talking about, go to 
>> http://comments.gmane.org/gmane.comp.audio.liquidsoap.user/7375 
>> and if you want to check out my code of liquidsoap, here it is below. 
>> Note: passwords is not given out during this time. 
>> 
>> #!/etc/liquidsoap 
>> #log directory 
>> set("log.file.path","/tmp/radio.log") 
>> set("server.telnet",true) 
>> 
>> #music 
>> myplaylist = 
>> mksafe(fallback([request.queue(id="q"),playlist("/home/kjsc/music")])) 
>> # jingles 
>> jingles = mksafe(playlist("/home/kjsc/jingles")) 
>> radio = myplaylist 
>> radio = rotate(weights = [1, 3],[jingles, radio]) 
>> radio = crossfade(start_next=2.1,fade_in=0.09, fade_out=2.2,radio) 
>> output.icecast(%mp3, 
>> host = "kjscradio.com", port = 8000, 
>> password = "hackmemore", mount = "autodj.mp3", 
>> radio) 
>> 
>> If someone can help out with this matter, I would be grateful. 
>> Take care all. 
>> 
>> ------------------------------------------------------------------------------
>>  
>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server 
>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards 
>> with Interactivity, Sharing, Native Excel Exports, App Integration & more 
>> Get technology previously reserved for billion-dollar corporations, FREE 
>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk 
>> _______________________________________________ 
>> Savonet-users mailing list 
>> [email protected] 
>> https://lists.sourceforge.net/lists/listinfo/savonet-users
> 
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to