Codebase list squeezelite / 8fa6fd7
Update debian/man/squeezelite.1 Chris Boot 8 years ago
2 changed file(s) with 48 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
44 * Tweak debian/copyright based on debmake -k's suggestions.
55 * Enable LIRC support.
66 * Bump standards version to 3.8.6 (no changes required).
7 * Update debian/man/squeezelite.1 to document new features/options added
8 since 1.6.4.
79
810 -- Chris Boot <debian@bootc.net> Sat, 09 May 2015 18:17:17 +0100
911
33 .\" First parameter, NAME, should be all caps
44 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
55 .\" other parameters are allowed: see man(7), man(1)
6 .TH SQUEEZELITE 1 "2014-06-16" "Debian Project"
6 .TH SQUEEZELITE 1 "2015-05-10" "Debian Project"
77 .\" Please adjust this date whenever revising the manpage.
88 .\"
99 .\" Some roff macros, for reference:
3131 .SH OPTIONS
3232 This program supports the following options:
3333 .TP
34 .B \-h
34 .B \-?
3535 Show a summary of the available command-line options.
3636 .TP
3737 .B \-s <server>[:<port>]
4141 segment (e.g. behind a router).
4242 .TP
4343 .B \-o <output device>
44 Specify the audio output device; the default value is
44 Specify the audio output device; the default value is
4545 .IR default .
4646 Use the
4747 .B \-l
8686 .B squeezelite -h
8787 to obtain the list of codecs built into \fBsqueezelite\fR.
8888 .TP
89 .B \-C <timeout>
90 Close the output device after
91 .B <timeout>
92 seconds of the player being idle; the default is to always keep the device open
93 as long as the payer is "on".
94 .TP
8995 .B \-d <category>=<level>
9096 Set logging level. Categories are:
91 .IR all ", " slimproto ", " stream ", " decode " or " output .
97 .IR all ", " slimproto ", " stream ", " decode ", " output " or " ir .
9298 Levels can be:
9399 .IR info ", " debug " or " sdebug .
94100 The option can be repeated to set different log levels for different categories.
101107 .B \-f <logfile>
102108 Send logging output to a log file instead of standard output or standard error.
103109 .TP
110 .B \-i [<filename>]
111 Enable LIRC remote control support. If the optional
112 .B <filename>
113 is not provided,
114 .I ~/.lircrc
115 is used instead.
116 .TP
104117 .B \-m <mac addr>
105118 Override the player's MAC address. The format must be colon-delimited
106119 hexadecimal, for example: ab:cd:ef:12:34:56. This is usually automatically
107120 detected, and should not need to be provided in most circumstances.
121 .TP
122 .B \-M <modelname>
123 Override the player's hardware model name. The default value is
124 .IR SqueezeLite .
108125 .TP
109126 .B \-n <name>
110127 Set the player name. This name is used by the Logitech Media Server to refer to
122139 Set real time priority of output thread (1-99; default
123140 .IR 45 ).
124141 Not applicable when using PortAudio.
142 .TP
143 .B \-P <filename>
144 Write the process ID (PID) number to the given
145 .BR <filename> .
146 This may be useful when running \fBsqueezelite\fR as a daemon.
125147 .TP
126148 .B \-r <rates>[:<delay>]
127149 Specify sample rates supported by the output device; this is required if the
148170 Enable visualiser support. This creates a shared memory segment that contains
149171 some of the audio being played, so that an external visualiser can read and
150172 process this to create visualisations.
173 .TP
174 .B \-L
175 List available volume controls for the output device. Only applicable when
176 using ALSA output.
177 .TP
178 .B \-U <control>
179 Unmute the given ALSA
180 .B <control>
181 at daemon startup and set it to full volume. Use software volume adjustment for
182 playback. This option is mutually exclusive with the \fB\-V\fR option. Only
183 applicable when using ALSA output.
184 .TP
185 .B \-V <control>
186 Use the given ALSA
187 .B <control>
188 for volume adjustment during playback. This prevents the use of software volume
189 control within \fBsqueezelite\fR. This option is mutually exclusive with the
190 \fB\-V\fR option. If neither \fB\-U\fR nor \fB\-V\fR options are provided,
191 no ALSA controls are adjusted while running \fBsqueezelite\fR and software
192 volume control is used instead. Only applicable when using ALSA output.
151193 .TP
152194 .B \-z
153195 Cause \fBsqueezelite\fR to run as a daemon. That is, it detaches itself from the