1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Feature: Added a warning for metadata updates for non-legacy codecs

This commit is contained in:
Philipp Schafft 2020-10-01 15:44:26 +00:00
parent a08038c901
commit 1455e9966a

View File

@ -16,6 +16,12 @@
<!-- Mount nav -->
<xsl:call-template name="mountnav" />
<h4>Update Metadata</h4>
<xsl:if test="content-type and not((content-type = 'application/mpeg') or (content-type = 'audio/aac') or (content-type = 'audio/aacp'))">
<p class="warning">
<strong>Warning</strong>
This is only supported for legacy codecs using ICY as transport such as MP3 and AAC.
</p>
</xsl:if>
<form method="post" action="/admin/metadata.xsl">
<input type="hidden" name="mount" value="{@mount}" />
<input type="hidden" name="mode" value="updinfo" />