Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Penree committed Jun 17, 2010
1 parent d71234b commit 111fc87
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Spotify Now Playing Agent
====================================

This script utilizes Growl diagnostic messages to capture song change notifications and writes the new song metadata to a file in /tmp as well as setting iChat or Adium's status message if they are running.
This script utilizes Growl diagnostic messages to capture song change notifications and writes the new song metadata to a file in /tmp/spotify.current for scripting purposes. The script will also set the iChat or Adium's status message if you are running one of them.

Installation
-------------

1. Move com.spotify.NowPlayingAgent.plist to ~/Library/LaunchAgents
2. Copy SpotifyNowPlayingAgent to /usr/local/bin/
1. Move com.spotify.NowPlayingAgent.plist to ~/Library/LaunchAgents/
2. Move SpotifyNowPlayingAgent to /usr/local/bin/
3. Open Terminal.app
4. Enter the following commands:

defaults write com.Growl.GrowlHelperApp GrowlLoggingEnabled -int 1
sudo killall GrowlHelperApp
open ~/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app
Expand Down

0 comments on commit 111fc87

Please sign in to comment.