- 28 Feb, 2016 1 commit
-
-
Max Kellermann authored
MPD does not really take advantage of memory-mapped I/O by generating data right into the ALSA buffer; using plain snd_pcm_mmap_writei() has no advantage compared to snd_pcm_writei(). Let's kill this non-feature.
-
- 25 Jun, 2015 1 commit
-
-
Max Kellermann authored
Drop support for misencoded tags. People should not be using ID3v1 anyway.
-
- 26 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 27 Sep, 2014 1 commit
-
-
Wieland Hoffmann authored
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
-
- 24 Aug, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 11 Dec, 2013 3 commits
-
-
Max Kellermann authored
The real and detailed documentation is in the user manual.
-
Max Kellermann authored
Move from doc/mpd.conf.5.
-
Max Kellermann authored
Move from doc/mpd.conf.5.
-
- 01 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 07 Nov, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Oct, 2013 1 commit
-
-
Max Kellermann authored
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.
-
- 12 Sep, 2013 1 commit
-
-
Maarten de Vries authored
-
- 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
-