Update and improve the manual pages. (#33)
This commit is contained in:
parent
9bb00d99f6
commit
63f29235e4
|
@ -1,7 +1,10 @@
|
|||
.TH STRAWBERRY-TAGREADER "1" "April 2018" "strawberry-tagreader 0.1.1" "User Commands"
|
||||
.TH STRAWBERRY-TAGREADER "1"
|
||||
.SH NAME
|
||||
strawberry-tagreader \- manual page for strawberry-tagreader 0.1.1
|
||||
strawberry-tagreader \- internal tag reader for strawberry
|
||||
.SH SYNOPSIS
|
||||
.B strawberry-tagreader
|
||||
.SH DESCRIPTION
|
||||
This program is used internally by Strawberry to parse tags in music files without exposing the whole application to crashes caused by malformed files. It is not meant to be run on its own.
|
||||
.SH "AUTHORS"
|
||||
.PP
|
||||
Strawberry main developer is Jonas Kvinge <jonas@jkvinge.net>.
|
||||
|
|
|
@ -1,11 +1,46 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3.
|
||||
.TH STRAWBERRY "1" "April 2018" "strawberry 0.1.1" "User Commands"
|
||||
.TH STRAWBERRY "1" "User Commands"
|
||||
.SH NAME
|
||||
strawberry \- manual page for strawberry 0.1.1
|
||||
Strawberry \- audio player and music collection organizer
|
||||
.SH SYNOPSIS
|
||||
.B strawberry
|
||||
[\fIoptions\fR] [\fIURL(s)\fR]
|
||||
[\fI\,options\/\fR] [\fI\,URL(s)\/\fR]
|
||||
.SH DESCRIPTION
|
||||
Strawberry is a audio player especially aimed at audiophiles.
|
||||
.TP
|
||||
Features:
|
||||
.br
|
||||
- Play and organize music
|
||||
.br
|
||||
- Supports WAV, FLAC, WavPack, DSF, DSDIFF, Ogg Vorbis, Speex, MPC, TrueAudio, AIFF, MP4, MP3 and ASF
|
||||
.br
|
||||
- Audio CD playback
|
||||
.br
|
||||
- Native desktop notifications
|
||||
.br
|
||||
- Playlists in multiple formats
|
||||
.br
|
||||
- Advanced output and device options with support for bit perfect playback on Linux
|
||||
.br
|
||||
- Edit tags on music files
|
||||
.br
|
||||
- Fetch tags from MusicBrainz
|
||||
.br
|
||||
- Album cover art from Lastfm, Musicbrainz and Discogs
|
||||
.br
|
||||
- Song lyrics from AudD and API Seeds
|
||||
.br
|
||||
- Support for multiple backends
|
||||
.br
|
||||
- Audio analyzer
|
||||
.br
|
||||
- Equalizer
|
||||
.br
|
||||
- Transfer music to iPod, iPhone, MTP or mass-storage USB player
|
||||
.br
|
||||
- Integrated Tidal support
|
||||
.TP
|
||||
It is a fork of Clementine. The name is inspired by the band Strawbs.
|
||||
.SH OPTIONS
|
||||
.SS "Player options:"
|
||||
.TP
|
||||
\fB\-p\fR, \fB\-\-play\fR
|
||||
|
@ -33,10 +68,10 @@ Skip forwards in playlist
|
|||
Set the volume to <value> percent
|
||||
.TP
|
||||
\fB\-\-volume\-up\fR
|
||||
Increase the volume by 4%
|
||||
Increase the volume by 4 percent
|
||||
.TP
|
||||
\fB\-\-volume\-down\fR
|
||||
Decrease the volume by 4%
|
||||
Decrease the volume by 4 percent
|
||||
.TP
|
||||
\fB\-\-volume\-increase\-by\fR
|
||||
Increase the volume by <value> percent
|
||||
|
@ -86,3 +121,6 @@ Equivalent to \fB\-\-log\-levels\fR *:3
|
|||
.TP
|
||||
\fB\-\-version\fR
|
||||
Print out version information
|
||||
.SH "AUTHORS"
|
||||
.PP
|
||||
Strawberry main developer is Jonas Kvinge <jonas@jkvinge.net>.
|
||||
|
|
Loading…
Reference in New Issue