Hello,
Writing here as suggested on IRC.
Here is the deal :
I'm running a webradio with a music playlist most of the day, and some
live shows usually during the evening. These show can last from 1 to
more than 7 hours, it all depends on the mood of the DJ.
All live shows are saved by liquidsoap in different files using output.file.mp3
Now, I would like to be able to rerun my shows during nights and afternoons.
It has to stop and go back to the main playlist once the show has been
entirely rebroadcasted. And also at special hours, even if the
rebroadcast is still running.
So I was thinking of something like :
pre_rerun = playlist.once("path/rerun.m3u")
music = playlist("path/music.m3u")
true_rerun = fallback([pre_rerun, music])
switch([ ({10h00-16h00}, music),({16h00-20h30},
true_rerun),({20h30-3h00}, music),({3h00-10h00}, true_rerun)] )
The main problem is : playlist_once has no way of reloading rerun.m3u
- so it would play the same playlist everyday even tho the files are
changing.
I've heard there was a workaround for this, a way to force a playlist
to run only once per switch while being regularly reloaded. I would be
interested by such a solution. :-)
Thanks.
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users