aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* audio_format: support packed 24 bit samplesMax Kellermann2010-01-16
|
* decoder/mikmod: sample rate is configurableMax Kellermann2009-11-14
| | | | The new option "sample_rate" sets the sample rate for libmikmod.
* doc: added decoder plugin referenceMax Kellermann2009-11-14
|
* output/jack: added option "server_name"Max Kellermann2009-11-07
|
* command: added command "decoders"Max Kellermann2009-11-07
| | | | | This command prints a list of decoder plugins and their suffixes / MIME types.
* output/jack: dynamic source port listMax Kellermann2009-11-06
| | | | | | 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.
* output/jack: renamed option "ports" to "destination_ports"Max Kellermann2009-11-06
| | | | Be more clear which kind of port should be configured here.
* output/jack: renamed "output ports" to "destination ports"Max Kellermann2009-11-06
| | | | Use the same name as in the libjack API documentation.
* playlist: added extm3u pluginMax Kellermann2009-11-06
| | | | | This new plugin parses extm3u files. Files without the "#EXTM3U" header are still parsed by the plain old "m3u" plugin.
* output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann2009-11-05
| | | | | | | | 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".
* doc/user: document JACK plugin optionsMax Kellermann2009-11-05
|
* output/jack: added option "client_name"Max Kellermann2009-11-05
| | | | | | Instead of using MPD's audio output name (setting "name"), use a separate configuration option. Change the default to "Music Player Daemon".
* sticker comments in code and example configuration fileRomain Bignon2009-11-04
| | | | Signed-off-by: Romain Bignon <romain@peerfuse.org>
* replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann2009-11-01
|
* httpd: add config option to limit number of clientsViliam Mateicka2009-10-29
|
* mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-26
|
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-21
| | | | | | 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.
* command: omitting the range end is possibleMax Kellermann2009-10-18
| | | | | When the range end is missing, then the maximum possible value is assumed.
* doc/protocol.xml: documented range parameter in "delete"Max Kellermann2009-10-18
|
* command: allow changing replay gain mode on-the-flyMax Kellermann2009-10-17
| | | | | The new command "replay_gain_mode" allows the user to switch the replay gain mode on-the-fly. No more mpd.conf editing.
* replay_gain: added setting "replaygain off"Max Kellermann2009-10-17
| | | | | There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there.
* update: obey .mpdignore filesMax Kellermann2009-10-16
|
* doc/user.xml: added chapter "Using MPD"Max Kellermann2009-10-16
|
* doc/user.xml: added playlist plugin referenceMax Kellermann2009-10-16
|
* playlist_list: pass configuration to playlist pluginsMax Kellermann2009-10-13
| | | | This patch completes the configuration support.
* doc/protocol.xml: "addid" with negative position is deprecatedMax Kellermann2009-10-09
|
* Add the sidplay filter param to doc/mpdconf.example.Tony2009-09-28
|
* command: added command "rescan"Max Kellermann2009-09-24
| | | | | "rescan" is the same as "update", but it discards existing songs in the database.
* cmdline: removed options --create-db and --no-create-dbMax Kellermann2009-09-20
| | | | | Both options are deprecated, and should not be used anymore. Many users get confused by their presence.
* Merge branch 'v0.15.x'Max Kellermann2009-09-10
|\ | | | | | | | | | | | | Conflicts: NEWS configure.ac doc/mpdconf.example
| * doc/protocol: clarify "update"Max Kellermann2009-09-10
| | | | | | | | | | The update job id is positive. When used in a command list, MPD prints one job id for each "update" command.
| * doc/mpdconf.example: additional comment signs for some parametersMax Kellermann2009-09-10
| | | | | | | | | | Add a second column of comment signs on some parameters which users shouldn't usually set, unless they know what they're doing.
* | doc: documented the "openal" output plugin settingsSerge Ziryukin2009-09-06
| |
* | Merge branch 'master' of git://git.musicpd.org/avuton/mpdMax Kellermann2009-09-02
|\ \
| * | doc: Unify position of footnotes and cleanup wording.Avuton Olrich2009-08-30
| | |
| * | doc: Remove superfluous comment already described in footnotes.Avuton Olrich2009-08-30
| | |
* | | decoder/sidplay: implemented songlength databaseMike Dawson2009-08-30
| | | | | | | | | | | | [mk: added autoconf test; fixed songlen_data_size type]
* | | Merged release 0.15.3 from branch 'v0.15.x'Max Kellermann2009-08-30
|\ \ \ | |/ / |/| / | |/ | | | | | | Conflicts: NEWS configure.ac
| * Document nextsong and nextsongid.Anton Khirnov2009-08-24
| |
* | command: add "findadd" command.Anton Khirnov2009-08-25
| |
* | output/recorder: new output plugin for recording radio streamsMax Kellermann2009-08-24
| | | | | | | | | | | | | | | | | | 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.
* | doc: removed deprecated mixer options from manpageMax Kellermann2009-07-28
| | | | | | | | | | Removed documentation about the global options mixer_type, mixer_device and mixer_control.
* | daemon: added "group" configuration optionMichal Nazarewicz2009-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann2009-07-16
|\|
| * doc: documented the "shout" output plugin settingsMax Kellermann2009-07-06
| |
| * doc: documented the "pulse" output plugin settingsMax Kellermann2009-07-06
| |
| * doc: documented the "command" setting of the "pipe" output pluginMax Kellermann2009-07-06
| |
| * doc/user: added introductionEnrico Mioso2009-06-30
| | | | | | | | | | | | | | - 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...
| * doc/protocol: clarified "idle database"Max Kellermann2009-06-30
| |
| * doc: fix wording for option "follow_inside_symlinks"Enrico Mioso2009-06-26
| |