Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | ArgParser: allow fractional seconds in ParseCommandArg(SongTime) | Max Kellermann | 2014-08-29 | 1 | -6/+8 | |
| | | ||||||
* | | doc/mpd.conf.5: remove deprecated setting | Max Kellermann | 2014-08-24 | 1 | -4/+0 | |
| | | ||||||
* | | doc/{mpd.conf.5,mpdconf.example}: move documentation to the manual | Max Kellermann | 2014-08-24 | 3 | -61/+131 | |
| | | ||||||
* | | StateFile: configurable interval | Max Kellermann | 2014-08-24 | 1 | -0/+12 | |
| | | ||||||
* | | doc/user: document the state file | Max Kellermann | 2014-08-24 | 1 | -0/+47 | |
| | | ||||||
* | | doc/user: add comments about libao and openal | Max Kellermann | 2014-08-24 | 1 | -3/+5 | |
| | | ||||||
* | | doc/user: add comment about Linux and OSS | Max Kellermann | 2014-08-24 | 1 | -1/+8 | |
| | | ||||||
* | | doc/user: more markup | Max Kellermann | 2014-08-24 | 1 | -156/+206 | |
| | | ||||||
* | | doc/user: document ALSA mixer plugin settings | Max Kellermann | 2014-08-23 | 1 | -0/+99 | |
| | | ||||||
* | | SongFilter: new filter "modified-since" | Max Kellermann | 2014-08-11 | 1 | -1/+9 | |
| | | ||||||
* | | doc/protocol: reformat the "find" types | Max Kellermann | 2014-08-11 | 1 | -8/+28 | |
| | | ||||||
* | | db/simple: compress the database file using gzip | Max Kellermann | 2014-08-11 | 1 | -0/+12 | |
| | | ||||||
* | | QueueCommands: new command "rangeid" | Max Kellermann | 2014-07-12 | 1 | -0/+22 | |
| | | | | | | | | Manipulates the playback range of a queued song. | |||||
* | | input/curl: options "verify_peer" and "verify_host" | Max Kellermann | 2014-07-11 | 1 | -0/+24 | |
| | | ||||||
* | | configure.ac: check for Boost | Max Kellermann | 2014-06-11 | 1 | -0/+1 | |
| | | ||||||
* | | doc/protocol.xml: add warning to "listall" and "listallinfo" | Max Kellermann | 2014-04-29 | 1 | -0/+12 | |
| | | ||||||
* | | db/Count: implement grouping | Max Kellermann | 2014-04-27 | 1 | -0/+10 | |
| | | ||||||
* | | DatabaseCommands: "list" allows grouping | Max Kellermann | 2014-04-24 | 1 | -0/+10 | |
| | | ||||||
* | | doc/protocol.xml: change "in" to "base" | Max Kellermann | 2014-04-24 | 1 | -1/+1 | |
| | | ||||||
* | | doc/protocol.xml: update and fix command "list" | Max Kellermann | 2014-04-24 | 1 | -5/+10 | |
| | | ||||||
* | | command: add command "listfiles" | Max Kellermann | 2014-03-01 | 1 | -0/+25 | |
| | | | | | | | | Lists files and directories. Supports storage plugins. | |||||
* | | systemd: add socket activation files | Max Kellermann | 2014-02-12 | 1 | -17/+6 | |
| | | ||||||
* | | storage/nfs: new storage plugin | Max Kellermann | 2014-02-08 | 1 | -0/+12 | |
| | | ||||||
* | | doc/user: document storage plugins | Max Kellermann | 2014-02-08 | 1 | -0/+33 | |
| | | ||||||
* | | Merge tag 'release-0.18.8' | Max Kellermann | 2014-02-07 | 1 | -0/+45 | |
|\| | ||||||
| * | doc/user: document the RoarAudio output plugin | Max Kellermann | 2014-02-06 | 1 | -0/+45 | |
| | | ||||||
* | | input/nfs: new plugin using libnfs | Max Kellermann | 2014-02-06 | 1 | -0/+29 | |
| | | ||||||
* | | doc/user: sort input plugins | Max Kellermann | 2014-02-06 | 1 | -53/+53 | |
| | | ||||||
* | | doc/user: add Debian build dependencies | Max Kellermann | 2014-01-29 | 1 | -0/+29 | |
| | | ||||||
* | | doc/developer: mention git pull requests | Max Kellermann | 2014-01-27 | 1 | -0/+7 | |
| | | ||||||
* | | doc/developer: update number of contributors | Max Kellermann | 2014-01-27 | 1 | -1/+1 | |
| | | ||||||
* | | doc/developer: add mailman page | Max Kellermann | 2014-01-27 | 1 | -1/+3 | |
| | | ||||||
* | | doc/developer: explain clang static analyzer | Max Kellermann | 2014-01-27 | 1 | -0/+37 | |
| | | ||||||
* | | doc/developer: tag for email address | Max Kellermann | 2014-01-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-27 | 1 | -1/+1 | |
|\| | ||||||
| * | new developer mailing list | Max Kellermann | 2014-01-20 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | |
| | |