hi romain, I have now found out, that most of my files in '/home/blradio/radio/music' are mono. some are stereo. how do I go about this? thanks for any help, josh. ----- Original Message ----- From: "Romain Beauxis" <[email protected]> To: "Josh" <[email protected]> Cc: <[email protected]> Sent: Saturday, August 20, 2011 5:37 PM Subject: Re: [Savonet-users] Could not get a valid media file of kind {audio=2; video=0; midi=0}
Le 20 août 2011 11:05, Josh <[email protected]> a écrit : > hi all: Hi Josh! > I run my script, and I get the following: > Invalid value at line 11, char 19-48: > Could not get a valid media file of kind {audio=2;video=0;midi=0} from > "/home/blradio/radio/fail.ogg". > this is what i get when i run "liquidsoap -r /home/blradio/radio/fail.ogg: > Request resolved. > title="Stream Down" > temporary="false" > decoder="OGG" > artist="Blind Light Radio" > kind="{audio=0+;video=0+;midi=0+}" > rid="0" > > what do i need to add to my script or install to get ls to find it is > audio=0? > and this is an audio only file. Is your fail.ogg file a mono audio file? In the case, you could try this: single = audio_to_stereo(single("/home/blradio/radio/fail.ogg")) Romain ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
