Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

podracer(1) [debian man page]

PODRACER(1)						      General Commands Manual						       PODRACER(1)

NAME
podracer - A podcast aggregator with BitTorrent support SYNOPSIS
podracer [-c|-catchup|--catchup|catchup] podracer [-v|-version|--version|version] DESCRIPTION
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. It is a BASH script with an internal BitTorrent downloader written in Python. OPTIONS
-c, -catchup, --catchup, catchup Run podracer in catchup mode. RSS feeds are retrieved and their enclosures are reported to the user's log, but no podcasts are downloaded. -v, -version, --version, version Show Podracer version information and exit. SUBSCRIPTIONS
Podcast subscriptions are stored in a file typically named ~/.podracer/subscriptions. Each line of the subscription file consists of a URL to a podcast feed and its optional corresponding download directory name separated by a space or tab. Any line that is blank or that does not begin with a URL or the absolute path to a local file name is ignored. If a download directory is specified in the subscription file, it will be created under the directory specified by the poddir config option. If no download directory is specified, the shows will be stored directly in poddir. A sample subscription file is included with Podracer, and can be created in a user's directory when running Podracer for the first time. AUTHOR
Podracer and its man page are written by Lorenzo Taylor <lorenzo@taylor.homelinux.net>. See the CREDITS file for other contributors. LICENSE
Podracer may be freely used, distributed and modified subject to the terms of the MIT License. See LICENSE for details. podracer 19 February 2006 PODRACER(1)

Check Out this Related Man Page

subscriptions.conf(5)						    Apple Inc.						     subscriptions.conf(5)

NAME
subscriptions.conf - subscriptions file for cups DESCRIPTION
The subscriptions.conf file defines the local subscriptions that are active. It is normally located in the /etc/cups directory and is gen- erated automatically by the cupsd(8) program when subscriptions are created, renewed, or cancelled. Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character. DIRECTIVES
<Subscription NNN> ... </Subscription> Defines a subscription. Events name [ ... name ] Specifies the events that are subscribed. ExpirationTime unix-time Specifies the expiration time of a subscription as a UNIX time value in seconds since January 1st, 1970. Interval seconds Specifies the preferred time interval for event notifications in seconds. JobId job-id Specifies the job ID associated with the subscription. LeaseDuration seconds Specifies the number of seconds that the subscription is valid for. If 0, the subscription does not expire. NextEventId number Specifies the next notify-sequence-number to use for the subscription. NextSubscriptionId number Specifies the next subscription-id to use. Owner username Specifies the user that owns the subscription. PrinterName printername Specifies the printer or class associated with the subscription. Recipient uri Specifies the notify-recipient-uri value for push-type notifications. UserData hex-escaped-data Specifies user data to be included in event notifications. This is typically the "from" address in mailto: notifications. SEE ALSO
classes.conf(5), cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5), printers.conf(5) http://localhost:631/help COPYRIGHT
Copyright 2007-2009 by Apple Inc. 30 April 2006 CUPS subscriptions.conf(5)
Man Page