Codebase list squeezelite / a47102a
New upstream release: 1.6.2 Update changelog. Update debian/man/squeezelite.1. Chris Boot 9 years ago
2 changed file(s) with 15 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
0 squeezelite (1.6.1-1) UNRELEASED; urgency=medium
0 squeezelite (1.6.2-1) UNRELEASED; urgency=medium
11
22 * New upstream release.
3 * Update debian/man/squeezelite.1 with new -e option, remove list of codecs
4 for the -c option, minor formatting tweaks.
35
4 -- Chris Boot <debian@bootc.net> Sat, 17 May 2014 12:04:13 +0100
6 -- Chris Boot <debian@bootc.net> Sat, 31 May 2014 11:14:02 +0100
57
68 squeezelite (1.6-1) unstable; urgency=medium
79
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-04-07" "Debian Project"
6 .TH SQUEEZELITE 1 "2014-06-16" "Debian Project"
77 .\" Please adjust this date whenever revising the manpage.
88 .\"
99 .\" Some roff macros, for reference:
8282 Specify internal stream and output buffer sizes in kilobytes.
8383 .TP
8484 .B \-c <codec1>,...
85 Restrict codecs to those specified, otherwise load all available codecs; known codecs:
86 .IR flac ", " pcm ", " mp3 ", " ogg ", " aac ", " wma ", " alac .
87 .IR mad " or " mpg
88 can be supplied instead of
89 .I mp3
90 to use a specific decoder library.
85 Restrict codecs to those specified, otherwise load all available codecs. Use
86 .B squeezelite -h
87 to obtain the list of codecs built into \fBsqueezelite\fR.
9188 .TP
9289 .B \-d <category>=<level>
9390 Set logging level. Categories are:
9693 .IR info ", " debug " or " sdebug .
9794 The option can be repeated to set different log levels for different categories.
9895 .TP
96 .B \-e <codec1>,...
97 Explicitly exclude native support of one or more codecs. See also
98 .BR \-c ,
99 above.
100 .TP
99101 .B \-f <logfile>
100102 Send logging output to a log file instead of standard output or standard error.
101103 .TP
123125 .TP
124126 .B \-r <rates>[:<delay>]
125127 Specify sample rates supported by the output device; this is required if the
126 output device is switched off when squeezelite is started. The format is either
127 a single maximum sample rate, a range of sample rates in the format
128 output device is switched off when \fBsqueezelite\fR is started. The format is
129 either a single maximum sample rate, a range of sample rates in the format
128130 .IR <min> - <max> ,
129131 or a comma-separated list of available rates. Delay is an optional time to wait
130132 when switching sample rates between tracks, in milliseconds.