Skip to content

BradMcGonigle/Adium-Rdio-Current-Track-Status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Description

Display current track information from Rdio for Mac as 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)
    Example: return "Listening to " & track_name & " by " & artist_name & " via Rdio"
  6. Save the AppleScript
  7. 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

About

Display current track information from Rdio for Mac as Adium Status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published