From 088099f10f23f666bd5415683868d50f057a6d3c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 1 Apr 2018 16:35:56 +0200 Subject: [PATCH] Man page. --- dist/strawberry.1 | 88 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 dist/strawberry.1 diff --git a/dist/strawberry.1 b/dist/strawberry.1 new file mode 100644 index 000000000..9964754b6 --- /dev/null +++ b/dist/strawberry.1 @@ -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 +Set the volume to 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 percent +.TP +\fB\-\-volume\-decrease\-by\fR +Decrease the volume by percent +.TP +\fB\-\-seek\-to\fR +Seek the currently playing track to an absolute position +.TP +\fB\-\-seek\-by\fR +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 +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 +Play the 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 +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 Comma separated list of class:level, level is 0\-3 +.TP +\fB\-\-version\fR +Print out version information