Man page.
This commit is contained in:
parent
e2a6aedc51
commit
088099f10f
|
@ -0,0 +1,88 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3.
|
||||
.TH STRAWBERRY "1" "April 2018" "strawberry 0.1.1" "User Commands"
|
||||
.SH NAME
|
||||
strawberry \- manual page for strawberry 0.1.1
|
||||
.SH SYNOPSIS
|
||||
.B strawberry
|
||||
[\fIoptions\fR] [\fIURL(s)\fR]
|
||||
.SH DESCRIPTION
|
||||
.SS "Player options:"
|
||||
.TP
|
||||
\fB\-p\fR, \fB\-\-play\fR
|
||||
Start the playlist currently playing
|
||||
.TP
|
||||
\fB\-t\fR, \fB\-\-play\-pause\fR
|
||||
Play if stopped, pause if playing
|
||||
.TP
|
||||
\fB\-u\fR, \fB\-\-pause\fR
|
||||
Pause playback
|
||||
.TP
|
||||
\fB\-s\fR, \fB\-\-stop\fR
|
||||
Stop playback
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-stop\-after\-current\fR
|
||||
Stop playback after current track
|
||||
.TP
|
||||
\fB\-r\fR, \fB\-\-previous\fR
|
||||
Skip backwards in playlist
|
||||
.TP
|
||||
\fB\-f\fR, \fB\-\-next\fR
|
||||
Skip forwards in playlist
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-volume\fR <value>
|
||||
Set the volume to <value> percent
|
||||
.TP
|
||||
\fB\-\-volume\-up\fR
|
||||
Increase the volume by 4%
|
||||
.TP
|
||||
\fB\-\-volume\-down\fR
|
||||
Decrease the volume by 4%
|
||||
.TP
|
||||
\fB\-\-volume\-increase\-by\fR
|
||||
Increase the volume by <value> percent
|
||||
.TP
|
||||
\fB\-\-volume\-decrease\-by\fR
|
||||
Decrease the volume by <value> percent
|
||||
.TP
|
||||
\fB\-\-seek\-to\fR <seconds>
|
||||
Seek the currently playing track to an absolute position
|
||||
.TP
|
||||
\fB\-\-seek\-by\fR <seconds>
|
||||
Seek the currently playing track by a relative amount
|
||||
.TP
|
||||
\fB\-\-restart\-or\-previous\fR
|
||||
Restart the track, or play the previous track if within 8 seconds of start.
|
||||
.SS "Playlist options:"
|
||||
.TP
|
||||
\fB\-c\fR, \fB\-\-create\fR <name>
|
||||
Create a new playlist with files
|
||||
.TP
|
||||
\fB\-a\fR, \fB\-\-append\fR
|
||||
Append files/URLs to the playlist
|
||||
.TP
|
||||
\fB\-l\fR, \fB\-\-load\fR
|
||||
Loads files/URLs, replacing current playlist
|
||||
.TP
|
||||
\fB\-k\fR, \fB\-\-play\-track\fR <n>
|
||||
Play the <n>th track in the playlist
|
||||
.SS "Other options:"
|
||||
.TP
|
||||
\fB\-o\fR, \fB\-\-show\-osd\fR
|
||||
Display the on\-screen\-display
|
||||
.TP
|
||||
\fB\-y\fR, \fB\-\-toggle\-pretty\-osd\fR
|
||||
Toggle visibility for the pretty on\-screen\-display
|
||||
.TP
|
||||
\fB\-g\fR, \fB\-\-language\fR <lang>
|
||||
Change the language
|
||||
.TP
|
||||
\fB\-\-quiet\fR
|
||||
Equivalent to \fB\-\-log\-levels\fR *:1
|
||||
.TP
|
||||
\fB\-\-verbose\fR
|
||||
Equivalent to \fB\-\-log\-levels\fR *:3
|
||||
.HP
|
||||
\fB\-\-log\-levels\fR <levels> Comma separated list of class:level, level is 0\-3
|
||||
.TP
|
||||
\fB\-\-version\fR
|
||||
Print out version information
|
Loading…
Reference in New Issue