Posted by
Leon in
Music, iPhone
Mar 4th, 2009
Over the weekend I updated my iTunes library and I now have over 23,482 songs. Due to my iPhone having only 8GB of storage space there was no way that I could have all that music with me all of the time, but with a few apps I don’t need to physically carry my music with me. The iPhone has opened up a host of ways to find, share and play music while on the move. This post is about some of the tools that I use to achieve musical bliss.
Shoutcast
This is a free radio app that features thousands of internet streams. Its works great over wi-fi and 3G and features a good selection of niche stations....
Posted by
Leon in
Web, spotify
Mar 2nd, 2009
Here is the video of the mashup in action. I’m thinking up a new idea using the Last.fm api that will hopefully work better. As this was just a proof of concept it won’t be released any time soon.
Posted by
Leon in
Uncategorized
Mar 2nd, 2009
So it seems my server got overloaded due to the excessive api calls my lastest mashup was making to the last.fm server.
This did work fine when I had it running locally, I may post a video of it in action instead of the demo. In the meantime I am thinking of another tool. The other day I worked out how much my iTunes collection was worth based on 79p/track. The figure was over £18k!! Maybe a little tool to work out your last.fm value based on your plays would be fun, if I was feeling cheeky this could be linked to how popular each artist was. It may even be nice to plot these against your friends...
Posted by
Leon in
PHP, Web, spotify
Mar 1st, 2009
A month or so ago I hacked the last.fm for wordpress plugin to allow for integration with Spotify. The basic idea was that the plugin would pull in your recently played tracks and then allow users to open those tracks directly within Spotify by clicking on a green note.
A had a spare two hours this morning so decided to see what I could make in that time.
This new mash-up is a little different. You give it your Last.fm username and it will go and find your top artists. It then uses this to find the top tags for each of those artists. It then orders the tags by the amount of times they occur across...
Posted by
Leon in
Music, Web, spotify
Jan 6th, 2009
I have created the Wordpress widget that displays recent tracks from last.fm with the ability to open the tracks in Spotify.
Read more and check it out here - http://www.blog.sizzla-media.co.uk/plugins/
Hope you like it.
Any feedback add them to the comments – enjoy
Posted by
Leon in
Music, Web, spotify
Jan 6th, 2009
I have hacked the Last.fm for Wordpress plugin from here to search Spotify. At present I don’t plan to release the plugin but will do shortly after I have tidied up the code.
You can test it out by firstly downloading Spotify from here. Then simply click on the green note icon next to the track in my sidebar (under last.fm) to launch Spotify and play the track.
An image of my Last.fm side bar
There is no API for Spotify yet but a bit of digging around in the Greasemonkey script enabled me to send the track name and artist to a search within the Spotify app. Hopefully an API will be available...