October 20, 2004

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.

Posted by Nick Codignotto at October 20, 2004 10:24 PM | TrackBack
Posted to General | Podcast
Comments

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...
Continue Reading "I-Podder.js BlogLines Add on"

Posted by: iPieter's Blog at October 21, 2004 01:39 PM
Post a comment









Remember personal info?






Valid XHTML 1.0!   Valid CSS!