m3gab0y
Joined: 15 Aug 2009 Posts: 47 Location: London, UK
|
Posted: Tue Apr 19, 2011 8:28 pm Post subject: select specific mountpoint in config |
|
|
I need to get metadata/title streaming from Icecast server for a web-application. I found 7.xsl that can be set to get data from a mountpoint number with this code:
| Code: |
<xsl:if test="position()=8">
<xsl:if test="artist"><xsl:value-of select="artist" /> - </xsl:if><xsl:value-of select="title" />
</xsl:if> |
I need to know how can I specify a mountpoint name (not the number) ? |
|