hi neil,

at multicult.fm we use a directory structure with hourly slots where 
productions are dropped (e.g. via ftp). an external script looks whether 
there's something in the current folder. everything in the folder is 
played in alphabetical/numerical order, when there's nothing left we 
fall back to rotation:

def next_track()
   request.create( list.hd( get_process_lines( "path-to-script")))
end

source = request.dynamic( next_track)

if you need a finer grain of control when something needs to be played, 
you might use telnet in order to squeeze something into your running 
program.

best regards
peter


On 07/09/12 14:36, Neil Davidson wrote:
> Hi all,
>
> Firstly, congratulations on the 1.0.1 release - it's running great here on 
> Culture Lab Radio in Newcastle :)
>
> I have a general problem which I'm hoping to get some suggestions about. I'd 
> really appreciate any ideas.
>
> Quite often I will have a DJ who comes along with an mp3 file and says "Can 
> you play this for me at x o'clock?"
>
> At the moment someone (usually me!) has to queue it up and manually press 
> play at the right time on our live studio playout computer, which isn't ideal 
> for me.
>
> I'd like to be able to upload the file the liquidsoap server and have it be 
> automatically played at the right time, just the once.
>
> Before I get my scripting hat on, are there any clever ways people have found 
> to manage this kind of situation, using liquidsoap and/or an external script 
> to add one-off shows into the stream at the right time?
>
> Kind regards,
>
> Neil
> --
> Neil Davidson
> Culture Lab Radio
> http://culturelabradio.ncl.ac.uk/
> Newcastle University
> Email: neil.david...@newcastle.ac.uk
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>    

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to