« Bloglines Podcast Extractor | Main | Sox win »

i-podder.js

I created a batch file so my BloglinesBlogRollExtractor.py can be used to write a feeds.txt needed by i-podder.js (available from ipodder.org).

The batch files is trivial:

@echo off
setlocal
set IPODDER_DOWNLOAD_PATH=E:\Music Library
echo %IPODDER_DOWNLOAD_PATH%> feeds.txt
python BloglinesBlogrollExtractor.py >> feeds.txt
endlocal

I schedule this to run every few hours. Feel free to tweak it to your liking. I'll be more than happy to help you if you have any trouble.

This has only been tested under Windows XP.

TrackBack

TrackBack URL for this entry:
http://www.primordia.com/blog/mt-tb.cgi/110

Listed below are links to weblogs that reference i-podder.js:

» I-Podder.js BlogLines Add on from iPieter's Blog
Nick Cody has written an addon that works with i-podder.js: BloglinesBlogRollExtractor.py What it does, if i understand it right, is catch your podcast blogroll-opml file from bloglines and automatically rewrite the feeds.txt file. So if you hav... [Read More]