aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge branch 'v0.17.x'Max Kellermann2013-02-27
|\
| * fix typos in upstream's mpd.conf.5Florian Schlichting2013-02-27
| |
* | Merge branch 'v0.17.x'Max Kellermann2013-01-16
|\|
| * mpdconf.example: example improvementsDenis Krjuchkov2013-01-11
| | | | | | | | | | | | - Add mandatory "name" setting for winmm/openal examples. - Fix the language in openal sample (a -> an)
| * mpdconf.example: provide an example of openal outputDenis Krjuchkov2013-01-10
| |
| * mpdconf.example: provide an example of winmm outputDenis Krjuchkov2013-01-10
| |
| * mpdconf.example: improve documentation for replay gainDenis Krjuchkov2013-01-10
| | | | | | | | | | | | - Added replaygain_missing_preamp and replaygain_limit settings - Added information about "auto" replay gain mode
* | output: new option "tags" may be used to disable sending tagsMax Kellermann2012-09-25
| | | | | | | | Implements Mantis ticket 0003340.
* | Merge branch 'v0.17.x'Max Kellermann2012-09-04
|\|
| * mpd.conf(5): Use the correct default value for max_playlist_lengthWieland Hoffmann2012-09-03
| |
* | Merge branch 'v0.17.x'Max Kellermann2012-08-15
|\|
| * doc/user: add wildmidi documentationMax Kellermann2012-08-15
| |
| * decoder/fluidsynth: add "sample_rate" settingMax Kellermann2012-08-15
| |
| * decoder/fluidsynth: add "soundfont" settingMax Kellermann2012-08-15
| | | | | | | | Replaces the old global "soundfont" which never worked.
* | Merge branch 'v0.17.x'Max Kellermann2012-08-14
|\|
| * mpd.conf(5): Document the existence of musicbrainz_ tagsWieland Hoffmann2012-08-14
| | | | | | | | | | Additionally, update mpdconf.example to refer to mpd.conf(5) for the complete list of tags instead of trying to repeat it.
* | conf: add a "database" blockMax Kellermann2012-08-08
|/ | | | | The new block overrides the "db_file" setting, and allows configuring any database plugin.
* Fix typoSimon Hengel2012-07-08
|
* patch to split DSD decoder into separate decoders for DSF en DFF. Move commonJurgen Kramer2012-06-27
| | | | functions to new dsdlib. Update user doc.
* Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵geneticdrift2012-06-27
| | | | config options
* Add support for DSF files to DSDIFF decoder - v4Jurgen Kramer2012-05-02
| | | | | | | | | | | | | | | | Version 4 of my patch to add DSF support to the DSDIFF decoder plugin. This time I have taken a different approach and created a new read_metadata function specific for reading DSF files. This saves an indent (and for me a lot of indent nightmares) and also useful for splitting the DSF and DFF decoders later on. There are still a few lines which exceed the 80 character width limit by a few chars. I was not able to stay within the limit and create (for me) readable code. Jurgen
* Add support for DSD-over-USB version 1.0, remove pre-v1 supportJurgen Kramer2012-04-04
|
* output/alsa: add option to enable DSD over USBMax Kellermann2012-03-22
|
* command: read arbitrary local files with "lsinfo"Max Kellermann2012-03-06
| | | | Requires UNIX domain socket connection.
* doc/protocol: fix some grammarJonathan Neuschäfer2012-02-15
| | | | (Maybe it should be "A new message is indicated...", I don't know.) ( ^^ )
* listen: implement systemd socket activationMax Kellermann2012-02-13
|
* command: new command "config"Max Kellermann2012-02-13
|
* playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann2012-02-12
| | | | | Parses CUE data from the "CUESHEET" tag. Needs further integration in the update thread.
* command: add optional range parameter to "load"Max Kellermann2012-02-09
|
* command: new command "seekcur"Max Kellermann2011-12-24
| | | | For simpler seeking within current song.
* audio_format: basic support for floating point samplesMax Kellermann2011-10-20
| | | | | Support for conversion from float to 16, 24 and 32 bit integer samples.
* doc/protocol.xml: the replay gain "auto" mode was added in MPD 0.16Jonathan Neuschäfer2011-10-19
|
* doc/protocol.xml: document {en,dis}ableoutput's parameterJonathan Neuschäfer2011-10-19
|
* doc/doxygen.conf: enable "quiet" modeMax Kellermann2011-10-10
|
* decoder/dsdiff: add option "lsbitfirst"Max Kellermann2011-10-07
| | | | Defaults to "no", which fixes the noise problems.
* decoder/dsdiff: add documentationMax Kellermann2011-10-07
|
* server_socket: use resolve_host_port() instead of getaddrinfo()Max Kellermann2011-09-20
| | | | Allow port specification in "bind_to_address" settings.
* Merge branch 'v0.16.x'Max Kellermann2011-09-01
|\ | | | | | | | | | | Conflicts: configure.ac src/output_control.c
| * doc/developer.xml: change the coing style example return type to intJonathan Neuschäfer2011-08-27
| |
* | let doxygen find the source codeJonathan Neuschäfer2011-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Unfortunately,] @top_srcdir@ is replaced by the package's top-level directory relative to the directory of the .in file being processed, e.g. if you unpack the MPD source to /usr/src/mpd, and build it in the same directory, @top_srcdir@/src/ in doc/doxygen.conf.in will be re- placed by "../src/", and, as doxygen is invoked from the top directory, is will expect the source code in /usr/src/src/, which is obviously wrong. To work around this problem, this patch changes @top_srcdir@ to @abs_top_srcdir@, which expands to the absolute path of the top source directory[1]. [1] http://www.gnu.org/s/hello/manual/autoconf/Preset-Output-Variables.html
* | input/soup: new input plugin based on libsoupMax Kellermann2011-08-24
| | | | | | | | | | | | | | | | To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.
* | queue: implement song "priorities"Max Kellermann2011-07-19
| | | | | | | | | | Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".
* | Merge branch 'v0.16.x'Max Kellermann2011-07-19
|\| | | | | | | | | | | Conflicts: NEWS configure.ac
| * doc/protocol: add some missing specificationsJonathan Ballet2011-07-03
| |
| * doc/user: Typo in playlist plugin documentation, 'playlist plugin' not 'filter'.Tony Miller2011-07-03
| | | | | | | | | | | | | | This patch fixes a typo in doc/user about playlist plugins. Its in the top commit in my repository in a branch called 'doc_fix': git://github.com/mcfiredrill/mpd.git
* | doc: Add despotify user documentationSimon Kagstrom2011-04-12
| |
* | fix common misspellingsJonathan Neuschäfer2011-03-31
| | | | | | | | | | | | | | These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
* | doc: Add configuration help for despotifySimon Kagstrom2011-03-29
| |
* | playlist_state: add option "restore_paused"Max Kellermann2011-02-23
| | | | | | | | | | When set, MPD will not auto-start playback on startup; it will be in "paused" state.
* | output/shout: add possibility to set urlThomas Jansen2011-02-09
| | | | | | | | Added a new optional parameter for the shout plugin called "url".