Being a picky little bitch about those doc updates.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5787 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
59342df8f3
commit
945b8e66ab
2
AUTHORS
2
AUTHORS
|
@ -22,7 +22,7 @@ Qball Cow <qballcow@gmail.com>
|
||||||
Playlist commands
|
Playlist commands
|
||||||
|
|
||||||
Former Developers
|
Former Developers
|
||||||
------------------
|
-----------------
|
||||||
tw-nym
|
tw-nym
|
||||||
|
|
||||||
Nagilum
|
Nagilum
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -43,7 +43,7 @@ For FLAC support. You will need version 1.1.0 or higher of libflac.
|
||||||
|
|
||||||
OggFLAC - http://www.xiph.org/ogg/vorbis/ and http://flac.sourceforge.net/
|
OggFLAC - http://www.xiph.org/ogg/vorbis/ and http://flac.sourceforge.net/
|
||||||
For OggFLAC support. You will need liboggflac, which can be built from the
|
For OggFLAC support. You will need liboggflac, which can be built from the
|
||||||
FLAC sources if libogg is already installed. Versions of flac 1.1.3 and
|
FLAC sources if libogg is already installed. Versions of flac 1.1.3 and
|
||||||
greater will automatically detect and use OggFLAC if it's available.
|
greater will automatically detect and use OggFLAC if it's available.
|
||||||
|
|
||||||
Audio File - http://www.68k.org/~michael/audiofile/
|
Audio File - http://www.68k.org/~michael/audiofile/
|
||||||
|
|
10
UPGRADING
10
UPGRADING
|
@ -3,10 +3,12 @@
|
||||||
Upgrading to 0.13.0
|
Upgrading to 0.13.0
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
JACK and libsamplerate have been added as optional dependencies (see
|
JACK, Avahi, and libsamplerate have been added as optional dependencies.
|
||||||
zeroconf_name and samplerate_converter, respectively). Added
|
FLAC/OggFLAC now supports the 1.1.3 API.
|
||||||
gapless_mp3_playback, update to the latest mpdconf.example in the docs
|
|
||||||
directory. FLAC/OggFLAC now supports the 1.1.13 API.
|
New mpd.conf parameters include zeroconf_name, samplerate_converter, and
|
||||||
|
gapless_mp3_playback. See the mpd.conf man page or updated mpconf.example for
|
||||||
|
more information on these parameters.
|
||||||
|
|
||||||
Upgrading to 0.12.0
|
Upgrading to 0.12.0
|
||||||
-------------------
|
-------------------
|
||||||
|
|
|
@ -239,8 +239,9 @@ disable all metadata. The default is to use all known tag types except for
|
||||||
comments.
|
comments.
|
||||||
.TP
|
.TP
|
||||||
.B zeroconf_name <name>
|
.B zeroconf_name <name>
|
||||||
If Zerconf is compiled into MPD, this is the service name to publish. This should
|
If Zerconf is compiled into MPD, this is the service name to publish. This
|
||||||
be unique to your local network, but name collisions will properly dealt with.
|
should be unique to your local network, but name collisions will be properly
|
||||||
|
dealt with.
|
||||||
.SH REQUIRED AUDIO OUTPUT PARAMETERS
|
.SH REQUIRED AUDIO OUTPUT PARAMETERS
|
||||||
.TP
|
.TP
|
||||||
.B type <type>
|
.B type <type>
|
||||||
|
|
Loading…
Reference in New Issue