aboutsummaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-02-23 23:41:20 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-02-23 23:41:20 +0000
commitd35747a40c7dea12de95f78a4f283a45ef687597 (patch)
tree3a85f138e68c7ef3e5a9ece863ed7266ad1cd7ce /UPGRADING
import from SF CVS
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING30
1 files changed, 30 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
new file mode 100644
index 00000000..78ede45e
--- /dev/null
+++ b/UPGRADING
@@ -0,0 +1,30 @@
+ Music Player Daemon (MPD) - UPGRADING
+
+Upgrading to 0.9.3
+------------------
+
+Wave support was added, so to have your wave files added, update the db (mpc
+update).
+
+Also, song lengths are now stored in the db. To get this stuff
+added to the db, you will need to recreate the db from scratch. To do this,
+run mpd with the "--create-db" commandline option.
+
+Upgrading to 0.9.0
+------------------
+
+The "stop_on_error" config parameter was removed, so be sure to remove this
+parameter from your config file.
+
+Upgrading to 0.8.x
+------------------
+
+If you have FLACs, then to have them added to your list of available music,
+just use "update".
+
+Upgrading from 0.5.x to 0.6.x
+-----------------------------
+If you have not compiled MPD with "make ogg", then nothing is needed.
+
+If you compiled with "make ogg", just use "update" (available via the phpMp
+interface) to add your OGGs to MPD's list of available music.