shoutcast()
Finds Shoutcast streams whose Song History page (eg: A2L2 Song History) contains the query words.
usage
shoutcast(String artistOrSong)service constant
Switchboard.SHOUTCASTrequired key setters
setGoogleKey(String key) [get a key]getter methods
- board.shoutcast.getCurrentlyPlaying() Gets the song currently playing on the broadcast, according to the administration page.
- board.shoutcast.getGenre() The genre of the broadcast.
- board.shoutcast.getStatus() Gets the status of the station.
- board.shoutcast.getTitle() Gets the title of the broadcast.
Comments
jeff: This service works well when chained together with allmusic(). You can tell allmusic to search for artists that match a particular word, and then find a Shoutcast station that is playing that artist.
