aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-24Document nextsong and nextsongid.Anton Khirnov1-0/+18
2009-08-24output/recorder: new output plugin for recording radio streamsMax Kellermann2-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.
2009-07-28doc: removed deprecated mixer options from manpageMax Kellermann1-19/+0
Removed documentation about the global options mixer_type, mixer_device and mixer_control.
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz1-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).
2009-07-15cmdline: renamed option "--stdout" to "--stderr"Max Kellermann1-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.
2009-07-06doc: documented the "shout" output plugin settingsMax Kellermann1-0/+123
2009-07-06doc: documented the "pulse" output plugin settingsMax Kellermann1-0/+34
2009-07-06doc: documented the "command" setting of the "pipe" output pluginMax Kellermann1-0/+22
2009-07-06output: use the software mixer pluginMax Kellermann3-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.
2009-07-06command: removed the "volume" commandMax Kellermann1-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.
2009-07-05idle: added "update" eventMax Kellermann1-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.
2009-07-05conf: registered option "filter"Max Kellermann1-0/+57
Add this option to the user's manual.
2009-06-30doc/user: added introductionEnrico Mioso1-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...
2009-06-30doc/protocol: clarified "idle database"Max Kellermann1-1/+1
2009-06-26doc: fix wording for option "follow_inside_symlinks"Enrico Mioso1-2/+2
2009-06-25command: added new "status" line with more precise "elapsed time"Max Kellermann1-0/+10
2009-06-09doc: refer to command_list_ok_begin, not command_list_beginMax Kellermann1-1/+1
list_OK is returned only after command_list_ok_begin.
2009-06-09doc: fixed a typo in the protocol documentationMax Kellermann1-1/+1
2009-06-02doc: mark the "User's Manual" as incompleteMax Kellermann1-0/+2
2009-06-02doc: added Developer's ManualMax Kellermann1-0/+105
Just a start...
2009-06-02doc: added "since MPD version" to commandsMax Kellermann1-4/+17
Document which commands were introduced after MPD 0.13.
2009-05-15doc: fixed DocBook markup in doc/sticker.xmlMax Kellermann1-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).
2009-04-28output_init: added option to disable the hardware mixerMax Kellermann1-0/+11
Added the per-device option "mixer_enabled" which allows users to disable the hardware mixer of an audio output.
2009-04-28command: added "sticker delete" commandMax Kellermann1-0/+18
2009-04-28clean up documentation of mixer options.Daniel Kahn Gillmor1-15/+23
2009-04-28alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2-0/+7
This allows you to select controls with duplicate names.
2009-04-25curl: moved proxy settings to "input" blockMax Kellermann3-23/+45
The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work.
2009-04-25doc: added input plugin documentationMax Kellermann1-0/+93
2009-04-25doc: added decoder documentationMax Kellermann1-0/+56
2009-04-25doc: added more audio output documentationMax Kellermann1-1/+63
2009-04-10doc: added "music directory" sectionMax Kellermann1-0/+19
2009-04-06doc: xml typo fixJeffrey Middleton1-1/+1
A <varlistentry> was accidentally added before the beginning of the intended <variablelist>
2009-04-01command: added command "sticker find"Max Kellermann1-0/+19
This command allows clients to search for stickers with a specified name.
2009-03-30exconf: Fix spacingAvuton Olrich1-0/+3
2009-03-30implemented the 'consume' modeRomain Bignon1-0/+21
Consume mode removes each song played
2009-03-29exconf: update mixer documentation.Avuton Olrich1-7/+12
2009-03-29exconf: The usual defaults updates.Avuton Olrich1-60/+65
Ths usual defaults updates, this includes clarifications, cleanups, updates and fixes.
2009-03-29exconf: Comment formerly required files.Avuton Olrich1-4/+4
2009-03-29exconf: Merge required files with optional.Avuton Olrich1-5/+1
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-5/+6
When single mode is enabled, after current song it stops playback, or it replay same song if repeat mode is activated.
2009-03-27implements the smartstop featureRomain Bignon1-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
2009-03-26queue/playlist/command: move rangeJeffrey Middleton1-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]
2009-03-26doc: updated ranged playlist commandsJeffrey Middleton1-6/+10
Clearly specified the format (song1:song2) for range argumentst, and added the range capability of the playlistinfo command.
2009-03-26doc: Fixed moveid descriptionJeffrey Middleton1-2/+2
moveid uses an index, not a songid, for its second argument
2009-03-17httpd: correct the encoder name in the example mpd.confJeffrey Middleton1-3/+3
It's called "vorbis", not "ogg".
2009-03-16solaris: new audio output plugin for Solaris /dev/audioMax Kellermann1-0/+32
2009-03-15httpd: new output plugin to replace "shout"Max Kellermann2-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.
2009-03-14doc: added "audio outputs" section to the user's manualMax Kellermann1-4/+277
2009-03-14pcm_resample: choose the fallback resampler at runtimeMax Kellermann1-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.
2009-03-12doc: added installation manual to the User's ManualMax Kellermann1-0/+47
Very small start..