My first attempt at developing a Windows Live Writer plugin

By: Justin Braun
Posted on: August 22, 2006

For the past few days I have been working with the Windows Live Writer SDK and trying to come up with a new plugin more-so to learn how the

SDK works and to see what it is capable of.

I found a CodePlex group that specializes in WLL plugin design, so I joined.  I noticed there were several plugins that allows you to insert a tagline in a blog post that would indicate what music you are currently listening to.  This is great if you use Windows Media Player or Winamp, but I use a subscription service called Rhapsody.

Rhapsody has a web services offering that lets you view your listening history with a variety of information.  Since I almost always have Rhapsody running when I am working on the computer, I thought a plugin that would post the last song I listened to would fit that nitch.

Although simple, it accomplishes what people are looking for and caters to other Rhapsody listeners.

Again, it is simple, but here is what it puts at the bottom of a post:

I’m Listening to “The Riddle” by Five for Fighting on Rhapsody.

The text is fully customizable so you can include your own text and any combination of song time, artist, album and additional details coming in upcoming versions.

Now the other cool part of this is that it contains a link so you can play the song on the Rhapsody website.  If you’re not a member you get something like 25 free song plays per month.  Check it out!

Related Articles

The Project Location is Not Trusted

This dialog box appears if you attempt to open or create a client project on a Universal Naming Convention (UNC) path.

Compellent PSCS One-Liner Coding: Tip #1

The Compellent Storage Center provides in-depth reporting, alerting, and monitoring as part of the p

C#: Persisting User Settings After An App Upgrade

Seems like it should work without too much pain, but the fact of the matter is each time you increme