So I point my browser to http://206.168.174.48:8000/status.xsl Looking at the xsl doc status.xsl I some some nice variables I can use. For some reason I don't seem to be able to pull out the comment tag from the ogg file. I used to easytag to add this so i know it exists. These appear to work <xsl:value-of select="artist" /> - <xsl:value-of select="title" /> These don't do shite - but my id tag has em Album<xsl:value-of select="album" /> <xsl:value-of select="track"/> comment would be <xsl:value-of select="comment"/> perhaps ?? <p><p>Regards Richard ------------------------------------------ ------------------------------------------ --- >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-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.
--------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith@labyrinth.net.au> To: <icecast@xiph.org> Sent: Wednesday, October 09, 2002 11:11 Subject: Re: [icecast] icecast status page -status.xsl <p>> At 11:59 PM 10/8/02 -0600, you wrote:> >So I point my browser to > > > >http://206.168.174.48:8000/status.xsl > > > >Looking at the xsl doc status.xsl I some some nice variables I can > >use. For some reason I don't seem to be able to pull out the comment > >tag from the ogg file. I used to easytag to add this so i know it > >exists. > > > >These appear to work > ><xsl:value-of select="artist" /> - > ><xsl:value-of select="title" /> > > > >These don't do shite - but my id tag has em > >Album<xsl:value-of select="album" /> > ><xsl:value-of select="track"/> > > > >comment would be > ><xsl:value-of select="comment"/> > >perhaps ?? > > > > You can't (using the XSL stuff as-is) pull out arbitrary vorbis tag > metadata. Title and artist are pulled out as special cases. > You can add others you want in your local copy in src/format_vorbis.c, > you should be able to do this pretty much by copying-and-pasting. > > 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-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-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.
At 11:59 PM 10/8/02 -0600, you wrote:>So I point my browser to > >http://206.168.174.48:8000/status.xsl > >Looking at the xsl doc status.xsl I some some nice variables I can >use. For some reason I don't seem to be able to pull out the comment >tag from the ogg file. I used to easytag to add this so i know it >exists. > >These appear to work ><xsl:value-of select="artist" /> - ><xsl:value-of select="title" /> > >These don't do shite - but my id tag has em >Album<xsl:value-of select="album" /> ><xsl:value-of select="track"/> > >comment would be ><xsl:value-of select="comment"/> >perhaps ?? >You can't (using the XSL stuff as-is) pull out arbitrary vorbis tag metadata. Title and artist are pulled out as special cases. You can add others you want in your local copy in src/format_vorbis.c, you should be able to do this pretty much by copying-and-pasting. 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-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.