The recent v2.19 release of the Rdio Mac application contains several
AppleScript improvements:
-- Get the key for the currently playing track, previously you could
only get the URL
tell application "Rdio" to get the key of the current track
-- Add or remove the currently playing track from your collection
tell application "Rdio" to add to collection
tell application "Rdio" to remove from collection
-- Sync the currently playing track to mobile
tell application "Rdio" to sync to mobile
tell application "Rdio" to remove from mobile
--
Devin Sevilla
API Engineer, Rdio Inc.
http://rdio.com/people/devin_s/