aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* command/queue: add range parameter to plchanges and plchangesposidMax Kellermann2015-10-271-1/+5
|
* Merge tag 'v0.19.11'Max Kellermann2015-10-271-0/+52
|\
| * doc/user: section about real-time schedulingMax Kellermann2015-10-271-0/+52
| |
* | decoder/gme: add option "accuracy"Max Kellermann2015-10-261-0/+22
| |
* | doc/user: add decoder/gme sectionMax Kellermann2015-10-261-0/+9
| |
* | update: apply .mpdignore matches to subdirectoriesAnthony DeRossi2015-09-301-0/+2
| | | | | | | | | | | | | | | | | | Wildcard matches are directly applied to all filenames in subdirectories without any attempt at matching relative paths. This change is based on the following feature request: http://bugs.musicpd.org/view.php?id=3729
* | doc/protocol: clarify "playlistmove" parametersMax Kellermann2015-08-231-5/+5
| |
* | doc/mpdconf.example: document that socket activation voids bind_to_address ↵Florian Schlichting2015-08-111-1/+2
| | | | | | | | setting
* | doc/user: document effect of http_proxy envvar on curl pluginFlorian Schlichting2015-08-111-0/+8
| |
* | doc/user: fix typoFlorian Schlichting2015-08-111-1/+1
| |
* | configure.ac: remove GLib optionMax Kellermann2015-06-271-1/+1
| | | | | | | | Not used anymore.
* | TagId3: remove the "id3v1_encoding" settingMax Kellermann2015-06-262-10/+0
| | | | | | | | | | Drop support for misencoded tags. People should not be using ID3v1 anyway.
* | doc/doxygen.conf: strip absolute path nameMax Kellermann2015-03-171-1/+1
| |
* | doc/doxygen.conf: "doxygen -u" with 1.8.8Max Kellermann2015-03-171-682/+1685
| |
* | *: doxygen fixupsMax Kellermann2015-03-171-1/+1
| |
* | doc/doxygen.conf: disable WARN_IF_UNDOCUMENTED, too much noiseMax Kellermann2015-03-171-1/+1
| |
* | doc/doxygen.conf: remove DOT_FONTNAME (font name was obsolete)Max Kellermann2015-03-171-11/+0
| |
* | doc/doxygen.conf: scan headers recursivelyMax Kellermann2015-03-171-1/+1
| |
* | doc/doxygen.conf: generate documentation for C++ headersMax Kellermann2015-03-171-1/+1
| |
* | doc/doxygen.conf: remove obsolete settingsMax Kellermann2015-03-171-19/+0
| |
* | doc/doxygen.conf: remove XML sectionMax Kellermann2015-03-171-35/+0
| | | | | | | | It's disabled anyway.
* | command/{Queue,File}Commands: drop "file:///" prefix for absolute pathsMax Kellermann2015-02-091-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Requiring this prefix makes the client's intention very clear, but it was too hard to understand why this prefix was needed. Initially, my intention was to differentiate from broken clients which prefix relate URIs with a slash; once MPD allowed that. In the past few years however, MPD has disallowed that, and there was no significant breakage (except for the "add /" special case which some clients apparently still do). So I figure it's about time to define that an URI that begins with a slash points to an arbitrary file on the file system.
* | Merge branch 'v0.19.x'Max Kellermann2015-01-263-138/+3
|\|
| * Merge branch 'v0.18.x' into v0.19.xMax Kellermann2015-01-262-137/+2
| |\
| | * {playlist,input}/despotify: remove defunct pluginMax Kellermann2015-01-262-94/+2
| | |
| * | doc/protocol: "playlistsearch" is case insensitiveMax Kellermann2015-01-161-1/+1
| | |
* | | tag/Format: add %iso8601%Max Kellermann2015-01-221-0/+5
| | |
* | | pcm/SoxrResampler: allow multi-threaded resamplingMax Kellermann2015-01-221-0/+11
| | |
* | | Config: add section "resampler"Max Kellermann2015-01-222-150/+201
| | |
* | | doc/user: move resampler list to the plugin reference sectionMax Kellermann2015-01-221-29/+38
| | |
* | | db/plugins/ProxyDatabasePlugin: add "keepalive" parameterJoshua Wise2015-01-151-0/+13
| | |
* | | output/recorder: dynamic file nameMax Kellermann2015-01-141-0/+44
| | |
* | | doc/protocol.xml: Fix a typoWieland Hoffmann2015-01-141-1/+1
| | |
* | | Merge branch 'v0.19.x'Max Kellermann2014-12-261-4/+6
|\| |
| * | doc/user: remove autoconf/automake from Debian build dependenciesMax Kellermann2014-12-261-1/+1
| | |
| * | doc/user: add more Debian build dependenciesMax Kellermann2014-12-261-2/+4
| | |
| * | doc/user: add libicu-dev to Debian build dependenciesMax Kellermann2014-12-261-1/+1
| | |
* | | sticker/Match: add inequality operatorsMax Kellermann2014-12-121-0/+5
| | |
* | | sticker/Match: add operator "EQUALS"Max Kellermann2014-12-121-0/+19
| | | | | | | | | | | | | | | Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol.
* | | doc/mpdconf.example: move sidplay documentation to the user manualMax Kellermann2014-12-042-26/+58
| | |
* | | mixer/null: new mixer pluginMax Kellermann2014-12-021-2/+4
| | |
* | | Playlist: reset song priority on playbackMax Kellermann2014-11-261-1/+2
| | | | | | | | | | | | | | | | | | A priority should be a volatile thing: it should schedule a song for playing back once, but it should not affect the next time the queue gets played.
* | | {Tag,Song}Print, PlayerCommands: report song duration with milliseconds ↵Max Kellermann2014-11-251-0/+9
| | | | | | | | | | | | precision
* | | Merge branch 'v0.19.x'Max Kellermann2014-11-241-0/+1
|\| |
| * | doc/protocol: mention that "count" can have multiple filtersMax Kellermann2014-11-241-0/+1
| | |
* | | DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann2014-11-181-0/+9
|/ /
* | doc: document the mount/neighbor commandsMax Kellermann2014-10-102-0/+190
| |
* | doc/protocol: add more markupMax Kellermann2014-10-101-58/+71
| |
* | Add MusicBrainz' Release Track Id tagWieland Hoffmann2014-09-271-1/+2
| | | | | | | | | | | | | | | | | | | | The Release Track Id uniquely identifies a recording on a release - that is, even if a recording appears twice on a release (meaning that the combination of recording and release id are not enough to figure out which one it is), the release track id will allow differentiating the two. The tag names are taken from https://musicbrainz.org/doc/MusicBrainz_Picard/Tags/Mapping
* | doc/user: add section "Satellite setup"Max Kellermann2014-09-191-2/+64
| |