blob: cb47779280a3b634e94cf2096fc59dc8bf16ff8d (
plain) (
blame)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
= Podboat(1)
Alexander Batischev <eual.jp@gmail.com>
== NAME
podboat - a podcast download manager for text terminals
== SYNOPSIS
*podboat* [-C configfile] [-q queuefile] [-a] [-h]
== DESCRIPTION
_Podboat_ is a podcast manager for text terminals. It is a helper program to
_Newsboat_ which queues podcast downloads into a file. These queued downloads
can then be download with _Podboat_.
== OPTIONS
-h, --help::
Display help
-C configfile, --config-file=configfile::
Use an alternative configuration file
-q queuefile, --queue-file=queuefile::
Use an alternative queue file
-a, --autodownload::
Start automatic download of all queued files on startup
-l loglevel, --log-level=loglevel::
Generate a logfile with a certain loglevel. Valid loglevels are 1 to 6. An
actual logfile will only be written when you provide a logfile name.
-d logfile, --log-file=logfile::
Use this logfile as output when logging debug messages. Please note that this
only works when providing a loglevel.
== PODCAST SUPPORT
include::chapter-podcasts.asciidoc[]
== MANAGING AUDIO FILES WITH PODBOAT
include::chapter-podboat.asciidoc[]
== CONFIGURATION COMMANDS
include::podboat-cfgcmds.asciidoc[]
== FILES
include::chapter-files.asciidoc[]
dotfiles::
_$HOME/.newsboat/config_
+
_$HOME/.newsboat/queue_
XDG::
_$HOME/.config/newsboat/config_
+
_$HOME/.local/share/newsboat/queue_
== ENVIRONMENT
include::chapter-environment-variables.asciidoc[]
== SEE ALSO
newsboat(1)
|