Hello Udo!

I'm quite new to liquidsoap and I run it the following way:

First about "my" content:

A) I have some "shows" that come from an archieve
B) some shows are been produced every day and are uploaded to a specified
ftp sever
C) there are a few time when i connect to a livestream which will be played
out to the transmitter


I put together a liq script which has some predefined playlist-sources using
the schema:


s0500 = audio_to_stereo(playlist(id="01",mode="normal",
"c:\liquidsoap\playlists\0500.m3u"))
s0530 = audio_to_stereo(playlist(id="02",mode="normal",
"c:\liquidsoap\playlists\0530.m3u"))
s0600 = audio_to_stereo(playlist(id="03",mode="normal",
"c:\liquidsoap\playlists\0600.m3u"))

...


Whereas s0500 is the show which will be played at 05.00 and so on (by the
way I use liquidsoap on windows like you can see looking at the directories)

Afterwards I placed a switch that plays certain shows at certain times:

                 ( { 5h-5h30 }, s0500),
                 ( { 5h30-6h }, s0530),
                 ( { 6h-6h30 }, s0600),

                        ...


Finally I've put together a batch-file which will collect the newest shows
from the ftp server every night and afterwards update the playlist-files
which show shall be played the next day, fresh and from the archieve. Last
not least I stop and start liquidsoap to reload the liq script (and for
better stability, remember I use windows ;-) ) automatically and send a mail
to me if the daily update worked correctly.


This works very well the first 3 days I now use it, I hope it stays so on.
:-)


But this case may be a special case and not the "standard music radio" with
a lot of music run randomly from local sources or so.


Stephan


 

> -----Ursprüngliche Nachricht-----
> Von: David Baelde [mailto:[email protected]] 
> Gesendet: Dienstag, 3. Juli 2012 09:27
> An: Audiodef Online
> Cc: liquidsoap list
> Betreff: Re: [Savonet-users] question: how do you manage your 
> radio schedule?
> 
> Hi Udo,
> 
> The simple solution that you describe isn't bad at all. In 
> fact, Dolebrai was running this way: we had a script for the 
> automatic stuff (picking something random in the database 
> with non-repetition
> constraints) and the special shows where scheduled using 
> "at". It's not the most user-friendly but after you get used 
> to it it's quite reliable.
> 
> Have fun,
> --
> David
> 
> --------------------------------------------------------------
> ----------------
> 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
> [email protected]
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to