Archive for the 'Release' Category

Latest Release

Thursday, May 3rd, 2012

The current bug-fix version of peapod can be downloaded at: peapod-latest.tar.gz The development version of the code can now be found at GitHub

Peapod 0.7.2 – xml is mysterious

Wednesday, June 11th, 2008

Bug Fixes Removed the dependency on PythonXML. errors like Traceback (most recent call last): File “./peapod.py”, line 7, in from Peapod.peapod import getConfig, newTracks, feedLog File “/home/hldevore/bin/peapod/Peapod/peapod.py”, line 36, in from Peapod import OPML File “/home/hldevore/bin/peapod/Peapod/OPML.py”, line 92, in class OPMLHandler(saxutils.DefaultHandler): AttributeError: ‘module’ object has no attribute ‘DefaultHandler’ Should be fixed by this release. Download […]

Peapod 0.7.1 – you want docs with that?

Wednesday, March 26th, 2008

Bug Fixes Released with documentation included this time. Download Peapod-0.7.1.tar.gz – Peapodpy.org.uk Peapod-0.7.1.tar.gz – Sourceforge

Peapod 0.7 – snow day

Sunday, March 23rd, 2008

It’s snowing here in blighty, and it’s the long Easter weekend. So this seems like a good time to get a new release out. Lots of great features and bug-fixes have been languishing in SVN and it’s about time they saw the light of day. Features specify a non-standard config file by passing –config=/path/to/config.file specify […]

peapod 0.5 apples and oranges

Sunday, December 17th, 2006

There have been lots of developments in peapod-land over the last month or so. We have several new developers on board and it seems likely that peapod development will speed up in the next few months. So without further ado here is peapod-0.5 New Features Downloads are cached. This allows downloads to recommence on the […]

Peapod 0.140 – Metamorphosis

Friday, July 7th, 2006

New Features can now be installed by doing python setup.py install can still be run from the directory as before front-end script is now peapod not peapod.py command-line and libraries are now separated Bug Fixes fixed import error where lack of bittorrent stopped script Download Peapod-0.140.tar.gz (local) Peapod-0.140.tar.gz (Sourceforge)

Peapod 0.124 – Lingua Franca

Saturday, May 13th, 2006

New Features –addnew will now pull the title out of the RSS feed if it’s not given on the command-line. So you can now do peapod.py –addnew=http://some/feed.xml rather than peapod.py –addnew=http://some/feed.xml,titlestring but if a title is given on the command-line it will be preffered to the one from the RSS feed. –addnew will now import […]

Peapod 0.113 – Smoothing Rough Edges

Tuesday, March 28th, 2006

New Features Now using GUID as well as filename to make download decisions. This speeds the process up slightly and makes us less vulnerable to filename collisions. New media types are recognised: m4v,mp4,aac,m4a <savestyle>none</savestyle> saves podcasts directly into savedir without adding a date or feed directory. Allows several feeds to be saved into a single […]

Peapod 0.100 – Happy New Year

Friday, January 6th, 2006

Bug Fixes No longer complains about lack of BitTorrent Redundant code cleaned up Faster decisions on which podcasts to download Download Here

Peapod – 0.95 Whack-a-Mole

Sunday, December 18th, 2005

A few little bug-fixes and some extra functionality. This will probably be the last release before the holidays so a Merry Christmas to one and all. Dependency Changes peapod is now using urlgrabber to do it’s HTTP downloading. On fedora, debian and ubuntu this is available as a package called python-urlgrabber. Alternatively you can downlod […]