2011/6/14 Martin Hamant <[email protected]>: > > Le 14/06/2011 11:59, Martin Hamant a écrit : >> Hi,
Hi! >> I am running the last hg of savonet with the following script: >> >> audio = input.alsa(device="pulse") >> output.shoutcast(%mp3, host="mystreamhost.com", port = 8000, password >> = "anything", description="http://testurl", audio) >> >> return the error: >> the function (at line XX, char XX) has no argument labeled "description"! >> >> While "url" and "genre" works well. >> >> Maybe I am doing a mistake ? >> >> Martin > > Ok , I am answering myself with this: > > martin@martin-VirtualBox:~/savonet$ liquidsoap -h output.shoutcast | > grep desc > martin@martin-VirtualBox:~/savonet$ liquidsoap -h output.icecast | grep desc > Type: (?id:string,?description:string,?dumpfile:string, > * description : string (default "Liquidsoap Radio!") > > The label to use for shoutcast is "name" > * name : string (default "OCaml Radio!") > > Sorry for the inconvenience. Don't be :) Someone (David I think) removed that option some time ago because it was actually not used by shoutcast. Romain ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
