Hi, If you're trying to set description and URL, it's just output.icecast(...,description="foo",url="bar").
If you're trying to update them for a running radio, there's no way. The description and url fields (and a few others) are not the same kind of metadata as title, artist and so on: they are fixed once and for all for each mount. We can't do anything about it, the icecast/shoutcast protocol is done this way. If you want to change those fields, you have to disconnect your stream, and reconnect it with a new output (requires some non-trivial coding skills for the script, but anyway I don't think you want to do that). Cheers, -- David ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
