aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-14doc: added decoder plugin referenceMax Kellermann1-0/+6
2009-11-07output/jack: added option "server_name"Max Kellermann1-0/+9
2009-11-07command: added command "decoders"Max Kellermann1-0/+19
This command prints a list of decoder plugins and their suffixes / MIME types.
2009-11-06output/jack: dynamic source port listMax Kellermann1-0/+12
Same as the previous patch: create up to 16 configured source ports. The plugin tries to do its best at guessing the right combination for the given input file, the number of source and destination ports.
2009-11-06output/jack: renamed option "ports" to "destination_ports"Max Kellermann1-1/+1
Be more clear which kind of port should be configured here.
2009-11-06output/jack: renamed "output ports" to "destination ports"Max Kellermann1-1/+1
Use the same name as in the libjack API documentation.
2009-11-06playlist: added extm3u pluginMax Kellermann1-0/+8
This new plugin parses extm3u files. Files without the "#EXTM3U" header are still parsed by the plain old "m3u" plugin.
2009-11-05output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann1-0/+11
jack_client_new() is deprecated. This requires libjack 0.100 (released nearly 5 years ago). We havn't been testing older libjack versions anyway. As a side effect, there is the new option "autostart".
2009-11-05doc/user: document JACK plugin optionsMax Kellermann1-0/+43
2009-11-05output/jack: added option "client_name"Max Kellermann1-3/+2
Instead of using MPD's audio output name (setting "name"), use a separate configuration option. Change the default to "Music Player Daemon".
2009-11-04sticker comments in code and example configuration fileRomain Bignon1-0/+5
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2009-11-01replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann1-1/+5
2009-10-29httpd: add config option to limit number of clientsViliam Mateicka2-0/+11
2009-10-26mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2-0/+9
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann2-4/+17
An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks.
2009-10-18command: omitting the range end is possibleMax Kellermann1-0/+14
When the range end is missing, then the maximum possible value is assumed.
2009-10-18doc/protocol.xml: documented range parameter in "delete"Max Kellermann1-1/+4
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann1-0/+35
The new command "replay_gain_mode" allows the user to switch the replay gain mode on-the-fly. No more mpd.conf editing.
2009-10-17replay_gain: added setting "replaygain off"Max Kellermann2-3/+3
There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there.
2009-10-16update: obey .mpdignore filesMax Kellermann1-0/+6
2009-10-16doc/user.xml: added chapter "Using MPD"Max Kellermann1-0/+56
2009-10-16doc/user.xml: added playlist plugin referenceMax Kellermann1-9/+68
2009-10-13playlist_list: pass configuration to playlist pluginsMax Kellermann1-0/+62
This patch completes the configuration support.
2009-10-09doc/protocol.xml: "addid" with negative position is deprecatedMax Kellermann1-4/+1
2009-09-28Add the sidplay filter param to doc/mpdconf.example.Tony1-0/+4
2009-09-24command: added command "rescan"Max Kellermann1-0/+14
"rescan" is the same as "update", but it discards existing songs in the database.
2009-09-20cmdline: removed options --create-db and --no-create-dbMax Kellermann2-8/+1
Both options are deprecated, and should not be used anymore. Many users get confused by their presence.
2009-09-10doc/protocol: clarify "update"Max Kellermann1-13/+8
The update job id is positive. When used in a command list, MPD prints one job id for each "update" command.
2009-09-10doc/mpdconf.example: additional comment signs for some parametersMax Kellermann1-18/+18
Add a second column of comment signs on some parameters which users shouldn't usually set, unless they know what they're doing.
2009-09-06doc: documented the "openal" output plugin settingsSerge Ziryukin1-0/+33
2009-08-30doc: Unify position of footnotes and cleanup wording.Avuton Olrich1-4/+4
2009-08-30doc: Remove superfluous comment already described in footnotes.Avuton Olrich1-3/+0
2009-08-30decoder/sidplay: implemented songlength databaseMike Dawson1-0/+22
[mk: added autoconf test; fixed songlen_data_size type]
2009-08-25command: add "findadd" command.Anton Khirnov1-0/+17
2009-08-24Document nextsong and nextsongid.Anton Khirnov1-0/+18
2009-08-24output/recorder: new output plugin for recording radio streamsMax Kellermann2-0/+79
The recorder plugin writes audio played by MPD to a file. This may be useful for recording radio streams. This implementation is incomplete, because support for tags is missing, and MPD should be able to record each track to a different file.
2009-07-28doc: removed deprecated mixer options from manpageMax Kellermann1-19/+0
Removed documentation about the global options mixer_type, mixer_device and mixer_control.
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz1-0/+7
The "group" configuration option is similar to "user" as it sets user set what group MPD shall run as. With "user" option, MPD changed GID to the GID of the user, however, more control could be desired. Moreover, the patch changes the way of checking whether no setuid(2)/setgid(2) is required -- previously user names were compered, now UID and GIDs are compered (ie. the one we already have (getuid(2)/getgid(2)) with the one we want to change to).
2009-07-15cmdline: renamed option "--stdout" to "--stderr"Max Kellermann1-2/+2
Since version 0.14, MPD has been logging to standard error instead of standard output. The option name should reflect that. The old option continues to work, we will remove it in a future MPD release.
2009-07-06doc: documented the "shout" output plugin settingsMax Kellermann1-0/+123
2009-07-06doc: documented the "pulse" output plugin settingsMax Kellermann1-0/+34
2009-07-06doc: documented the "command" setting of the "pipe" output pluginMax Kellermann1-0/+22
2009-07-06output: use the software mixer pluginMax Kellermann3-32/+17
Do all the software volume stuff inside each output thread, not in the player thread. This allows one software mixer per output device, and also allows the user to configure the mixer type (hardware or software) for each audio output. This moves the global "mixer_type" setting into the "audio_output" section, deprecating the "mixer_enabled" flag.
2009-07-06command: removed the "volume" commandMax Kellermann1-19/+0
This command has been deprecated more than 5 years ago (0.10.0). Its implementation is a kludge, let's remove it now.
2009-07-05idle: added "update" eventMax Kellermann1-1/+10
Some clients have visual feedback for "database update is running". Using the "database" idle event is unreliable, because it is only emitted when the database was actually modified. This patch adds the "update" event, which is emitted when the update is started, and again when the update is finished, disregarding whether it has been modified.
2009-07-05conf: registered option "filter"Max Kellermann1-0/+57
Add this option to the user's manual.
2009-06-30doc/user: added introductionEnrico Mioso1-3/+33
- introduce a section explaining the mpd.conf format, as done in the man page: is it better to re-explain it here or ointing the user to the man page, avoiding information dupplication? - reorganizze some sections of the manual to give them a linear aspect...
2009-06-30doc/protocol: clarified "idle database"Max Kellermann1-1/+1
2009-06-26doc: fix wording for option "follow_inside_symlinks"Enrico Mioso1-2/+2
2009-06-25command: added new "status" line with more precise "elapsed time"Max Kellermann1-0/+10