Posted by
Leon in
Web, spotify
Mar 2nd, 2009 |
1 Comment
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
PHP, Web, spotify
Mar 1st, 2009 |
No Comments
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 |
1 Comment
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 |
No Comments
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...