Pandora to Rdio is a quick Chrome extension I created at the Austin Music Hackathon. It takes any track you "thumbs up" in Pandora and adds it to an Rdio playlist.
Use it to take the pain out of creating playlists by letting Pandora do the hard work of finding music you like. The code also serves as a good base for building out more elaborate Pandora integrations, such as a Last.fm scrobbler. If you build something cool, I'd love to hear about it, [email protected] / @rahims.
For more background on this project, please see my related blog post.
- Sign up for a free Rdio API key.
- Edit
background.js
and set the value forconsumer_key
to your Rdio API key andconsumer_secret
to your Rdio shared secret. - Open Chrome, go to Settings, click on Extensions, check the "Developer mode" checkbox.
- Click on "Load unpacked extension" and select the
pandora-to-rdio
folder. - You'll be taken to an Rdio page that prompts you to grant the add-on access to your Rdio account, click "Allow".
- You're all done. The extension is meant to be unobtrusive, so there aren't any icons to clutter your browser nor any notifications. Set it and forget it.
Simply "thumbs up" tracks you enjoy on Pandora, the extension will add the track to an Rdio playlist called "Pandora Favorites". This playlist is automatically created for you.
Copyright (C) 2012 Rahim Sonawalla ([email protected] / @rahims).
Released under the MIT license.