« get me outta code hell

Man changes - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-09-02 13:09:33 -0300
committerFlorrie <towerofnix@gmail.com>2017-09-02 13:09:41 -0300
commitb46fc84fa9d99dda64e9fc1ffa6792b0362603da (patch)
tree89648b762fce5d2b99618a8a569f0ed6b518a830 /man
parent8d9cd7b216dafa8a18e481c31b6f2ec9af6faaab (diff)
Man changes
Diffstat (limited to 'man')
-rw-r--r--man/http-music-play.128
1 files changed, 21 insertions, 7 deletions
diff --git a/man/http-music-play.1 b/man/http-music-play.1
index d029063..7da8ca8 100644
--- a/man/http-music-play.1
+++ b/man/http-music-play.1
@@ -16,18 +16,26 @@ Downloaded tracks are played with either the \fBmpv\fR (default) or \fBplay\fR (
 .SH KEYBOARD CONTROLS
 .TP
 .BR <left-arrow>
-Skips backwards 5 seconds in the currently playing track; hold shift to skip by
-30 seconds.
+Skips backwards 5 seconds in the currently playing track; hold shift to skip by 30 seconds.
 (Requires MPV player.)
 
 .TP
 .BR <right-arrow>
-Skips forwards 5 seconds in the currently playing track; hold shift to skip by
-30 seconds.
+Skips forwards 5 seconds in the currently playing track; hold shift to skip by 30 seconds.
 (Requires MPV player.)
 
 .TP
 .BR <up-arrow>
+Skips to the track that just previously played.
+(\fBp\fR (for "Previous") also works.)
+
+.TP
+.BR <down-arrow>
+Skips past the track that's currently playing.
+(\fBs\fR (for "Skip") also works.)
+
+.TP
+.BR <shift>-<up-arrow>
 Turns the volume up a 10%-notch.
 Unfortunately, at present, the volume setting is NOT kept across tracks.
 You'll need to adjust your audio volume whenever a new song starts.
@@ -35,7 +43,7 @@ You'll need to adjust your audio volume whenever a new song starts.
 (Requires MPV player.)
 
 .TP
-.BR <down-arrow>
+.BR <shift>-<down-arrow>
 Turns the volume down 10%.
 (Requires MPV player.)
 
@@ -50,13 +58,19 @@ Shows information (title, URL/path) on the currently playing track.
 (\fBt\fR also works.)
 
 .TP
+.BR p
+Skips to the track that just previously played.
+(\fB<up-arrow>\fR also works.)
+
+.TP
 .BR q
 Quits the http-music process and stops music currently being played.
 (\fB^C\fR and \fB^D\fR also work.)
 
 .TP
 .BR s
-Skips the currently playing track.
+Skips past the track that's currently playing.
+(\fB<down-arrow>\fR also works.)
 
 
 .SH OPTIONS
@@ -92,7 +106,7 @@ If this is the last option used, nothing plays (see \fB\-\-play\fR).
 .TP
 .BR \-\-loop\-mode ", " \-\-loop
 Sets the mode by which the playback order list is looped (typically, what happens when the picker's index counter gets to the end of the list).
-Valid options include \fBno-loop\fR (or \fBno\fR), \fBloop-same-order\fR (or \fBloop\fR), \fBloop-regenerate\fR (the default), and \fBpick-random\fR.
+Valid options include \fBno-loop\fR (or \fBno\fR), \fBloop-same-order\fR (or \fBloop\fR), and \fBloop-regenerate\fR (the default).
 See also \fB\-\-sort\-mode\fR.
 
 .TP