1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: podracer
Section: sound
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10)
Homepage: http://podracer.sf.net
Package: podracer
Architecture: all
Depends: curl, python, screen, ${misc:Depends}
Recommends: bittorrent
Description: podcast aggregator/downloader
Podracer is a podcast downloader. It takes a file with the URLs to all your
podcast rss feeds and goes and gets the mp3s and stores them in a specified
location.
.
Podracer has the following features:
.
* Catchup feature updates the log without downloading all podcasts;
* Run as a cron job to automatically receive podcasts;
* Properly fails (with no error message for the sake of cron) if already
running;
* Download podcast enclosures of any file format;
* Support for BitTorrent downloading and seeding of podcasts;
* Configurable seed time management and upload bandwidth management;
* Background torrent seeding continues after program ends and stops
automatically;
* System-wide and user-specific configuration;
* User-specific subscription file and podcast download directories;
* Commentable subscription file - go ahead and mark it up;
* Fully configurable placement of files and directories;
* Support for dynamic creation of download directories, i.e. based on
date/time;
* Appears in podcasters' logs as a podcast aggregator;
* Automatic creation of m3u playlists;
* User may request that m3u not be created;
* Automatic removal of empty download directories.
|