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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
PODBEUTER(1)
===========
Andreas Krennmair <ak@newsbeuter.org>
NAME
----
podbeuter - a podcast download manager for text terminals
SYNOPSIS
--------
'podbeuter' [-C configfile] [-q queuefile] [-a] [-h]
DESCRIPTION
-----------
'podbeuter' is a podcast manager for text terminals. It is a helper program to
'newsbeuter' which queues podcast downloads into a file. These queued downloads
can then be download with 'newsbeuter'.
OPTIONS
-------
-h::
Display help
-C configfile::
Use an alternative configuration file
-q queuefile::
Use an alternative queue file
-a::
Start automatic download of all queued files on startup
PODCAST SUPPORT
---------------
include::chapter-podcasts.txt[]
CONFIGURATION COMMANDS
----------------------
include::podbeuter-cfgcmds.txt[]
FILES
-----
'$HOME/.newsbeuter/config'
'$HOME/.newsbeuter/queue'
SEE ALSO
--------
newsbeuter(1). The documentation that comes with newsbeuter is a good
source about the general use and configuration of newsbeuter's podcast
support.
AUTHORS
-------
Andreas Krennmair <ak@newsbeuter.org>, for contributors see AUTHORS file.
|