I recently switched from downloading music to streaming from Rdio and I always wanted to write a plugin for Plex, so here I am.
http://dl.dropbox.com/u/2591/artists.jpg
This is an alpha release of my Rdio plugin. Right now it shows your collection, playlists, and the heavy usage of "Your Network". It also plays music ;-) . If anyone has a Rdio account, install this and let me know how it goes. It still needs a lot of work but the core features are there.
[s]Currently when you play music, nothing will display on the screen. The flash file that Rdio uses to play music doesn't display anything on the page and I can't figure out a way to show anything other than the swf file. Also, the previous and next buttons may or may not do anything during playback.[/s]
I added the source code to github. The bundle can be downloaded from there.
[https://github.com/mikedecaro/Rdio.bundle](https://github.com/mikedecaro/Rdio.bundle)
v0.1
Added the "Now Playing" screen. (The flash file is hosted on my web server. Expect changes.)
Added support for the next and previous buttons.
v0.2
Added a New Releases menu.
Still trying to figure out if there is any other way to display things like "Top Charts" --> "Top Albums", "Top Songs", "Top Playlists" in a format where you don't have to drill through menu upon menu to play music.
v0.3
Added more options to Heavy Rotation and New Releases.
Added Top Charts.
Fixed issue with playing artists/albums that aren't in your collection.
[s]*I noticed there is an issue with playlists that contain a large amount of songs. I'm working on that next.[/s]
v0.4
Added server side caching for playlists that contain a lot of songs. (Caused a problem with the length of the query string.)
[s]v0.4.1[/s] This version doesn't work.
[s]Updated the URL's to point to my new server.[/s]
v0.4.2
Updated the site configuration to point to the new server as well.