-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpodbit.1
73 lines (73 loc) · 1.1 KB
/
podbit.1
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
.TH PODBIT 1
.SH NAME
podbit - play and download podcasts
.SH SYNOPSIS
.SY podbit
.YS
.SH DESCRIPTION
.P
.B Podbit
reads the newsboat queue file for podcasts from RSS. Downloads will be completed
in parallel. Once downloaded, audio files will be played using
.B mpv
in the background, with an
.B ncmpcpp
inspired user interface. Podcasts will be downloaded to your configured download
directory via the newsboat configuration file. See
.BR newsboat (1)
.SH KEYBINDINGS
.TP
.B 1
Show the player menu
.TP
.B 2
Activate the queue menu
.TP
.B 3
Activate the download menu
.TP
.B 4
Activate the library menu
.TP
.B r
Reload the queue file
.TP
.B p
Pause/unpause
.TP
.B s
Stop playing the current podcast
.TP
.B c
Clear the queue
.TP
.B a
Download all undownloaded
.TP
.B ]
Seek forwards five seconds
.TP
.B [
Seek backward five seconds
.TP
.B }
Seek forwards one minute
.TP
.B {
Seek backward one minute
.TP
.B Control-L
Redraw the screen
.TP
.B q
Quit
.SH SEE ALSO
.BR newsboat (1)
.BR podboat (1)
.BR mpv (1)
.SH CREDITS
Written by Ethan Marshall - 2021
.SH BUGS
Please report bugs to
.UR https://github.com/ejv2/podbit/
.UE