Display current track information from Rdio for Mac as Adium Status.
Add a custom status (Status -> Custom) and use %_rdio_track_artist (or another message option below) as the status message (screenshots below). Updated track info can take up to 20 seconds to appear.
Adium Status Message :: Actual Status Message Output
- %_rdio_track_artist :: ♫ Track Name by Artist Name
- %_rdio_track_album_artist :: ♫ Track Name from Album Name by Artist Name
- %_rdio_listening_track_artist :: Listening to Track Name by Artist Name
- %_rdio_listening_track__album_artist :: Listening to Track Name from Album Name by Artist Name
- This script currently only works when listening to Rdio using the Mac app. Grab it here.
- Since Rdio is a subscription service, you obviously must be a Rdio subscriber.
- At some point, I hope to add support for the web-only client via the API.
Changing the status output message is easy. Just follow the steps below:
- Go to "Users/'your mac username'/Library/Application Support/Adium 2.0/Scripts/"
- Right-click on "Rdio Current Track.AdiumScripts" select "Show Package Contents"
- Go to "Contents/Resources/"
- Open "Rdio.scpt" (double-click)
- Find the line starting with "return" and change to the desired format. (default is ♫ Track Name by Artist Name)
Example:return "Listening to " & track_name & " by " & artist_name & " via Rdio"
- Save the AppleScript
- Restart Adium!
Rdio is an unlimited, on-demand social music service from the founders of Skype. Rdio brings music alive by letting subscribers listen to as many songs as they want, anytime, anywhere, and discover and share new music with friends.
Inspired by the great Last.fm current song status applescripts here, here and here.
- Now uses the standard Adium tune status
- GChat status is no longer constantly updated
- ♫ should now display properly where appropriate
- Added additional status display options
- Doesn't return a status message if the Rdio app is not running
- Fixed bug which auto-launched Rdio after quiting the app if Adium was still running
- Initial release (report bugs or request features to [email protected])