Commit 904eaf36 authored by J. Alexander Treuman's avatar J. Alexander Treuman

ves the spelling nazi strikes again

git-svn-id: https://svn.musicpd.org/mpd/trunk@4602 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 4924bf43
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
*) while pausing, play silence for the devices that don't support *) while pausing, play silence for the devices that don't support
"pausing" "pausing"
*) write a sun native audioOutput *) write a sun native audioOutput
*) more accurate time reporting by determing how much of audio_device *) more accurate time reporting by determining how much of audio_device
buffer has been played buffer has been played
*) state *) state
...@@ -74,7 +74,7 @@ post-1.0 ...@@ -74,7 +74,7 @@ post-1.0
*) use pull model for audio_output *) use pull model for audio_output
*) threads *) threads
0) managing thread 0) managing thread
*) recieves commands *) receives commands
*) manages state *) manages state
*) handles time/metadata sending *) handles time/metadata sending
1) decoding thread 1) decoding thread
...@@ -85,7 +85,7 @@ post-1.0 ...@@ -85,7 +85,7 @@ post-1.0
*) thread for each audio_output device *) thread for each audio_output device
*) dynamic metadata *) dynamic metadata
*) implment by recording the ftell positions of entries *) implement by recording the ftell positions of entries
*) buffer changes and flush them once every 60 seconds *) buffer changes and flush them once every 60 seconds
*) buffer changes while doing an update *) buffer changes while doing an update
*) be sure to check that the metadata "header" is what we expect *) be sure to check that the metadata "header" is what we expect
......
...@@ -9,7 +9,7 @@ any changes. However, if you downgrade back to 0.10.x, then you will need ...@@ -9,7 +9,7 @@ any changes. However, if you downgrade back to 0.10.x, then you will need
to recreate your db. to recreate your db.
The default port for MPD is now 6600, so update your mpd and client The default port for MPD is now 6600, so update your mpd and client
configurations appropriatly. configurations appropriately.
Upgrading to 0.10.0 Upgrading to 0.10.0
------------------- -------------------
...@@ -21,7 +21,7 @@ recommended that you recreate the db. To do so, run mpd with the ...@@ -21,7 +21,7 @@ recommended that you recreate the db. To do so, run mpd with the
character set will be determined from your current locale settings. character set will be determined from your current locale settings.
If your locale settings are not the same as those used for the filesystem, If your locale settings are not the same as those used for the filesystem,
then use the config file parameter "filesystem_charset" to specify the then use the config file parameter "filesystem_charset" to specify the
correct character set (this maybe neccessary if you create the db with root). correct character set (this maybe necessary if you create the db with root).
Upgrading to 0.9.3 Upgrading to 0.9.3
------------------ ------------------
......
...@@ -244,7 +244,7 @@ update <string path> ...@@ -244,7 +244,7 @@ update <string path>
in status, while the requested update is happening in status, while the requested update is happening
increments playlist version by 1 increments playlist version by 1
NOTE: To update a number of paths/songs at once, use command_list, NOTE: To update a number of paths/songs at once, use command_list,
it will be much more faster/effecient. Also, if you use a it will be much more faster/efficient. Also, if you use a
command_list for updating, only one update_db job id will be returned command_list for updating, only one update_db job id will be returned
per sequence of updates. per sequence of updates.
......
...@@ -138,7 +138,7 @@ This specifies the port that mpd listens on. The default is 6600. ...@@ -138,7 +138,7 @@ This specifies the port that mpd listens on. The default is 6600.
.TP .TP
.B password <password@permissions> .B password <password@permissions>
This specifies a password for access to mpd. The format is This specifies a password for access to mpd. The format is
"password@permissions" where permissions is a comma delimmitted list composed "password@permissions" where permissions is a comma delimited list composed
of "read", "add", "control", and/or "admin". "read" allows for reading of the of "read", "add", "control", and/or "admin". "read" allows for reading of the
database, displaying the current playlist, and current status of mpd. "add" database, displaying the current playlist, and current status of mpd. "add"
allows for adding songs and loading playlists. "control" allows for all other allows for adding songs and loading playlists. "control" allows for all other
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment