Hi, I notice the new feature in 2.2 to update a stream's metadata via the admin interface.. but I can't seem to figure the URL to do this automatically from a script. I have a script which figures song and artist from filenames when possible which I use to make the web interface to my stream look nicer when I can't put ID3 tags.. but I would love to at the same time "fix" the metadata for the stream. Any clues? -Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050708/8575b449/attachment.html
For Ogg streams http://user:pass@server.com:8000/admin/metadata?mount=/mystream.ogg&mode=updinfo&song=whatever MP3 streams use the same format as Shoutcast. Regards, Ross. ----- Original Message ----- From: Aaron Wolfe To: icecast@xiph.org Sent: Saturday, July 09, 2005 8:53 AM Subject: [Icecast] Update metadata via URL? Hi, I notice the new feature in 2.2 to update a stream's metadata via the admin interface.. but I can't seem to figure the URL to do this automatically from a script. I have a script which figures song and artist from filenames when possible which I use to make the web interface to my stream look nicer when I can't put ID3 tags.. but I would love to at the same time "fix" the metadata for the stream. Any clues? -Aaron _______________________________________________ Icecast mailing list Icecast@xiph.org http://lists.xiph.org/mailman/listinfo/icecast
Yeah just use the same URL he posted but leave out the .ogg for the mount so it looks like this. http://user:pass@server.com:8000/admin/metadata?mount=/mystream&mode=updinfo&song=whatever ----- Original Message ----- From: "Ross Levis" <ross@stationplaylist.com> To: <icecast@xiph.org> Sent: Friday, July 08, 2005 7:55 PM Subject: Re: [Icecast] Update metadata via URL?> For Ogg streams > http://user:pass@server.com:8000/admin/metadata?mount=/mystream.ogg&mode=updinfo&song=whatever > > MP3 streams use the same format as Shoutcast. > > Regards, > Ross. > > ----- Original Message ----- > From: Aaron Wolfe > To: icecast@xiph.org > Sent: Saturday, July 09, 2005 8:53 AM > Subject: [Icecast] Update metadata via URL? > > > Hi, > > I notice the new feature in 2.2 to update a stream's metadata via the > admin interface.. but I can't seem to figure the URL to do this > automatically from a script. I have a script which figures song and > artist from filenames when possible which I use to make the web > interface to my stream look nicer when I can't put ID3 tags.. but I > would love to at the same time "fix" the metadata for the stream. Any > clues? > > -Aaron > > > > > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >