Plugin Name: Song Displayer
Plugin URI: http://www.skyminds.net/wordpress-plugins/song-displayer/
Description: This plugin allows you to display the song that is currently playing in your Winamp playlist. You either need <a href="http://www.winamp.com/">Winamp</a> and the <a href="http://www.oddsock.org/tools/dosomething/">DoSomething plugin</a> or <a href="http://www.spacialaudio.com/?page=sam-broadcaster">SAM Broadcaster</a>. See <a href="http://www.skyminds.net/2006/05/10/song-displayer-a-wordpress-plugin-to-display-on-your-blog-what-winamp-or-sam-broadcaster-is-playing/">installation instructions</a>.
Version: 0.4
Author: Matthieu Biscay
Author URI: http://www.skyminds.net/wordpress-plugins/


INSTALLATION INSTRUCTIONS
=========================
1) Copy this file into your wp-contents/plugins directory.

2) Activate the plugin on the Plugins page.

3) Edit the plugin and configure the variables in the Setup section to reflect your settings.

4) Add <?php if(function_exists('show_playlist')) { show_playlist(1, " - ", "<br />") ; } ?> where you want to display the song info (in sidebar.php for example).

5) Detailed guides with screenshots can be found here : 
-------- in English : http://www.skyminds.net/2006/05/10/song-displayer-a-wordpress-plugin-to-display-on-your-blog-what-winamp-or-sam-broadcaster-is-playing/
-------- in French : http://www.skyminds.net/2005/02/12/song-displayer-plugin-wordpress-pour-afficher-ce-que-joue-winamp-ou-sam-broadcaster/


CHANGELOG
=========================
v0.4   - added support for SAM Broadcaster.
v0.3   - bug fix version. Now supports WP 1.5.
v0.2   - initial release
