- 07 Aug, 2013 1 commit
-
-
Alexander Gehrke authored
Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows.
-
- 16 Apr, 2013 2 commits
-
-
Max Kellermann authored
-
Florian Schlichting authored
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.
-
- 27 Feb, 2013 1 commit
-
-
Florian Schlichting authored
-
- 03 Sep, 2012 1 commit
-
-
Wieland Hoffmann authored
-
- 14 Aug, 2012 1 commit
-
-
Wieland Hoffmann authored
Additionally, update mpdconf.example to refer to mpd.conf(5) for the complete list of tags instead of trying to repeat it.
-
- 27 Jun, 2012 1 commit
-
-
geneticdrift authored
-
- 20 Sep, 2011 1 commit
-
-
Max Kellermann authored
Allow port specification in "bind_to_address" settings.
-
- 29 Mar, 2011 1 commit
-
-
Simon Kagstrom authored
-
- 23 Feb, 2011 1 commit
-
-
Max Kellermann authored
When set, MPD will not auto-start playback on startup; it will be in "paused" state.
-
- 09 Feb, 2011 1 commit
-
-
Thomas Jansen authored
Added a new optional parameter for the shout plugin called "url".
-
- 25 Apr, 2010 1 commit
-
-
Daniel Seuthe authored
-
- 13 Apr, 2010 1 commit
-
-
Max Kellermann authored
Limits the depth of the watched directories. This is useful to keep resource usage down and speed up MPD startup.
-
- 17 Feb, 2010 1 commit
-
-
Max Kellermann authored
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.
-
- 05 Nov, 2009 1 commit
-
-
Max Kellermann authored
Instead of using MPD's audio output name (setting "name"), use a separate configuration option. Change the default to "Music Player Daemon".
-
- 26 Oct, 2009 1 commit
-
-
Viliam Mateicka authored
-
- 21 Oct, 2009 1 commit
-
-
Max Kellermann authored
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.
-
- 17 Oct, 2009 1 commit
-
-
Max Kellermann authored
There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there.
-
- 28 Jul, 2009 1 commit
-
-
Max Kellermann authored
Removed documentation about the global options mixer_type, mixer_device and mixer_control.
-
- 06 Jul, 2009 1 commit
-
-
Max Kellermann authored
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.
-
- 26 Jun, 2009 1 commit
-
-
Enrico Mioso authored
-
- 28 Apr, 2009 2 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
This allows you to select controls with duplicate names.
-
- 25 Apr, 2009 1 commit
-
-
Max Kellermann authored
The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work.
-
- 14 Mar, 2009 1 commit
-
-
Max Kellermann authored
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.
-
- 26 Feb, 2009 1 commit
-
-
Avuton Olrich authored
-
- 19 Jan, 2009 1 commit
-
-
Max Kellermann authored
"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.
-
- 18 Jan, 2009 2 commits
-
-
Max Kellermann authored
Without a music_directory, MPD is an excellent streaming client.
-
Max Kellermann authored
-
- 14 Jan, 2009 1 commit
-
-
Jérôme Quelin authored
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
-
- 01 Jan, 2009 1 commit
-
-
Max Kellermann authored
There is no reason to use the shortcut "mix" instead of "mixer".
-
- 31 Dec, 2008 1 commit
-
-
Viliam Mateicka authored
-
- 28 Dec, 2008 2 commits
-
-
Max Kellermann authored
Allow logging to syslog if log_file is configured to "syslog".
-
Max Kellermann authored
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.
-
- 21 Dec, 2008 1 commit
-
-
Avuton Olrich authored
-
- 20 Dec, 2008 1 commit
-
-
Max Kellermann authored
The "user" option does not work if MPD is started by an unprivileged user.
-
- 16 Dec, 2008 1 commit
-
-
Max Kellermann authored
Additionally, add an example in mpdconf.example.
-
- 08 Dec, 2008 1 commit
-
-
Avuton Olrich authored
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.
-
- 28 Nov, 2008 1 commit
-
-
Raphaël Rigo authored
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()]
-
- 15 Oct, 2008 1 commit
-
-
Max Kellermann authored
The manual page suggests that you can specify multiple servers, but it did not clarify what that means.
-