I added a new rss song feed to my music library tonight. Instead of blogging about every little experimental tune that I upload, now you can find out about them for yourselves, you greedy readers you.
http://www.kindohm.com/MusicLibrary/SongFeed.aspx
The only catch was that I needed to modify my domain model to include a "date created" field on songs. How do you assign a new date created value to 250 existing tracks?
UPDATE my_secret_table SET DateCreated = GetDate()
Yes, unfortunately each track had to get its date created value set equal to each other's. However, I bumped up a few of the good tunes to have newer dates so those will show up first in the feed.
Let me know if you encounter any problems with the feed.