views:

75

answers:

1

Hi there,

I have a Java IRC bot which i would like to query a shoutcast server and return basic information (song playing etc). Can someone guide me in the right direction? Thank you.

A: 

Get Cidero Java source code from here,

http://www.cidero.com/downloads.html

Inside the ZIP file, you will find a class ShoutcastSnooper, which is a good example that show you how to parse meta data.

ZZ Coder