Hi David, I found a way to get the .pls's to be part of my script without resorting to the server command "<queue_id>.push <uri>". That command wouldn't have worked since the uri is generated daily and its name does not correspond to the .pls's name.
See: 'OGGs without an ID3 Tag problems' for the working .liq script. Thanks, Andre On Mon, 06 Dec 2010 09:06:37 -0500, <[email protected]> wrote: > On Sun, 05 Dec 2010 05:10:02 -0500, David Baelde > <[email protected]> wrote: > >> I checked the following script, it works fine here: >> >> a = request.queue(queue=[ >> request.create("/tmp/a.mp3"), >> request.create("/tmp/b.mp3"), >> request.create("/tmp/c.mp3")]) >> a = audio_to_stereo(a) >> a = crossfade(start_next=5.,fade_in=5.,fade_out=5.,a) >> out(mksafe(a)) > > > Hi David, > > I ran your code this morning, but with my uri: > > > a = > request.queue(queue=[request.create("/usr/local/www/rcr/ogg/announce/SOD.ogg"), > > request.create("/usr/local/www/rcr/ogg/announce/opener/opener-sstol.ogg"), > > request.create("/usr/local/www/rcr/ogg/sstol/today/today-sstol-32.ogg"), > request.create("/usr/local/www/rcr/ogg/announce/CLOSER.ogg")]) > > a = audio_to_stereo(a) > a = crossfade(start_next=5.,fade_in=5.,fade_out=5.,a) > out(mksafe(a)) > > > > **** > > Starting liquidsoap. > At line 30, char 22: unbound symbol audio_to_stereo. > > **** > > > > [Btw, I did not use the 'a = mean(audio_to_stereo)request.queue(...)))' > first, beacuse it barfed, and second, since absolutely none of my files > are in stereo, nor will they ever be. I took your phrase 'unless all > your input files are mono' as meaning I wouldn't need this. ] > > Sigh . . . how do I get it 'unbound'? > > Thanks, > Andre > > > -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
