Thanks for your reply Karl> It may be that you are just using the wrong url for updating metadata, > http://servername.com:9876/admin/metadata?mount=/stream.ogg&mode=updinfo&song=a_song_titleThat will be the problem. But how do I specify the userid and password in the URL? Regards, Ross.
On Wed, 2005-06-15 at 01:18, Ross Levis wrote:> Thanks for your reply Karl > > > It may be that you are just using the wrong url for updating metadata, > > http://servername.com:9876/admin/metadata?mount=/stream.ogg&mode=updinfo&song=a_song_title > > That will be the problem. But how do I specify the userid and password > in the URL?It uses http auth, so you can use http://user:pass@servername.com:9876/....... default user is source unless you have overridden it. karl.
Karl Heyes wrote:> It uses http auth, so you can use > http://user:pass@servername.com:9876/.......Ah, well that's no good then. Windows doesn't support http auth in a URL anymore, and I'm wanting send this from a Windows application. Is there any chance of adding support for something like this... mount=/stream.ogg&user=username&pass=password&mode=... Regards, Ross.