~ubuntu-dev/ubuntu/lucid/mpd/lucid-201002101854

« back to all changes in this revision

Viewing changes to UPGRADING

  • Committer: Bazaar Package Importer
  • Author(s): Charles Majola
  • Date: 2005-02-15 10:43:58 UTC
  • Revision ID: james.westby@ubuntu.com-20050215104358-w8b7yaqqfmsoxj5k
Tags: upstream-0.11.5
ImportĀ upstreamĀ versionĀ 0.11.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                       Music Player Daemon (MPD) - UPGRADING
 
2
 
 
3
Upgrading to 0.11.0
 
4
-------------------
 
5
 
 
6
The database format has changed a little bit, but in a backward compatible way.
 
7
This means that if you upgrade to 0.11.0 from 0.10.x, you do not need to make
 
8
any changes.  However, if you downgrade back to 0.10.x, then you will need
 
9
to recreate your db.
 
10
 
 
11
The default port for MPD is now 6600, so update your mpd and client
 
12
configurations appropriatly.
 
13
 
 
14
Upgrading to 0.10.0
 
15
-------------------
 
16
 
 
17
All information is now stored in the db in UTF-8 format, and the character
 
18
set used for the filesystem is stored in the db.  Thus, it is highly
 
19
recommended that you recreate the db.  To do so, run mpd with the 
 
20
"--create-db" command line option.  Also, note that the filesystem
 
21
character set will be determined from your current locale settings.
 
22
If your locale settings are not the same as those used for the filesystem,
 
23
then use the config file parameter "filesystem_charset" to specify the
 
24
correct character set (this maybe neccessary if you create the db with root).
 
25
 
 
26
Upgrading to 0.9.3
 
27
------------------
 
28
 
 
29
Wave support was added, so to have your wave files added, update the db (mpc
 
30
update).  
 
31
 
 
32
Also, song lengths are now stored in the db.  To get this stuff
 
33
added to the db, you will need to recreate the db from scratch.  To do this,
 
34
run mpd with the "--create-db" commandline option. 
 
35
 
 
36
Upgrading to 0.9.0
 
37
------------------
 
38
 
 
39
The "stop_on_error" config parameter was removed, so be sure to remove this
 
40
parameter from your config file.
 
41
 
 
42
Upgrading to 0.8.x
 
43
------------------
 
44
 
 
45
If you have FLACs, then to have them added to your list of available music,
 
46
just use "update".
 
47
 
 
48
Upgrading from 0.5.x to 0.6.x
 
49
-----------------------------
 
50
If you have not compiled MPD with "make ogg", then nothing is needed.
 
51
 
 
52
If you compiled with "make ogg", just use "update" (available via the phpMp
 
53
interface) to add your OGGs to MPD's list of available music.