I guess my question would be on parsing and compiling the info.
I was able to pull some bare bones info with this script...
code:
<script>window.jQuery || document.write('<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"><\/script>')</script> <script src="http://240891823.r.professionalcdn.com/jquery.shoutcast.easy.min.js?host=majestic.wavestreamer.com&port=8281&stream=1"></script>
And then using this code to display it.
HTML Code:
<p data-shoutcast-value="songtitle"></p>
So is it just a matter of using this method and calling all the correct fields?
And thanks for your patience, I'm trying to learn.