diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-27 13:30:46 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-27 13:30:46 +0000 |
commit | a12b8bc2b4c7433cd4e1b75cd6af5332f03dc35c (patch) | |
tree | 9f7c8ea33a904e5acb750120df5289eebce4a87d /UPGRADING | |
parent | 5159e2c41596c35cd613f0b3d48ea32f2d442a8c (diff) | |
download | mpd-a12b8bc2b4c7433cd4e1b75cd6af5332f03dc35c.tar.gz mpd-a12b8bc2b4c7433cd4e1b75cd6af5332f03dc35c.tar.xz mpd-a12b8bc2b4c7433cd4e1b75cd6af5332f03dc35c.zip |
Updating UPGRADING.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6292 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | UPGRADING | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -4,12 +4,17 @@ Upgrading to 0.13.0 ------------------- JACK, Avahi, and libsamplerate have been added as optional dependencies. -FLAC/OggFLAC now supports the 1.1.3 API. +FLAC/OggFLAC now supports the 1.1.3 API, and libmikmod 3.2.0 betas are +supported as well. 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. +Support for the ID3v2 "Original Artist/Performer" tag has been added. Your +MP3s will need to be rescanned for these tags to be included in the database. +This can be done by running mpd --create-db. + Upgrading to 0.12.0 ------------------- |