Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | playlist_list: pass configuration to playlist plugins | Max Kellermann | 2009-10-13 | 1 | -0/+62 | |
| | | | | This patch completes the configuration support. | |||||
* | doc/protocol.xml: "addid" with negative position is deprecated | Max Kellermann | 2009-10-09 | 1 | -4/+1 | |
| | ||||||
* | Add the sidplay filter param to doc/mpdconf.example. | Tony | 2009-09-28 | 1 | -0/+4 | |
| | ||||||
* | command: added command "rescan" | Max Kellermann | 2009-09-24 | 1 | -0/+14 | |
| | | | | | "rescan" is the same as "update", but it discards existing songs in the database. | |||||
* | cmdline: removed options --create-db and --no-create-db | Max Kellermann | 2009-09-20 | 2 | -8/+1 | |
| | | | | | Both options are deprecated, and should not be used anymore. Many users get confused by their presence. | |||||
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-09-10 | 2 | -35/+30 | |
|\ | | | | | | | | | | | | | Conflicts: NEWS configure.ac doc/mpdconf.example | |||||
| * | doc/protocol: clarify "update" | Max Kellermann | 2009-09-10 | 1 | -13/+8 | |
| | | | | | | | | | | The update job id is positive. When used in a command list, MPD prints one job id for each "update" command. | |||||
| * | doc/mpdconf.example: additional comment signs for some parameters | Max Kellermann | 2009-09-10 | 1 | -18/+18 | |
| | | | | | | | | | | Add a second column of comment signs on some parameters which users shouldn't usually set, unless they know what they're doing. | |||||
* | | doc: documented the "openal" output plugin settings | Serge Ziryukin | 2009-09-06 | 1 | -0/+33 | |
| | | ||||||
* | | Merge branch 'master' of git://git.musicpd.org/avuton/mpd | Max Kellermann | 2009-09-02 | 1 | -7/+4 | |
|\ \ | ||||||
| * | | doc: Unify position of footnotes and cleanup wording. | Avuton Olrich | 2009-08-30 | 1 | -4/+4 | |
| | | | ||||||
| * | | doc: Remove superfluous comment already described in footnotes. | Avuton Olrich | 2009-08-30 | 1 | -3/+0 | |
| | | | ||||||
* | | | decoder/sidplay: implemented songlength database | Mike Dawson | 2009-08-30 | 1 | -0/+22 | |
| | | | | | | | | | | | | [mk: added autoconf test; fixed songlen_data_size type] | |||||
* | | | Merged release 0.15.3 from branch 'v0.15.x' | Max Kellermann | 2009-08-30 | 1 | -0/+18 | |
|\ \ \ | |/ / |/| / | |/ | | | | | | | Conflicts: NEWS configure.ac | |||||
| * | Document nextsong and nextsongid. | Anton Khirnov | 2009-08-24 | 1 | -0/+18 | |
| | | ||||||
* | | command: add "findadd" command. | Anton Khirnov | 2009-08-25 | 1 | -0/+17 | |
| | | ||||||
* | | output/recorder: new output plugin for recording radio streams | Max Kellermann | 2009-08-24 | 2 | -0/+79 | |
| | | | | | | | | | | | | | | | | | | The recorder plugin writes audio played by MPD to a file. This may be useful for recording radio streams. This implementation is incomplete, because support for tags is missing, and MPD should be able to record each track to a different file. | |||||
* | | doc: removed deprecated mixer options from manpage | Max Kellermann | 2009-07-28 | 1 | -19/+0 | |
| | | | | | | | | | | Removed documentation about the global options mixer_type, mixer_device and mixer_control. | |||||
* | | daemon: added "group" configuration option | Michal Nazarewicz | 2009-07-19 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The "group" configuration option is similar to "user" as it sets user set what group MPD shall run as. With "user" option, MPD changed GID to the GID of the user, however, more control could be desired. Moreover, the patch changes the way of checking whether no setuid(2)/setgid(2) is required -- previously user names were compered, now UID and GIDs are compered (ie. the one we already have (getuid(2)/getgid(2)) with the one we want to change to). | |||||
* | | Merged release 0.15.1 from branch 'v0.15.x' | Max Kellermann | 2009-07-16 | 3 | -6/+215 | |
|\| | ||||||
| * | doc: documented the "shout" output plugin settings | Max Kellermann | 2009-07-06 | 1 | -0/+123 | |
| | | ||||||
| * | doc: documented the "pulse" output plugin settings | Max Kellermann | 2009-07-06 | 1 | -0/+34 | |
| | | ||||||
| * | doc: documented the "command" setting of the "pipe" output plugin | Max Kellermann | 2009-07-06 | 1 | -0/+22 | |
| | | ||||||
| * | doc/user: added introduction | Enrico Mioso | 2009-06-30 | 1 | -3/+33 | |
| | | | | | | | | | | | | | | - introduce a section explaining the mpd.conf format, as done in the man page: is it better to re-explain it here or ointing the user to the man page, avoiding information dupplication? - reorganizze some sections of the manual to give them a linear aspect... | |||||
| * | doc/protocol: clarified "idle database" | Max Kellermann | 2009-06-30 | 1 | -1/+1 | |
| | | ||||||
| * | doc: fix wording for option "follow_inside_symlinks" | Enrico Mioso | 2009-06-26 | 1 | -2/+2 | |
| | | ||||||
* | | cmdline: renamed option "--stdout" to "--stderr" | Max Kellermann | 2009-07-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | Since version 0.14, MPD has been logging to standard error instead of standard output. The option name should reflect that. The old option continues to work, we will remove it in a future MPD release. | |||||
* | | output: use the software mixer plugin | Max Kellermann | 2009-07-06 | 3 | -32/+17 | |
| | | | | | | | | | | | | | | | | | | | | Do all the software volume stuff inside each output thread, not in the player thread. This allows one software mixer per output device, and also allows the user to configure the mixer type (hardware or software) for each audio output. This moves the global "mixer_type" setting into the "audio_output" section, deprecating the "mixer_enabled" flag. | |||||
* | | command: removed the "volume" command | Max Kellermann | 2009-07-06 | 1 | -19/+0 | |
| | | | | | | | | | | This command has been deprecated more than 5 years ago (0.10.0). Its implementation is a kludge, let's remove it now. | |||||
* | | idle: added "update" event | Max Kellermann | 2009-07-05 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | Some clients have visual feedback for "database update is running". Using the "database" idle event is unreliable, because it is only emitted when the database was actually modified. This patch adds the "update" event, which is emitted when the update is started, and again when the update is finished, disregarding whether it has been modified. | |||||
* | | conf: registered option "filter" | Max Kellermann | 2009-07-05 | 1 | -0/+57 | |
| | | | | | | | | Add this option to the user's manual. | |||||
* | | command: added new "status" line with more precise "elapsed time" | Max Kellermann | 2009-06-25 | 1 | -0/+10 | |
|/ | ||||||
* | doc: refer to command_list_ok_begin, not command_list_begin | Max Kellermann | 2009-06-09 | 1 | -1/+1 | |
| | | | | list_OK is returned only after command_list_ok_begin. | |||||
* | doc: fixed a typo in the protocol documentation | Max Kellermann | 2009-06-09 | 1 | -1/+1 | |
| | ||||||
* | doc: mark the "User's Manual" as incomplete | Max Kellermann | 2009-06-02 | 1 | -0/+2 | |
| | ||||||
* | doc: added Developer's Manual | Max Kellermann | 2009-06-02 | 1 | -0/+105 | |
| | | | | Just a start... | |||||
* | doc: added "since MPD version" to commands | Max Kellermann | 2009-06-02 | 1 | -4/+17 | |
| | | | | Document which commands were introduced after MPD 0.13. | |||||
* | doc: fixed DocBook markup in doc/sticker.xml | Max Kellermann | 2009-05-15 | 1 | -42/+55 | |
| | | | | | The old sticker.xml used elements which are not valid in DocBook. Now that the file is valid, let's add it to $(DOCBOOK_FILES). | |||||
* | output_init: added option to disable the hardware mixer | Max Kellermann | 2009-04-28 | 1 | -0/+11 | |
| | | | | | Added the per-device option "mixer_enabled" which allows users to disable the hardware mixer of an audio output. | |||||
* | command: added "sticker delete" command | Max Kellermann | 2009-04-28 | 1 | -0/+18 | |
| | ||||||
* | clean up documentation of mixer options. | Daniel Kahn Gillmor | 2009-04-28 | 1 | -15/+23 | |
| | ||||||
* | alsa_mixer: add mixer_index option | Daniel Kahn Gillmor | 2009-04-28 | 2 | -0/+7 | |
| | | | | This allows you to select controls with duplicate names. | |||||
* | curl: moved proxy settings to "input" block | Max Kellermann | 2009-04-25 | 3 | -23/+45 | |
| | | | | | The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work. | |||||
* | doc: added input plugin documentation | Max Kellermann | 2009-04-25 | 1 | -0/+93 | |
| | ||||||
* | doc: added decoder documentation | Max Kellermann | 2009-04-25 | 1 | -0/+56 | |
| | ||||||
* | doc: added more audio output documentation | Max Kellermann | 2009-04-25 | 1 | -1/+63 | |
| | ||||||
* | doc: added "music directory" section | Max Kellermann | 2009-04-10 | 1 | -0/+19 | |
| | ||||||
* | doc: xml typo fix | Jeffrey Middleton | 2009-04-06 | 1 | -1/+1 | |
| | | | | | A <varlistentry> was accidentally added before the beginning of the intended <variablelist> | |||||
* | command: added command "sticker find" | Max Kellermann | 2009-04-01 | 1 | -0/+19 | |
| | | | | | This command allows clients to search for stickers with a specified name. | |||||
* | exconf: Fix spacing | Avuton Olrich | 2009-03-30 | 1 | -0/+3 | |
| |