Mastodon

we love to build

w

Holy crap. That Swimmers album is better than I’d expected — is it too early to start nominating candidates for Album of the Summer? The last few years’ poor, belated crops of AoTSes makes me think that it’d best to get way out ahead of this thing. Anyway, you can listen to the whole album over at their website. I particularly like “We Love To Build” and “St. Cecilia”.

Relatedly, thanks to their use of the XSPF player the following super-nerdy* command is possible. I normally wouldn’t post it, but I think it’s the first time I ever actually got sed to do what I wanted.

wget -q -O - http://theswimmers.com/player/playlist.xspf | sed -e '/annotation/d' -e '/playlist/d' -e '/track/d' -e '/encoding/d' -e 's/<\/*location>//g' | xargs wget

A similar technique should be possible with the Hype Machine, but their failure to use line breaks in their XSPF files makes the regex composition a bit harder, so I haven’t bothered to figure it out yet.

* Admittedly, it’s not even close to being as nerdy as this, which is awesome (via Miller‘s del.icio.us feed).

About the author

Tom Lee

3 comments

By Tom Lee