Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
904eaf36
Commit
904eaf36
authored
Aug 08, 2006
by
J. Alexander Treuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ves the spelling nazi strikes again
git-svn-id:
https://svn.musicpd.org/mpd/trunk@4602
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
4924bf43
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
TODO
TODO
+3
-3
UPGRADING
UPGRADING
+2
-2
COMMANDS
doc/COMMANDS
+1
-1
mpd.conf.5
doc/mpd.conf.5
+1
-1
No files found.
TODO
View file @
904eaf36
...
@@ -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 determin
in
g 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
*) rec
ie
ves commands
*) rec
ei
ves 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
*) impl
e
ment 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
...
...
UPGRADING
View file @
904eaf36
...
@@ -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 appropriat
e
ly.
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 nec
c
essary 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
------------------
------------------
...
...
doc/COMMANDS
View file @
904eaf36
...
@@ -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/eff
e
cient. Also, if you use a
it will be much more faster/eff
i
cient. 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.
...
...
doc/mpd.conf.5
View file @
904eaf36
...
@@ -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 delim
mit
ted list composed
"password@permissions" where permissions is a comma delim
i
ted 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment