Features:
- Show your current track in the Client Info pane if they also have the plugin running.
- Enter "/nowplaying foo" to broadcast your current track, to your current channel, all users in 
  your channel will see this output.
- Option to broadcast any song change to the channels your online.

Works with:
- Winamp
- VLC
- Foobar2000 (You need the following plugin: http://chron.visiondesigns.de/foobar2000/#foo_winamp_spam)
- MediaMonkey
- Aimp2
- Probably more which support Winamp IPC API
- Google Play (See Google Play notes)
- Spotify
- Spider Player
- Windows Media Player (you need the following plugin: http://bmproductions.fixnum.org/wmpplus/index.htm)

Requirements:
- TeamSpeak3 Client 3.0.0 RC2 [build 14642] or later

Installation & Configuration:
1. Download!
2. Double click the downloaded ts3_plugin file and follow the prompts
3. Start teamspeak, goto "setting", "plugins" and tick the box in front of "Now Playing Plugin"
4. Close teamspeak.
5. Go to your teamspeak config folder (if you dont know the path click on "tools", "client log", and search 
   for "using configuration location")
6. Open the file now_playing_plugin.ini with an text editor like Notepad++, but not the normal notepad
7. Edit the config file as you wish
- {title} gets replaced by the song you are playing
- enable_applications (0 = do nothing, 1 = show your current song behind "Applications" in your info field)
- auto_channel_message (0 = do nothing, 1 = every time you change your current song, a new "channel_message" 
  gets written to your current channels)
- bound_to_unique_id (nothing = not used, 28 char unique id = only on servers where this unique id is used, 
  "enable_applications" / "auto_channel_message" take affect)
- refresh_rate_milliseconds (default = 1000, used to adjust polling time for track changes, minimum value is 500)
- scan_winamp (default = 1)
- scan_vlc (default = 1)
- scan_lightalloy (default = 1)
- scan_spotify (default = 1)
- scan_spider (default = 1)
- scan_google (default = 0)
- scan_wmp (default = 1)
- mute_when_alone (default = 1, requires that bound_to_unique_id be set to work. 
  Also, advice making sure the bot has no idle timeout set on it if not auto spamming song titles to channel)
8. Save the file encoded as "UTF-8 without BOM"
9. Start teamspeak
10. Load the plugin again
11. Have Fun

Google Play Notes:
- Tested with Firefox (9.0), Internet Explorer (8.0) and Chrome (16.0).
- The tab playing the music must be the selected tab in the window. You can
  open in own window or drag the Google Play tab from the main window into its 
  own window so that you may browse and display your playing song.
- It will show Artist, Album, Instant Mix and Playlist pages as songs if there is not a song playing 
  while one of these areas are selected.

Windows Media Player Notes:
- Need to have "Show currently playing media in Windows Media Player's title bar" option enabled.
  This option is in the User Interface area of the plugin's settings.
- To get the output like nearly every other media player output of "Artist - Song" you need to edit the 
  format of the above option to "[%artist% - ]%title% - Windows Media Player".