Hello, thanks very much. I will try this when I get back to my computer. I would also like to know, is there a way to play a file at the top of the hour, saying the time? so if I have a folder with files such as 1.wav, 2.wav, 3.wav, for each hour of the day, can I have something like "/time/"current_hour".wav"? thanks again, josh.
On 05/08/2013, Samuel Mimram <[email protected]> wrote: > Hi, > > Yes this is quite easy! To get you started, you can begin with > something like this: > > s1 = playlist("/folder1") > s2 = playlist("/folder2") > s3 = playlist("/folder3") > > s = add([s1,s2,s3]) > > output.icecast(%mp3, host="localhost", port=8000, password="hackme", s) > > Cheers, > > Samuel. > > On Mon, Aug 5, 2013 at 6:34 AM, Josh Stirland <[email protected]> > wrote: >> Hello, >> I was wondering if there is a way to take for example, three inputs( >> shuffle folders), and combine it into 1 stream, so 3 sound files are >> playing at once then stream it out to icecast. >> I would like to know for a sounds project i'm working on. >> Thanks, >> >> >> -- >> josh. >> >> ------------------------------------------------------------------------------ >> Get your SQL database under version control now! >> Version control is standard for application code, but databases havent >> caught up. So what steps can you take to put your SQL databases under >> version control? Why should you start doing it? Read more to find out. >> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > -- josh. ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
