I have a Java IRC bot which i would like to query a shoutcast server and return basic information (song playing etc). Can someo开发者_开发技巧ne guide me in the right direction? Thank you.
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.
精彩评论