aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-27configure.ac: remove GLib optionMax Kellermann1-1/+1
Not used anymore.
2015-06-26TagId3: remove the "id3v1_encoding" settingMax Kellermann2-10/+0
Drop support for misencoded tags. People should not be using ID3v1 anyway.
2015-03-17doc/doxygen.conf: strip absolute path nameMax Kellermann1-1/+1
2015-03-17doc/doxygen.conf: "doxygen -u" with 1.8.8Max Kellermann1-682/+1685
2015-03-17*: doxygen fixupsMax Kellermann1-1/+1
2015-03-17doc/doxygen.conf: disable WARN_IF_UNDOCUMENTED, too much noiseMax Kellermann1-1/+1
2015-03-17doc/doxygen.conf: remove DOT_FONTNAME (font name was obsolete)Max Kellermann1-11/+0
2015-03-17doc/doxygen.conf: scan headers recursivelyMax Kellermann1-1/+1
2015-03-17doc/doxygen.conf: generate documentation for C++ headersMax Kellermann1-1/+1
2015-03-17doc/doxygen.conf: remove obsolete settingsMax Kellermann1-19/+0
2015-03-17doc/doxygen.conf: remove XML sectionMax Kellermann1-35/+0
It's disabled anyway.
2015-02-09command/{Queue,File}Commands: drop "file:///" prefix for absolute pathsMax Kellermann1-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.
2015-01-26{playlist,input}/despotify: remove defunct pluginMax Kellermann2-94/+2
2015-01-22tag/Format: add %iso8601%Max Kellermann1-0/+5
2015-01-22pcm/SoxrResampler: allow multi-threaded resamplingMax Kellermann1-0/+11
2015-01-22Config: add section "resampler"Max Kellermann2-150/+201
2015-01-22doc/user: move resampler list to the plugin reference sectionMax Kellermann1-29/+38
2015-01-16doc/protocol: "playlistsearch" is case insensitiveMax Kellermann1-1/+1
2015-01-15db/plugins/ProxyDatabasePlugin: add "keepalive" parameterJoshua Wise1-0/+13
2015-01-14output/recorder: dynamic file nameMax Kellermann1-0/+44
2015-01-14doc/protocol.xml: Fix a typoWieland Hoffmann1-1/+1
2014-12-26doc/user: remove autoconf/automake from Debian build dependenciesMax Kellermann1-1/+1
2014-12-26doc/user: add more Debian build dependenciesMax Kellermann1-2/+4
2014-12-26doc/user: add libicu-dev to Debian build dependenciesMax Kellermann1-1/+1
2014-12-12sticker/Match: add inequality operatorsMax Kellermann1-0/+5
2014-12-12sticker/Match: add operator "EQUALS"Max Kellermann1-0/+19
Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol.
2014-12-04doc/mpdconf.example: move sidplay documentation to the user manualMax Kellermann2-26/+58
2014-12-02mixer/null: new mixer pluginMax Kellermann1-2/+4
2014-11-26Playlist: reset song priority on playbackMax Kellermann1-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.
2014-11-25{Tag,Song}Print, PlayerCommands: report song duration with milliseconds ↵Max Kellermann1-0/+9
precision
2014-11-24doc/protocol: mention that "count" can have multiple filtersMax Kellermann1-0/+1
2014-11-18DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann1-0/+9
2014-10-10doc: document the mount/neighbor commandsMax Kellermann2-0/+190
2014-10-10doc/protocol: add more markupMax Kellermann1-58/+71
2014-09-27Add MusicBrainz' Release Track Id tagWieland Hoffmann1-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
2014-09-19doc/user: add section "Satellite setup"Max Kellermann1-2/+64
2014-09-19doc/user: more NFS instructionsMax Kellermann1-1/+21
2014-09-05doc/user: require bit-perfect playback for DoPMax Kellermann1-1/+2
2014-09-02doc/user: add sections for bit-perfect playback and DSDMax Kellermann1-4/+173
2014-09-02doc/protocol: enable docbook-xslt option "use.id.as.filename"Max Kellermann1-19/+19
2014-09-02doc/user: enable docbook-xslt option "use.id.as.filename"Max Kellermann1-23/+23
2014-09-02doc/user: add linksMax Kellermann1-65/+130
2014-09-02doc/user: remove redundant encoder plugin settingsMax Kellermann1-50/+3
2014-08-31output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann1-5/+5
The standard has been renamed since the early draft that was implemented in MPD.
2014-08-31doc/protocol: fix description of "stats" responseJoachim Fasting1-1/+6
Fix incorrect description of the "songs" field and add missing "albums" field. Signed-off-by: Joachim Fasting <joachifm@fastmail.fm>
2014-08-29ArgParser: allow fractional seconds in ParseCommandArg(SongTime)Max Kellermann1-6/+8
2014-08-24doc/mpd.conf.5: remove deprecated settingMax Kellermann1-4/+0
2014-08-24doc/{mpd.conf.5,mpdconf.example}: move documentation to the manualMax Kellermann3-61/+131
2014-08-24StateFile: configurable intervalMax Kellermann1-0/+12
2014-08-24doc/user: document the state fileMax Kellermann1-0/+47