Music blog download tool?
February 13, 2006 2:23 PM
Subscribe
Music blog download tool?
I have a dream application: you give it RSS feeds to mp3 blogs, and it downloads the music to a well-organized target folder. Does such a thing exist? I found
Jeffery Veen's wget command, but I'm wondering if there's something with a GUI out there. Mac or Windows, doesn't matter.
posted by symbebekos to technology (15 comments total)
1 user marked this as a favorite
Possibly relevant digresssion: I had actually started working on a script that would take an mp3 blog's full-content RSS or Atom feed and scrape it for .mp3 links, then output a feed with each song as an enclosure element (or the Atom equivalent). The idea was that I could then use the podcast support in iTunes to take care of the downloading for me, and I wouldn't have to rely on a separate application for consuming MP3 blogs. This didn't work, however, because iTunes only downloads one enclosure per entry. This strikes me as stupid, but iTunes is actually working as designed in this case, because RSS 2.0 only allows one enclosure per entry. I attribute this to the shortsighted design that is typical of RSS 2.0 -- the only use case for enclosures that occurred to the designers of the enclosure element was podcasting, where each entry corresponds to a single podcast "show." MP3 blogging, or any other use case which might require more than one enclosure per feed, apparently didn't occur to Winer, et al. Multiple enclosures in Atom (using the link element) are perfectly valid, but iTunes unfortunately still only downloads one enclosure per feed entry even when consuming Atom feeds.
posted by cobra libre at 2:52 PM on February 13, 2006