aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.conf.5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.18.x'Max Kellermann2013-12-141-131/+0
|\
| * doc/mpd.conf.5: remove redundant documentationMax Kellermann2013-12-111-98/+0
| | | | | | | | The real and detailed documentation is in the user manual.
| * doc/user: document the "ao" outputMax Kellermann2013-12-111-22/+0
| | | | | | | | Move from doc/mpd.conf.5.
| * doc/user: document the "fifo" outputMax Kellermann2013-12-111-11/+0
| | | | | | | | Move from doc/mpd.conf.5.
* | doc: move documentation from mpd.conf.5 to the user manualMax Kellermann2013-12-011-47/+0
|/
* doc: remove documentation on obsolete tcp_keep_alive optionsMax Kellermann2013-11-071-15/+0
|
* doc: add link to user manualMax Kellermann2013-11-071-0/+4
|
* increase default buffer size to 4 MBMax Kellermann2013-10-301-1/+1
| | | | | | 2 MB was too small for cross-fading a 24 bit file. Increasing to 4 MB is still not too large for weak machines, but is enough for cross-fading.
* Listen: Allow tilde paths for socket.Maarten de Vries2013-09-121-2/+3
|
* CommandLine.cxx: look for config file in XDG_CONFIG_HOME tooAlexander Gehrke2013-08-071-2/+3
| | | | | Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows.
* doc: move sticker_file to "optional parameters"Max Kellermann2013-04-161-4/+4
|
* doc: mpd.conf.5 wrongly documents parameters as requiredFlorian Schlichting2013-04-161-11/+11
| | | | | | mpd.conf.5 lists follow_outside_symlinks and follow_inside_symlinks under REQUIRED, yet also documents a default value for these options, which only makes sense if they're not actually required.
* fix typos in upstream's mpd.conf.5Florian Schlichting2013-02-271-6/+6
|
* mpd.conf(5): Use the correct default value for max_playlist_lengthWieland Hoffmann2012-09-031-1/+1
|
* mpd.conf(5): Document the existence of musicbrainz_ tagsWieland Hoffmann2012-08-141-5/+6
| | | | | Additionally, update mpdconf.example to refer to mpd.conf(5) for the complete list of tags instead of trying to repeat it.
* Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵geneticdrift2012-06-271-0/+15
| | | | config options
* server_socket: use resolve_host_port() instead of getaddrinfo()Max Kellermann2011-09-201-0/+4
| | | | Allow port specification in "bind_to_address" settings.
* doc: Add configuration help for despotifySimon Kagstrom2011-03-291-0/+11
|
* playlist_state: add option "restore_paused"Max Kellermann2011-02-231-0/+3
| | | | | When set, MPD will not auto-start playback on startup; it will be in "paused" state.
* output/shout: add possibility to set urlThomas Jansen2011-02-091-0/+3
| | | | Added a new optional parameter for the shout plugin called "url".
* replay_gain: added mode "auto"Daniel Seuthe2010-04-251-3/+5
|
* inotify: added setting "auto_update_depth"Max Kellermann2010-04-131-0/+4
| | | | | Limits the depth of the watched directories. This is useful to keep resource usage down and speed up MPD startup.
* replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann2010-02-171-0/+6
| | | | | | | | | | Add an option for each audio output which enables the use of the hardware mixer, instead of the software volume code. This is hardware specific, and assumes linear volume control. This is not the case for hardware mixers which were tested, making this patch somewhat useless, but we will use it to experiment with the settings, to find a good solution.
* output/jack: added option "client_name"Max Kellermann2009-11-051-3/+2
| | | | | | Instead of using MPD's audio output name (setting "name"), use a separate configuration option. Change the default to "Music Player Daemon".
* mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-261-0/+5
|
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-211-0/+4
| | | | | | An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks.
* replay_gain: added setting "replaygain off"Max Kellermann2009-10-171-1/+1
| | | | | There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there.
* doc: removed deprecated mixer options from manpageMax Kellermann2009-07-281-19/+0
| | | | | Removed documentation about the global options mixer_type, mixer_device and mixer_control.
* Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann2009-07-161-2/+2
|\
| * doc: fix wording for option "follow_inside_symlinks"Enrico Mioso2009-06-261-2/+2
| |
* | output: use the software mixer pluginMax Kellermann2009-07-061-0/+6
|/ | | | | | | | | | 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.
* clean up documentation of mixer options.Daniel Kahn Gillmor2009-04-281-15/+23
|
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-281-0/+6
| | | | This allows you to select controls with duplicate names.
* curl: moved proxy settings to "input" blockMax Kellermann2009-04-251-10/+2
| | | | | The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work.
* 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.
* mixer: Add "disabled" mixer_type.Avuton Olrich2009-02-261-1/+1
|
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-191-0/+4
| | | | | | | "Stickers" are pieces of information attached to existing MPD objects (e.g. song files, directories, albums). Clients can create arbitrary name/value pairs. MPD itself does not assume any special meaning in them.
* mapper: make the music_directory optionalMax Kellermann2009-01-181-3/+4
| | | | Without a music_directory, MPD is an excellent streaming client.
* mapper: make the playlist directory optionalMax Kellermann2009-01-181-3/+4
|
* allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin2009-01-141-2/+2
| | | | | | | | | | | | mpd uses some additional files to work, such as pid_file, state_file, db_file, etc. when running mpd as non-root user, it is often that those files end in ~/.mpd in that case, we end up with 2 entries in a user's home, .mpdconf and .mpd - which clutters homedirs. this patch allows ~/.mpd/mpd.conf as an alternative to ~/.mpdconf, allowing for a cleaner homedir
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-011-4/+4
| | | | There is no reason to use the shortcut "mix" instead of "mixer".
* Moving mixers to audio outputsViliam Mateicka2008-12-311-5/+19
|
* log: support syslog()Max Kellermann2008-12-281-0/+1
| | | | Allow logging to syslog if log_file is configured to "syslog".
* log: deprecated "error_file" optionMax Kellermann2008-12-281-3/+0
| | | | | Removed the "error_file" option. There is only one log file now. If a user wants to see only the errors, he should configure a log_level.
* Merge branch 'http_buffer_remove' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-211-8/+0
|\
| * Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich2008-12-201-8/+0
| |
* | doc: clarify "user" setting (starting as root / unprivileged)Max Kellermann2008-12-201-1/+4
|/ | | | | The "user" option does not work if MPD is started by an unprivileged user.
* man: document Unix domain socket configuration in the manualMax Kellermann2008-12-161-0/+3
| | | | Additionally, add an example in mpdconf.example.
* update: default to follow all symlinksAvuton Olrich2008-12-081-1/+1
| | | | | | MPD 0.13 and older followed all symbolic links. Although this can be a security problem (as it has always been), 0.14 should offer the same default behaviour as 0.13.
* update: added options which control symlink behaviourRaphaël Rigo2008-11-281-0/+11
| | | | | | | | | The configuration options "follow_outside_symlinks" and "follow_inside_symlinks" let the user control whether MPD should follow symbolic links in the music directory. [mk: converted variables to "bool"; moved configuration to update_global_init()]