mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
minor documentation fix
svn path=/trunk/icecast/; revision=5731
This commit is contained in:
parent
f636826e23
commit
25fca81390
@ -17,11 +17,11 @@
|
||||
<h3>Metadata Update</h3>
|
||||
<h4>description</h4>
|
||||
<div class=indentedbox>
|
||||
This function provides the ability for either a source client or any external program to update the metadata information for a particular mountpoint. Currently the only metadata supported is song title.
|
||||
This function provides the ability for either a source client or any external program to update the metadata information for a particular mountpoint. Currently the only metadata supported is song title and only for MP3 streams.
|
||||
</div>
|
||||
<h4>example</h4>
|
||||
<pre>
|
||||
http://192.168.1.10:8000/admin/metadata?mount=/mystream.ogg&action=updinfo&song=ACDC+Back+In+Black
|
||||
http://192.168.1.10:8000/admin/metadata?mount=/mystream&mode=updinfo&song=ACDC+Back+In+Black
|
||||
</pre>
|
||||
<br>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user