aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.conf.5 (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-27Add MusicBrainz' Release Track Id tagWieland Hoffmann1-1/+2
The Release Track Id uniquely identifies a recording on a release - that is, even if a recording appears twice on a release (meaning that the combination of recording and release id are not enough to figure out which one it is), the release track id will allow differentiating the two. The tag names are taken from https://musicbrainz.org/doc/MusicBrainz_Picard/Tags/Mapping
2014-08-24doc/mpd.conf.5: remove deprecated settingMax Kellermann1-4/+0
2014-08-24doc/{mpd.conf.5,mpdconf.example}: move documentation to the manualMax Kellermann1-29/+0
2013-12-11doc/mpd.conf.5: remove redundant documentationMax Kellermann1-98/+0
The real and detailed documentation is in the user manual.
2013-12-11doc/user: document the "ao" outputMax Kellermann1-22/+0
Move from doc/mpd.conf.5.
2013-12-11doc/user: document the "fifo" outputMax Kellermann1-11/+0
Move from doc/mpd.conf.5.
2013-12-01doc: move documentation from mpd.conf.5 to the user manualMax Kellermann1-47/+0
2013-11-07doc: remove documentation on obsolete tcp_keep_alive optionsMax Kellermann1-15/+0
2013-11-07doc: add link to user manualMax Kellermann1-0/+4
2013-10-30increase default buffer size to 4 MBMax Kellermann1-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.
2013-09-12Listen: Allow tilde paths for socket.Maarten de Vries1-2/+3
2013-08-07CommandLine.cxx: look for config file in XDG_CONFIG_HOME tooAlexander Gehrke1-2/+3
Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows.
2013-04-16doc: move sticker_file to "optional parameters"Max Kellermann1-4/+4
2013-04-16doc: mpd.conf.5 wrongly documents parameters as requiredFlorian Schlichting1-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.
2013-02-27fix typos in upstream's mpd.conf.5Florian Schlichting1-6/+6
2012-09-03mpd.conf(5): Use the correct default value for max_playlist_lengthWieland Hoffmann1-1/+1
2012-08-14mpd.conf(5): Document the existence of musicbrainz_ tagsWieland Hoffmann1-5/+6
Additionally, update mpdconf.example to refer to mpd.conf(5) for the complete list of tags instead of trying to repeat it.
2012-06-27Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵geneticdrift1-0/+15
config options
2011-09-20server_socket: use resolve_host_port() instead of getaddrinfo()Max Kellermann1-0/+4
Allow port specification in "bind_to_address" settings.
2011-03-29doc: Add configuration help for despotifySimon Kagstrom1-0/+11
2011-02-23playlist_state: add option "restore_paused"Max Kellermann1-0/+3
When set, MPD will not auto-start playback on startup; it will be in "paused" state.
2011-02-09output/shout: add possibility to set urlThomas Jansen1-0/+3
Added a new optional parameter for the shout plugin called "url".
2010-04-25replay_gain: added mode "auto"Daniel Seuthe1-3/+5
2010-04-13inotify: added setting "auto_update_depth"Max Kellermann1-0/+4
Limits the depth of the watched directories. This is useful to keep resource usage down and speed up MPD startup.
2010-02-17replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann1-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.
2009-11-05output/jack: added option "client_name"Max Kellermann1-3/+2
Instead of using MPD's audio output name (setting "name"), use a separate configuration option. Change the default to "Music Player Daemon".
2009-10-26mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka1-0/+5
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-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.
2009-10-17replay_gain: added setting "replaygain off"Max Kellermann1-1/+1
There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there.
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-06output: use the software mixer pluginMax Kellermann1-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.
2009-06-26doc: fix wording for option "follow_inside_symlinks"Enrico Mioso1-2/+2
2009-04-28clean up documentation of mixer options.Daniel Kahn Gillmor1-15/+23
2009-04-28alsa_mixer: add mixer_index optionDaniel Kahn Gillmor1-0/+6
This allows you to select controls with duplicate names.
2009-04-25curl: moved proxy settings to "input" blockMax Kellermann1-10/+2
The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work.
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-02-26mixer: Add "disabled" mixer_type.Avuton Olrich1-1/+1
2009-01-19sticker: new library for storing dynamic information about songsMax Kellermann1-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.
2009-01-18mapper: make the music_directory optionalMax Kellermann1-3/+4
Without a music_directory, MPD is an excellent streaming client.
2009-01-18mapper: make the playlist directory optionalMax Kellermann1-3/+4
2009-01-14allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin1-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
2009-01-01mixer: renamed mix_* options to mixer_*Max Kellermann1-4/+4
There is no reason to use the shortcut "mix" instead of "mixer".
2008-12-31Moving mixers to audio outputsViliam Mateicka1-5/+19
2008-12-28log: support syslog()Max Kellermann1-0/+1
Allow logging to syslog if log_file is configured to "syslog".
2008-12-28log: deprecated "error_file" optionMax Kellermann1-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.
2008-12-20Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich1-8/+0
2008-12-20doc: clarify "user" setting (starting as root / unprivileged)Max Kellermann1-1/+4
The "user" option does not work if MPD is started by an unprivileged user.
2008-12-16man: document Unix domain socket configuration in the manualMax Kellermann1-0/+3
Additionally, add an example in mpdconf.example.
2008-12-08update: default to follow all symlinksAvuton Olrich1-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.
2008-11-28update: added options which control symlink behaviourRaphaël Rigo1-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()]