zuke(1): engrish (thanks qwx)
This commit is contained in:
parent
fd785b5546
commit
c92d7e3ced
1 changed files with 15 additions and 11 deletions
|
@ -18,9 +18,9 @@ mkplist, zuke \- graphical music player
|
||||||
is a graphical music player that reads a playlist from standard input
|
is a graphical music player that reads a playlist from standard input
|
||||||
and presents an interface to play music. Playlists are generated
|
and presents an interface to play music. Playlists are generated
|
||||||
by
|
by
|
||||||
.I mkplist
|
.IR mkplist ,
|
||||||
, which accepts files, directories, and URLs as its arguments and
|
which accepts files, directories, and URLs as its arguments,
|
||||||
writes the resulting playlist to standard output.
|
and writes the resulting playlist to standard output.
|
||||||
.PP
|
.PP
|
||||||
Formats supported by
|
Formats supported by
|
||||||
.I zuke
|
.I zuke
|
||||||
|
@ -37,6 +37,7 @@ following letters along
|
||||||
.B -c
|
.B -c
|
||||||
option:
|
option:
|
||||||
.RS
|
.RS
|
||||||
|
.TF "c"
|
||||||
.TP
|
.TP
|
||||||
.B A
|
.B A
|
||||||
Artist
|
Artist
|
||||||
|
@ -61,6 +62,7 @@ Track number
|
||||||
.TP
|
.TP
|
||||||
.B p
|
.B p
|
||||||
Full file path
|
Full file path
|
||||||
|
.PD
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
By default,
|
By default,
|
||||||
|
@ -77,12 +79,13 @@ is shown if shuffle mode is enabled.
|
||||||
.I Zuke
|
.I Zuke
|
||||||
provides a number of keyboard controls:
|
provides a number of keyboard controls:
|
||||||
.RS
|
.RS
|
||||||
|
.TF "p c Space"
|
||||||
.TP
|
.TP
|
||||||
.B -
|
.B -
|
||||||
Lower the volume.
|
Lower volume.
|
||||||
.TP
|
.TP
|
||||||
.B + =
|
.B + =
|
||||||
Increase the volume.
|
Increase volume.
|
||||||
.TP
|
.TP
|
||||||
.B ← →
|
.B ← →
|
||||||
Seek 10 seconds back/forward.
|
Seek 10 seconds back/forward.
|
||||||
|
@ -91,19 +94,19 @@ Seek 10 seconds back/forward.
|
||||||
Seek 60 seconds back/forward.
|
Seek 60 seconds back/forward.
|
||||||
.TP
|
.TP
|
||||||
.B ↑ ↓ Pgup Pgdown Home End
|
.B ↑ ↓ Pgup Pgdown Home End
|
||||||
Move withing the playlist.
|
Move within the playlist.
|
||||||
.TP
|
.TP
|
||||||
.B o i
|
.B o i
|
||||||
Move to the currently playing track.
|
Jump to current track.
|
||||||
.TP
|
.TP
|
||||||
.B Enter
|
.B Enter
|
||||||
Play the selected track.
|
Play selected track.
|
||||||
.TP
|
.TP
|
||||||
.B > b
|
.B > b
|
||||||
Skip to the next track.
|
Skip to next track.
|
||||||
.TP
|
.TP
|
||||||
.B < z
|
.B < z
|
||||||
Skip to the previous track.
|
Skip to previous track.
|
||||||
.TP
|
.TP
|
||||||
.B v
|
.B v
|
||||||
Stop
|
Stop
|
||||||
|
@ -129,6 +132,7 @@ Repeat search forward.
|
||||||
.B N
|
.B N
|
||||||
Repeat search backwards.
|
Repeat search backwards.
|
||||||
.RE
|
.RE
|
||||||
|
.PD
|
||||||
.PP
|
.PP
|
||||||
.I Zuke
|
.I Zuke
|
||||||
can be controlled by emulating key presses via the plumber port
|
can be controlled by emulating key presses via the plumber port
|
||||||
|
@ -149,7 +153,7 @@ audio/mkplist /usr/glenda/music \\
|
||||||
Playing a playlist:
|
Playing a playlist:
|
||||||
.IP
|
.IP
|
||||||
.EX
|
.EX
|
||||||
audio/zuke < plist
|
audio/zuke < music.plist
|
||||||
.EE
|
.EE
|
||||||
.PP
|
.PP
|
||||||
Append to a playlist:
|
Append to a playlist:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue