<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>okay i found now a way but it thow me an error, that is maybe a
      bug.</p>
    <p> icecast from
      <a class="moz-txt-link-freetext" href="http://download.opensuse.org/repositories/multimedia:/xiph/xUbuntu_18.04">http://download.opensuse.org/repositories/multimedia:/xiph/xUbuntu_18.04</a></p>
    <p>that should be the offical stable branch. version 2.4.4</p>
    <p>i using this code at status-json.xml tode ide the listener peak,
      that works fine<br>
    </p>
    <p><xsl:template match="icestats/source/listener_peak"><br>
        <xsl:if test="following-sibling::*"></xsl:if><br>
        <xsl:if
      test="not(following-sibling::*)">"dummy":null}</xsl:if><br>
      </xsl:template><br>
    </p>
    <p>but if i use this to hide the listeners</p>
    <p><xsl:template match="icestats/source/listeners"><br>
        <xsl:if test="following-sibling::*"></xsl:if><br>
        <xsl:if
      test="not(following-sibling::*)">"dummy":null}</xsl:if><br>
      </xsl:template></p>
    <p>the json throw me an error</p>
    <div class="panelContent">
      <div class="jsonParseError">SyntaxError: JSON.parse: expected ','
        or ']' after array element at line 1 column 804 of the JSON data</div>
      <div class="jsonParseError"><br>
      </div>
      <div class="jsonParseError">if i cheack the raw data it seems that
        if i kill listeners the line with listenur has no"{" befor to
        open this argument.</div>
      <div class="jsonParseError"><br>
      </div>
      <div class="jsonParseError">somone has an idea to fix this?<br>
      </div>
    </div>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Am 11.04.2021 um 08:14 schrieb Thomas:<br>
    </div>
    <blockquote type="cite"
      cite="mid:3ace5875-de7c-cf2a-6eee-c412655a4b25@gmx.de">hi there i
      searching for a way to hide the listener count at the puplis
      <br>
      <br>
      status-json.xsl
      <br>
      <br>
      i dont want to hide it complet, only hide the listener count, has
      somone
      <br>
      a code snipped for me to copy it in?
      <br>
      <br>
      i alrdy have found it at status.xsl but it does not change the
      json...
      <br>
      <br>
      and i dont get the syntax of the json, would be glas if somone can
      help me
      <br>
      <br>
      <br>
      regards
      <br>
      <br>
      railgun
      <br>
      <br>
      _______________________________________________
      <br>
      Icecast mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:Icecast@xiph.org">Icecast@xiph.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</a>
      <br>
    </blockquote>
  </body>
</html>