aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* | output: use the software mixer pluginMax Kellermann2009-07-06
| | | | | | | | | | | | | | | | | | | | 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" commandMax Kellermann2009-07-06
| | | | | | | | | | 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" eventMax Kellermann2009-07-05
| | | | | | | | | | | | | | | | | | 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 Kellermann2009-07-05
| | | | | | | | Add this option to the user's manual.
* | command: added new "status" line with more precise "elapsed time"Max Kellermann2009-06-25
|/
* doc: refer to command_list_ok_begin, not command_list_beginMax Kellermann2009-06-09
| | | | list_OK is returned only after command_list_ok_begin.
* doc: fixed a typo in the protocol documentationMax Kellermann2009-06-09
|
* doc: mark the "User's Manual" as incompleteMax Kellermann2009-06-02
|
* doc: added Developer's ManualMax Kellermann2009-06-02
| | | | Just a start...
* doc: added "since MPD version" to commandsMax Kellermann2009-06-02
| | | | Document which commands were introduced after MPD 0.13.
* doc: fixed DocBook markup in doc/sticker.xmlMax Kellermann2009-05-15
| | | | | 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 mixerMax Kellermann2009-04-28
| | | | | Added the per-device option "mixer_enabled" which allows users to disable the hardware mixer of an audio output.
* command: added "sticker delete" commandMax Kellermann2009-04-28
|
* clean up documentation of mixer options.Daniel Kahn Gillmor2009-04-28
|
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-28
| | | | This allows you to select controls with duplicate names.
* curl: moved proxy settings to "input" blockMax Kellermann2009-04-25
| | | | | The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work.
* doc: added input plugin documentationMax Kellermann2009-04-25
|
* doc: added decoder documentationMax Kellermann2009-04-25
|
* doc: added more audio output documentationMax Kellermann2009-04-25
|
* doc: added "music directory" sectionMax Kellermann2009-04-10
|
* doc: xml typo fixJeffrey Middleton2009-04-06
| | | | | A <varlistentry> was accidentally added before the beginning of the intended <variablelist>
* command: added command "sticker find"Max Kellermann2009-04-01
| | | | | This command allows clients to search for stickers with a specified name.
* exconf: Fix spacingAvuton Olrich2009-03-30
|
* implemented the 'consume' modeRomain Bignon2009-03-30
| | | | Consume mode removes each song played
* exconf: update mixer documentation.Avuton Olrich2009-03-29
|
* exconf: The usual defaults updates.Avuton Olrich2009-03-29
| | | | | Ths usual defaults updates, this includes clarifications, cleanups, updates and fixes.
* exconf: Comment formerly required files.Avuton Olrich2009-03-29
|
* exconf: Merge required files with optional.Avuton Olrich2009-03-29
|
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-27
| | | | | When single mode is enabled, after current song it stops playback, or it replay same song if repeat mode is activated.
* implements the smartstop featureRomain Bignon2009-03-27
| | | | | | | | | The smartstop feature is a way to tell mpd to stop playing after current song. This patche provides: - 'state' command returns 'smartstop' state (1 or 0) - 'smartstop' can activate or not the smartstop state - when song is terminated, mpd stops playing and smartstop is set to 0
* queue/playlist/command: move rangeJeffrey Middleton2009-03-26
| | | | | | | | | | | The move command now accepts a range for the first argument, in the same form as other range commands, e.g. move 15:17 3. The first song in the range is placed at the destination position. Note that as with other range commands, the range is inclusive on the left only; this example would move only songs 15 and 16, not 17. [mk: fixed signed/unsigned warnings; use G_MAXUINT instead of UINT_MAX]
* doc: updated ranged playlist commandsJeffrey Middleton2009-03-26
| | | | | Clearly specified the format (song1:song2) for range argumentst, and added the range capability of the playlistinfo command.
* doc: Fixed moveid descriptionJeffrey Middleton2009-03-26
| | | | moveid uses an index, not a songid, for its second argument
* httpd: correct the encoder name in the example mpd.confJeffrey Middleton2009-03-17
| | | | It's called "vorbis", not "ogg".
* solaris: new audio output plugin for Solaris /dev/audioMax Kellermann2009-03-16
|
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-15
| | | | | | | | | | | | | | | | | | | Let's get rid of the "shout" plugin, and the awfully complicated icecast daemon setup! MPD can do better if it's doing the HTTP server stuff on its own. This new plugin has several advantages: - easier to set up - only one daemon, no password settings, no mount settings - MPD controls the encoder and thus already knows the packet boundaries - icecast has to parse them - MPD doesn't bother to encode data while nobody is listening This implementation is very experimental (no header parsing, ignores request URI, no icy-metadata, ...). It should be able to suport several encoders in parallel in the future (with different bit rates, different codec, ...), to make MPD the perfect streaming server. Once MPD gets multi-player support, we can even mount several different radio stations on one server.
* doc: added "audio outputs" section to the user's manualMax Kellermann2009-03-14
|
* pcm_resample: choose the fallback resampler at runtimeMax Kellermann2009-03-14
| | | | | | | | | Even if libsamplerate support is enabled, compile the fallback resampler. When the user specifies the option "samplerate_converter=internal", it is chosen in favor of libsamplerate. This may help users with a weak FPU who don't want to compile a custom MPD from source, because the fallback resampler does not use floating point operations.
* doc: added installation manual to the User's ManualMax Kellermann2009-03-12
| | | | Very small start..
* doc: added skeleton for the user manualMax Kellermann2009-03-12
|
* Add sticker list command.Eric Wollesen2009-03-03
| | | | | [mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo]
* pipe: new audio output plugin which runs a commandMichal Nazarewicz2009-02-28
| | | | [mk: adapted to new output plugin API]
* mixer: Add "disabled" mixer_type.Avuton Olrich2009-02-26
|
* Makefile.am: no recursive makefilesMax Kellermann2009-02-23
| | | | | | Recursive Makefiles are inefficient and error prone (no proper way to declare dependencies). Since there's no disadvantage in having one single Makefile, let's do it.
* added the shufflerange commandRomain Bignon2009-02-13
| | | | This command shuffles a range of songs.
* doc: use $(DESTDIR)Max Kellermann2009-02-13
| | | | Forgot the $(DESTDIR) prefix in the install-data-local target.
* doc: generate API documentation with doxygenMax Kellermann2009-02-13
| | | | When configured with --enable-documentation, use doxygen.
* configure.ac: make DocBook processing optionalMax Kellermann2009-02-04
| | | | | Disable the HTML documentation generator by default. Most users will pick it from the web site.
* changed sticker names to be lowercase and without spacesRasmus Steinke2009-01-26
|
* doc: chunk the DocBook HTML outputMax Kellermann2009-01-25
| | | | | Create a HTML chunk of each DocBook chapter. Use the UTF-8 character set instead of docbook-xsl's ISO-Latin-1 default.