aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.conf.5 (unfollow)
Commit message (Collapse)AuthorFilesLines
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()]
2008-10-15pulse: clarify the meaning of multiple server namesMax Kellermann1-0/+2
The manual page suggests that you can specify multiple servers, but it did not clarify what that means.
2008-10-14alsa: optionally disable resampling and othersMax Kellermann1-0/+13
Added mpd.conf options for disabling automatic resamling, sample format and channel conversion. This way, users may choose to override ALSA's automatic resampling, and use libsamplerate instead.
2008-10-14shout: fix manual page typoMax Kellermann1-0/+1
A ".TP" was missing, and broke the manual page's layout.
2008-10-12shout: make the protocol configurableAaron McEwan1-1/+5
Added configuration parameter "protocol" which lets the user choose from 3 shout protocols. This adds support for real shoutcast servers.
2008-09-12shout: introduce pluggable encoder APIEric Wollesen1-2/+8
I've perhaps gone a bit overboard, but here's the current rundown: Both Ogg and MP3 use the "shout" audio output plugin. The shout audio output plugin itself has two new plugins, one for the Ogg encoder, and another for the MP3 (LAME) encoder. Configuration for an Ogg stream doesn't change. For an MP3 stream, configuration is the same as Ogg, with two exceptions. First, you must specify the optional "encoding" parameter, which should be set to "mp3". See mpd.conf(5) for more details. Second, the "quality" parameter is reversed for LAME, such that 1 is high quality for LAME, whereas 10 is high quality for Ogg. I've decomposed the code so that all libshout related operations are done in audioOutput_shout.c, all Ogg specific functions are in audioOutput_shout_ogg.c, and of course then all LAME specific functions are handled in audioOutput_shout_mp3.c. To develop encoder plugins for the shout audio output plugin, I basically just mimicked the plugin system used for audio outputs. This might be overkill, but hopefully if anyone ever wants to support some other sort of stream, like maybe AAC, FLAC, or WMA (hey it could happen), they will hopefully be all set. The Ogg encoder is slightly less optimal under this configuration. It used to send shout data directly out of its ogg_page structures. Now, in the interest of encapsulation, it copies the data from its ogg_page structures into a buffer provided by the shout audio output plugin (see audioOutput_shout_ogg.c, line 77.) I suspect the performance impact is negligible. As for metadata, I'm pretty sure they'll both work. I wrote up a test scaffold that would create a fake tag, and tell the plugin to send it out to the stream every few seconds. It seemed to work fine. Of course, if something does break, I'll be glad to fix it. Lastly, I've renamed lots of things into snake_case, in keeping with normalperson's wishes in that regard. [mk: moved the MP3 patch after this one. Splitted this patch into several parts; the others were already applied before this one. Fixed a bunch GCC warnings and wrong whitespace modifications. Made it compile with mpd-mk by adapting to its prototypes]
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman1-0/+11
except that it now uses a timer for throttling. git-svn-id: https://svn.musicpd.org/mpd/trunk@6621 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-12Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman1-0/+4
git-svn-id: https://svn.musicpd.org/mpd/trunk@6556 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-03Adding ChangeLog entry for zeroconf_enabled, adding Zeroconf section toJ. Alexander Treuman1-4/+5
mpdconf.example, and updating the zeroconf_* docs. git-svn-id: https://svn.musicpd.org/mpd/trunk@6474 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-03allow zeroconf to be disabled.Patrik Weiskircher1-0/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@6467 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-27Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman1-1/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@6290 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-23Updating the audio_buffer_size and buffer_before_play entries inJ. Alexander Treuman1-4/+5
mpd.conf.5. git-svn-id: https://svn.musicpd.org/mpd/trunk@6239 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-23Adding JACK documentation to mpd.conf.5.J. Alexander Treuman1-0/+14
git-svn-id: https://svn.musicpd.org/mpd/trunk@6231 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-04-25mpd.conf.5 claimed the default alsa device was "hw:0,0", but it's actuallyJ. Alexander Treuman1-1/+1
"default". git-svn-id: https://svn.musicpd.org/mpd/trunk@5943 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-04-09Noting the defaults for use_mmap and gapless_mp3_playback in mpd.conf.5.J. Alexander Treuman1-2/+4
git-svn-id: https://svn.musicpd.org/mpd/trunk@5895 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-31Updating metadata_to_use docs to be more consistent with tagtypes command.J. Alexander Treuman1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@5793 09075e82-0dd4-0310-85a5-a0d7c8717e4f