Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm/SoxrResampler: Add configurable quality levels | Chase Geigle | 2014-01-21 | 1 | -1/+38 |
| | |||||
* | Shine encoding plugin | Andrée Ekroth | 2014-01-13 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | This encoding plugin features a fixed-point mp3 encoder, with faster encoding on architectures without a FPU. Right now the encoder is limited to stereo and 16 bit depth. The bitrate and sample rate can be modified in audio_output. audio_output { type "httpd" name "My shine stream" encoder "shine" port "8000" format "44100:16:2" bitrate "320" # default: 128 } | ||||
* | doc/user: mention the upnp database plugin | Max Kellermann | 2014-01-09 | 1 | -0/+8 |
| | |||||
* | doc/user.xml: add alsa input section | Steven O'Brien | 2014-01-08 | 1 | -0/+18 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-08 | 1 | -1/+1 |
|\ | |||||
| * | doc/user: fix typo | Max Kellermann | 2014-01-07 | 1 | -1/+1 |
| | | |||||
* | | Added soundcloud documentation | James McGlashan (DarkFox) | 2014-01-04 | 1 | -0/+41 |
| | | |||||
* | | command: "lsinfo" and "readcomments" allowed for remote files | Max Kellermann | 2013-12-29 | 1 | -0/+8 |
| | | |||||
* | | input/smbclient: new input plugin | Max Kellermann | 2013-12-29 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'v0.18.x' | Max Kellermann | 2013-12-14 | 2 | -131/+97 |
|\| | |||||
| * | doc/mpd.conf.5: remove redundant documentation | Max Kellermann | 2013-12-11 | 1 | -98/+0 |
| | | | | | | | | The real and detailed documentation is in the user manual. | ||||
| * | doc/user: document the "ao" output | Max Kellermann | 2013-12-11 | 2 | -22/+53 |
| | | | | | | | | Move from doc/mpd.conf.5. | ||||
| * | doc/user: document the "fifo" output | Max Kellermann | 2013-12-11 | 2 | -11/+32 |
| | | | | | | | | Move from doc/mpd.conf.5. | ||||
| * | doc/user: document shout option "protocol" | Max Kellermann | 2013-12-11 | 1 | -0/+12 |
| | | |||||
* | | command: add commands "addtagid", "cleartagid" | Max Kellermann | 2013-12-02 | 1 | -0/+38 |
| | | |||||
* | | pcm/SoxrResampler: new resampler option using libsoxr | Max Kellermann | 2013-12-01 | 1 | -0/+17 |
| | | |||||
* | | doc: move documentation from mpd.conf.5 to the user manual | Max Kellermann | 2013-12-01 | 2 | -48/+143 |
| | | |||||
* | | doc/user: remove obsolete "24_3" option | Max Kellermann | 2013-12-01 | 1 | -2/+0 |
| | | |||||
* | | doc: audio_outputs sample output and explanation of each returned line | Javier Domingo Cansino | 2013-11-22 | 1 | -0/+26 |
|/ | |||||
* | doc/example: remove "format" and "audio_output_format" | Max Kellermann | 2013-11-11 | 1 | -8/+0 |
| | | | | | Just an attempt to prevent users from shooting themselves in the foot by uncommenting these lines without knowing what they're doing. | ||||
* | doc/developer: add text from the wiki | Max Kellermann | 2013-11-08 | 1 | -1/+64 |
| | |||||
* | doc: show .tar.xz in sample unpack command | Max Kellermann | 2013-11-08 | 1 | -1/+1 |
| | |||||
* | doc: replace the remaining wikia links | Max Kellermann | 2013-11-08 | 2 | -7/+4 |
| | |||||
* | doc: more information about "close" | Max Kellermann | 2013-11-07 | 1 | -1/+4 |
| | |||||
* | doc: remove documentation on obsolete tcp_keep_alive options | Max Kellermann | 2013-11-07 | 2 | -45/+0 |
| | |||||
* | doc: add link to user manual | Max Kellermann | 2013-11-07 | 1 | -0/+4 |
| | |||||
* | doc: update current maintainer | Max Kellermann | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | doc: update Mantis link | Max Kellermann | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | doc/user: add more documentation for the proxy database plugin | Max Kellermann | 2013-11-07 | 2 | -1/+13 |
| | |||||
* | input/cdio_paranoia: add setting "default_byte_order" | Max Kellermann | 2013-11-07 | 1 | -0/+24 |
| | | | | | | Allows big-endian users to configure the fallback byte order to little-endian. Without this setting, MPD assumes native byte order if the CD drive can't decide. | ||||
* | increase default buffer size to 4 MB | Max Kellermann | 2013-10-30 | 2 | -2/+2 |
| | | | | | | 2 MB was too small for cross-fading a 24 bit file. Increasing to 4 MB is still not too large for weak machines, but is enough for cross-fading. | ||||
* | SongFilter: add special keyword "base" | Max Kellermann | 2013-10-29 | 1 | -2/+6 |
| | | | | | Restores the features from the previous draft commands "findin" / "searchin". | ||||
* | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | 2013-10-29 | 1 | -34/+0 |
| | | | | | | | This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find". | ||||
* | command: new commands "findin", "searchin" with base URI | Max Kellermann | 2013-10-26 | 1 | -0/+34 |
| | |||||
* | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | 2013-10-25 | 1 | -0/+26 |
| | |||||
* | OtherCommands: re-add the "volume" command | Max Kellermann | 2013-10-25 | 1 | -0/+19 |
| | | | | | | This command was removed by commit 206392ad (MPD 0.16), even though it was been proven useful for some very simple clients. On request, I add it to the protocol again. | ||||
* | doc/developer: require C++11 | Max Kellermann | 2013-10-20 | 1 | -12/+5 |
| | |||||
* | decoder/modplug: Add "loop_count" parameter | Sebastian Thorarensen | 2013-10-19 | 1 | -0/+31 |
| | | | | | | | The "loop_count" configuration parameter allows the user to set how many times a module with backward loops shall loop. "0" (the default) means a module is not allowed to use backward loops at all. "-1" enables inifinite looping. | ||||
* | decoder/mikmod: Add loop configuration parameter | Sebastian Thorarensen | 2013-10-18 | 1 | -0/+10 |
| | | | | | | | This patch allows the user to configure the mikmod decoder plugin to loop modules. It adds a configuration parameter to the mikmod decoder called "loop" which can be "no" (the old behaviour, default) or "yes" to allow modules to use backward loops. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -1/+1 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | 2013-09-28 | 1 | -40/+1 |
| | | | | | | This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now. | ||||
* | Listen: Allow tilde paths for socket. | Maarten de Vries | 2013-09-12 | 1 | -2/+3 |
| | |||||
* | CommandLine.cxx: look for config file in XDG_CONFIG_HOME too | Alexander Gehrke | 2013-08-07 | 2 | -4/+5 |
| | | | | | Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | Commands: new command "toggleoutput" | Max Kellermann | 2013-08-04 | 1 | -0/+14 |
| | |||||
* | Merge tag 'release-0.17.5' | Max Kellermann | 2013-08-04 | 1 | -15/+15 |
|\ | |||||
| * | doc: move sticker_file to "optional parameters" | Max Kellermann | 2013-04-16 | 1 | -4/+4 |
| | | |||||
| * | doc: mpd.conf.5 wrongly documents parameters as required | Florian Schlichting | 2013-04-16 | 1 | -11/+11 |
| | | | | | | | | | | | | mpd.conf.5 lists follow_outside_symlinks and follow_inside_symlinks under REQUIRED, yet also documents a default value for these options, which only makes sense if they're not actually required. | ||||
* | | input/soup: plugin removed | Max Kellermann | 2013-04-17 | 1 | -29/+0 |
| | | | | | | | | | | | | This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library. | ||||
* | | output/ffado: remove broken plugin | Max Kellermann | 2013-04-17 | 1 | -37/+0 |
| | | | | | | | | | | This plugin has been in MPD for three years, and it has never worked. Enough! |