Entries in Category: Music
About CD's I've heard, bands I've seen, and so forth.
Last.fm
Having a few spare minutes, I've added a template tag to my site that shows the last 10 songs I've listened to on last.fm.
@register.inclusion_tag('blog/lastfm_tracks.html')
def latest_tracks():
url = 'http://ws.audioscrobbler.com/1.0/user/DReynolds/recenttracks.txt'
response = urllib2.urlopen(url)
songs = []
for line in response.read().split('\n'):
if not re.match(r"^$", line):
songdetail = re.split(",", line)[1]
artist, song = re.split(" \xe2\x80\x93 ", songdetail)
songs.append({'artist' : artist, 'song' : song})
return {'songs' : songs}
Latest Musical Purchases
It's been a while since I bought any new music, so I treated myself to a couple of CDs this ...
Peter Gabriel sings like a muppet
If you don't believe me, listen to this. (Record Robot requests that you please right click this and download it ...
100 Greatest Songs ever?
In Q this month there is a feature on the 100 Greatest Songs ever. I was bored and awake late ...
Cool Theremin guy
Very cool Theremin version of 'Don't worry be happy' http://www.youtube.com/watch?v=e6bSRcRAhnc
Owch
Owch, I'm tired. Very glad I took the two days off to goto the Ben Folds gig last night, as ...
'Hand me my nose ring' or Ben Folds gig FINALLY
Short review: F**cking fantastic Longer review: Well, I think, no, definately this is the best gig I've ever been to. ...
tagged by Becca
List your current six favourite songs 1: In My Life - Ozzy Osbourne Great cover of classic Beatles song. I ...
