I'm using Liquidsoap 1.1.1 and Icecast 2.3.3 on Ubuntu 14.04.4 LTS. The Icecast server statistics XML has no <artist>, and <title> includes artist name.
<title>Portrayal - Universal Libraries</title> This is not what I want. How can I get the following XML? <artist>Portrayal</artist> <title>Universal Libraries</title> The MP3 file has ID3 tags correctly. $ cat /etc/liquidsoap/stream.liq output.icecast(%mp3, name = "oguradio", url = "https://oguradio.com/", host = "localhost", port = 8000, password = "********", mount = "stream", mksafe(playlist("/var/radio/music/Portrayal - To the Black Sea - 156330 --- Jamendo - MP3/playlist.m3u"))) http://oguradio.com:8000/admin/stats returns the following XML. <icestats> <script/> <admin>icemaster@localhost</admin> <client_connections>56</client_connections> <clients>4</clients> <connections>71</connections> <file_connections>14</file_connections> <host>oguradio.com</host> <listener_connections>0</listener_connections> <listeners>0</listeners> <location>Earth</location> <server_id>Icecast 2.3.3</server_id> <server_start>Sun, 08 May 2016 16:51:03 +0900</server_start> <source_client_connections>1</source_client_connections> <source_relay_connections>0</source_relay_connections> <source_total_connections>1</source_total_connections> <sources>1</sources> <stats>0</stats> <stats_connections>0</stats_connections> <source mount="/stream"> <audio_info>channels=2;samplerate=44100;bitrate=128</audio_info> <bitrate>128</bitrate> <channels>2</channels> <genre>Misc</genre> <listener_peak>0</listener_peak> <listeners>0</listeners> <listenurl>http://oguradio.com:8000/stream</listenurl> <max_listeners>unlimited</max_listeners> <public>1</public> <samplerate>44100</samplerate> <server_description>Liquidsoap Radio!</server_description> <server_name>oguradio</server_name> <server_type>audio/mpeg</server_type> <server_url>https://oguradio.com/</server_url> <slow_listeners>0</slow_listeners> <source_ip>127.0.0.1</source_ip> <stream_start>Sun, 08 May 2016 16:51:06 +0900</stream_start> <title>Portrayal - Universal Libraries</title> <total_bytes_read>115039400</total_bytes_read> <total_bytes_sent>0</total_bytes_sent> <user_agent>Liquidsoap/1.1.1 (Unix; OCaml 4.01.0)</user_agent> </source> </icestats> Toshiyuki Ogura ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users
