Free Songs Alike App Now Available!

Verion 1.1 – Bugs fixed.
– Improved search results.
– New ‘Similar Artist’ feature
– New ‘Top Tracks’ feature
– Option to now view track on Google or Zune

Songs Alike makes it quicker and easier for you to discover new songs based on songs you like. Simply enter the artist and the title of a song you like and Songs Alike will return other songs you may like, which you can then preview and buy on Zune Marketplace. You can also find out more information on Google, in a couple of taps.

Read more of this post

Making it Easier to Debug Media in Windows Phone 7 Apps

My current app requires me to mess around with media files on the device. I have my device plugged in and Zune software running. Simple, right? Well, not necessarily so. It seems that when you’re running the Zune software, the media library becomes locked and inaccessible to your app. This may be quite annoying when it comes to debugging and stepping through code on your device. Further more, if you’re running it on the locked emulator, you won’t have any music media to test with and so you have to debug on the device.  Fortunately, MS have released the WPConnect tool to make this possible, but it means having to close the Zune software. If you run the Zune software, you have to run the tool again to allow media debugging. I like listening to my music whilst developing, so having to switch between the Zune software and WPConnect tool can get a bit tedious. I decided to integrate WPconnect into the Visual Studio IDE for quick access. I’m going to explain a quick and simple way of doing it.

Read more of this post