Hi, <p>What parameters should be passed to update the metadata on an Icecast2 server ? When I do this: curl -u admin:letmein "http://localhost:8000/admin/metadata?mode=updinfo&mount=/mystream&artist=foo&title=bar" <p>The result is: <b>Missing parameter</b> <p><p>The new name/value system is cool - but what variable name do I use for the old single string metadata passed to clients ? <p>Cheers, nick. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hello Nicholas, Thursday, November 27, 2003, 8:32:14 PM, you wrote:> The new name/value system is cool - but what variable name do I use > for the old single string metadata passed to clients ?The URL is like this: http://user:passwd@yourhost:8000/admin/metadata?mount=/mystream&mode=updinfo&song=my%20new%title Kato <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Friday 28 November 2003 06:32, Nicholas Humfrey wrote:> Hi, > > > What parameters should be passed to update the metadata on an Icecast2 > server ? > > When I do this: > > curl -u admin:letmein > "http://localhost:8000/admin/metadata?mode=updinfo&mount=/mystream&artist=f >oo&title=bar" > > > The result is: > > <b>Missing parameter</b> > > > > The new name/value system is cool - but what variable name do I use > for the old single string metadata passed to clients ??mode=updinfo&mount=/yourmounpoint&song=metadatastring That's the only form supported, actually, I think (unless someone else has changed this recently). Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Cool - got that working nicely :) <p>Some stations seem to have the Artist and Title of the song: http://ogg.smgradio.com:80/status.xsl Any idea how the two are passed separately ? <p>When I listen to the stream in Audion, the Artist and Title are seperate in that too. Cheers, nick. <p><p>>On Friday 28 November 2003 06:32, Nicholas Humfrey wrote:>> Hi, >> >> >> What parameters should be passed to update the metadata on an Icecast2 >> server ? >> >> When I do this: >> >> curl -u admin:letmein >> "http://localhost:8000/admin/metadata?mode=updinfo&mount=/mystream&artist=f >>oo&title=bar" >> >> >> The result is: >> >> <b>Missing parameter</b> >> >> >> >> The new name/value system is cool - but what variable name do I use >> for the old single string metadata passed to clients ? > >?mode=updinfo&mount=/yourmounpoint&song=metadatastring > >That's the only form supported, actually, I think (unless someone else has >changed this recently). > >Mike > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to >'icecast-dev-request@xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered.--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.