Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I don't know anything THAT easy, but maybe VLC + some kind of flash webplayer? You could bundle a VLC portable and the necessary script somehow into an installer. That way, they just click the EXE, they will have to select the directory, and will get an icon of "Start the stream" (which is a VLC with the neccessary parameters). Just my 2cents.
    – Apache
    Commented Feb 23, 2012 at 16:51
  • Well, I don't need these folks to listen to the files, I need the podcast to be listed in iTunes.
    – daveslab
    Commented Feb 23, 2012 at 17:00
  • I quick Python script might indeed be the easiest solution. If the guys took the trouble to add proper data to the MP3 ID3 tags then you can easily extract it with code.google.com/p/mutagen and it into the generated RSS feed. Also see the mutagen-inspect script that is installed with the module. The screen scraping part can be done using the crummy.com/software/BeautifulSoup module.
    – ccpizza
    Commented Feb 26, 2012 at 15:49