How to extract and display specific information from the stream?

Read 5592 times
Hello, Im currently using the code snippet..   

<script language="JavaScript" type="text/javascript" src="http://mystreamingserver.com/system/streaminfo.js"></script>
        <script language="JavaScript" type="text/javascript" src="http://mystreamingserver.com/js.php/webrad/"></script>

To display Auto DJ information on my web page. It is correct in showing the name of the file that is playing. But 'Unknown' is shown before the file name. What part of the file metadata is this code snippet reading to display 'unknown'?.
When I look at the files in media library I can see a column with 'Unknown' in it, but there is no heading to tell me what metadata section this is coming from.

I would like to remove the 'unknown' part from my stream display. How can I do this?
Ive just read the help docs and I think the unknown text is meant to disp[lay the artist info.
I dont want to display the artist infor, just the track title. How do I remove artist info so it does not display 'unknown'?
If you're the server admin you can edit your config.php to change the autoDJ metadata format.

If not, the only way to do it would be to write your own JavaScript code to modify the information returned by Centova Cast's AJAX call to the server.  I just posted a tutorial here which may help.