aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc/protocol: clarify "update"Max Kellermann2009-09-101-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 parametersMax Kellermann2009-09-101-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.
* Document nextsong and nextsongid.Anton Khirnov2009-08-241-0/+18
|
* doc: documented the "shout" output plugin settingsMax Kellermann2009-07-061-0/+123
|
* doc: documented the "pulse" output plugin settingsMax Kellermann2009-07-061-0/+34
|
* doc: documented the "command" setting of the "pipe" output pluginMax Kellermann2009-07-061-0/+22
|
* doc/user: added introductionEnrico Mioso2009-06-301-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 Kellermann2009-06-301-1/+1
|
* doc: fix wording for option "follow_inside_symlinks"Enrico Mioso2009-06-261-2/+2
|
* doc: refer to command_list_ok_begin, not command_list_beginMax Kellermann2009-06-091-1/+1
| | | | list_OK is returned only after command_list_ok_begin.
* doc: fixed a typo in the protocol documentationMax Kellermann2009-06-091-1/+1
|
* doc: mark the "User's Manual" as incompleteMax Kellermann2009-06-021-0/+2
|
* doc: added Developer's ManualMax Kellermann2009-06-021-0/+105
| | | | Just a start...
* doc: added "since MPD version" to commandsMax Kellermann2009-06-021-4/+17
| | | | Document which commands were introduced after MPD 0.13.
* doc: fixed DocBook markup in doc/sticker.xmlMax Kellermann2009-05-151-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 mixerMax Kellermann2009-04-281-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" commandMax Kellermann2009-04-281-0/+18
|
* clean up documentation of mixer options.Daniel Kahn Gillmor2009-04-281-15/+23
|
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-282-0/+7
| | | | This allows you to select controls with duplicate names.
* curl: moved proxy settings to "input" blockMax Kellermann2009-04-253-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 documentationMax Kellermann2009-04-251-0/+93
|
* doc: added decoder documentationMax Kellermann2009-04-251-0/+56
|
* doc: added more audio output documentationMax Kellermann2009-04-251-1/+63
|
* doc: added "music directory" sectionMax Kellermann2009-04-101-0/+19
|
* doc: xml typo fixJeffrey Middleton2009-04-061-1/+1
| | | | | A <varlistentry> was accidentally added before the beginning of the intended <variablelist>
* command: added command "sticker find"Max Kellermann2009-04-011-0/+19
| | | | | This command allows clients to search for stickers with a specified name.
* exconf: Fix spacingAvuton Olrich2009-03-301-0/+3
|
* implemented the 'consume' modeRomain Bignon2009-03-301-0/+21
| | | | Consume mode removes each song played
* exconf: update mixer documentation.Avuton Olrich2009-03-291-7/+12
|
* exconf: The usual defaults updates.Avuton Olrich2009-03-291-60/+65
| | | | | Ths usual defaults updates, this includes clarifications, cleanups, updates and fixes.
* exconf: Comment formerly required files.Avuton Olrich2009-03-291-4/+4
|
* exconf: Merge required files with optional.Avuton Olrich2009-03-291-5/+1
|
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-271-5/+6
| | | | | 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-271-0/+21
| | | | | | | | | 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-261-3/+7
| | | | | | | | | | | 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-261-6/+10
| | | | | Clearly specified the format (song1:song2) for range argumentst, and added the range capability of the playlistinfo command.
* doc: Fixed moveid descriptionJeffrey Middleton2009-03-261-2/+2
| | | | moveid uses an index, not a songid, for its second argument
* httpd: correct the encoder name in the example mpd.confJeffrey Middleton2009-03-171-3/+3
| | | | It's called "vorbis", not "ogg".
* solaris: new audio output plugin for Solaris /dev/audioMax Kellermann2009-03-161-0/+32
|
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-152-0/+83
| | | | | | | | | | | | | | | | | | | 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-141-4/+277
|
* pcm_resample: choose the fallback resampler at runtimeMax Kellermann2009-03-141-0/+5
| | | | | | | | | 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-121-0/+47
| | | | Very small start..
* doc: added skeleton for the user manualMax Kellermann2009-03-121-0/+38
|
* Add sticker list command.Eric Wollesen2009-03-031-0/+15
| | | | | [mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo]
* pipe: new audio output plugin which runs a commandMichal Nazarewicz2009-02-281-0/+13
| | | | [mk: adapted to new output plugin API]
* mixer: Add "disabled" mixer_type.Avuton Olrich2009-02-262-1/+5
|
* Makefile.am: no recursive makefilesMax Kellermann2009-02-232-30/+2
| | | | | | 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-131-0/+3
| | | | This command shuffles a range of songs.
* doc: use $(DESTDIR)Max Kellermann2009-02-131-2/+2
| | | | Forgot the $(DESTDIR) prefix in the install-data-local target.