Adium
Dock Icons Emoticons Contact List Styles Message Styles Sound Sets AppleScripts Status Icons Service Icons Menu Bar Icons Plugins Miscellaneous All
Rdio Current Track Status

Rdio Current Track Status

Submitted By Brad McGonigle (bradmcgonigle)

Description

Display current track information from Rdio for Mac as your Adium status.

How to Use
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.

Message Options:
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

Notes:
- 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.

Customization
Changing the status output message is easy. Just follow the steps below:

  1. Go to "Users/'your mac username'/Library/Application Support/Adium 2.0/Scripts/"
  2. Right-click on "Rdio Current Track.AdiumScripts" select "Show Package Contents"
  3. Go to "Contents/Resources/"
  4. Open "Rdio.scpt" (double-click)
  5. Find the line starting with "return" and change to the desired format. (default is ♫ Track Name by Artist Name)
  6. Example: return "Listening to " & track_name & " by " & artist_name & " via Rdio"
  7. Save the AppleScript
  8. Restart Adium!


What is Rdio?
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.

Source
Mercurial (BitBucket)
GitHub

Inspired by the great Last.fm current song status applescripts here, here and here.

Changes

Version 0.7
* Now uses the standard Adium tune status
* GChat status is no longer constantly updated
* ♫ should now display properly where appropriate

Version 0.6
* 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

Version 0.5
* Initial release (report bugs or request features to [rdioadiumstatus@gmail.com][8])

Images

Post a New Comment

You must be logged in to post comments.

Install | Download
23.7kb (700 downloads)

12345
3.40 / 8 votes
Current Version: 0.7
Last Updated: 08/05/11
Credits:
Thanks to © Rdio, Inc for a great service.