- 13 May, 2019 2 commits
-
-
Max Kellermann authored
ALSA is just one out of many output plugins, and detailed plugin documentation should only live in the user manual, without having duplicates in the (brief) manpage. Also move "mixer_type" to the "optional audio output parameters" section; it is a generic option, not specific to ALSA. Closes https://github.com/MusicPlayerDaemon/MPD/issues/552
-
Max Kellermann authored
-
- 31 Oct, 2018 1 commit
-
-
Florian Schlichting authored
expand %h to the system hostname and default to a zeroconf string that contains %h
-
- 18 Jul, 2018 1 commit
-
-
Max Kellermann authored
Remove another dependency on the config/Global library.
-
- 15 Jul, 2018 1 commit
-
-
Max Kellermann authored
Moving some text from the manpage. Oh, documentation is still a mess.
-
- 13 Jul, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 09 Jul, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 22 Apr, 2016 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
A complete list which replaces the incomplete list in the mpd.conf manpage.
-
Max Kellermann authored
-
- 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
-