Hi, 2013/3/23 Pad Anius <[email protected]>: > I would like to have a way to use a "sequence" of MP3 files that include: a > playlist, dynamically generated audio file, and from single(..) to play at a > certain time using switch. Liquidsoap examples that I am able to see around > use > sequence only with a maximum of 2 files. > > I have tried using timed_promotions with a sequence of more than 2 files, but > the first time the switch is hit at 59m49s it runs OK and plays all files in > sequence, but on the next hour files contained in "sequence" below are skipped > with no logic that I can understand, even looking at the log. Something must > be > terribly wrong :-( > > It seems that "sequence" is not the right way, is there any other way to put > together more files inside a script and play them at a certain time (some > files > can be dynamically generated, see below)?
Kevin's suggestion to use merge_tracks is a good idea. Generally speaking, once you start looking at advanced scheduling, it is usually recommended to look at writing your own scheduler and using request.dynamic to wire it in your liq. script.. Romain ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
