- 24 Aug, 2011 1 commit
-
-
Max Kellermann authored
To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.
-
- 03 Jul, 2011 1 commit
-
-
Tony Miller authored
This patch fixes a typo in doc/user about playlist plugins. Its in the top commit in my repository in a branch called 'doc_fix': git://github.com/mcfiredrill/mpd.git
-
- 12 Apr, 2011 1 commit
-
-
Simon Kagstrom authored
-
- 31 Mar, 2011 1 commit
-
-
Jonathan Neuschäfer authored
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
-
- 09 Feb, 2011 1 commit
-
-
Thomas Jansen authored
Added a new optional parameter for the shout plugin called "url".
-
- 10 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 22 Dec, 2010 1 commit
-
-
Max Kellermann authored
-
- 27 Oct, 2010 1 commit
-
-
Max Kellermann authored
Using libffado, to play on firewire audio devices. Warning: this plugin was not tested successfully. I just couldn't keep libffado2 from crashing. Use at your own risk. For details, see my Debian bug reports: http://bugs.debian.org/601657 http://bugs.debian.org/601659
-
- 25 Sep, 2010 1 commit
-
-
Thomas Jansen authored
Added support for a new optional configuration setting for the httpd output named "bind_to_address". Setting it to a specific IP address (v4 or v6) will cause the httpd output to bind to that address exclusively. Supporting multiple addresses in parallel is future work. This implements the feature requests #2998 and #2646.
-
- 10 Mar, 2010 1 commit
-
-
Max Kellermann authored
Did you ever accidently click "stop" while feeding a radio station? This option sets the output device to "pause" to disable the "close" method. It falls back to "pause" then, which is specific to the plugin. Some plugins implement it by feeding silence.
-
- 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.
-
- 16 Jan, 2010 1 commit
-
-
Max Kellermann authored
-
- 14 Nov, 2009 2 commits
-
-
Max Kellermann authored
The new option "sample_rate" sets the sample rate for libmikmod.
-
Max Kellermann authored
-
- 07 Nov, 2009 1 commit
-
-
Max Kellermann authored
-
- 06 Nov, 2009 3 commits
-
-
Max Kellermann authored
Same as the previous patch: create up to 16 configured source ports. The plugin tries to do its best at guessing the right combination for the given input file, the number of source and destination ports.
-
Max Kellermann authored
Be more clear which kind of port should be configured here.
-
Max Kellermann authored
Use the same name as in the libjack API documentation.
-
- 05 Nov, 2009 3 commits
-
-
Max Kellermann authored
This new plugin parses extm3u files. Files without the "#EXTM3U" header are still parsed by the plain old "m3u" plugin.
-
Max Kellermann authored
jack_client_new() is deprecated. This requires libjack 0.100 (released nearly 5 years ago). We havn't been testing older libjack versions anyway. As a side effect, there is the new option "autostart".
-
Max Kellermann authored
-
- 29 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.
-
- 16 Oct, 2009 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Oct, 2009 1 commit
-
-
Max Kellermann authored
This patch completes the configuration support.
-
- 06 Sep, 2009 1 commit
-
-
Serge Ziryukin authored
-
- 24 Aug, 2009 1 commit
-
-
Max Kellermann authored
The recorder plugin writes audio played by MPD to a file. This may be useful for recording radio streams. This implementation is incomplete, because support for tags is missing, and MPD should be able to record each track to a different file.
-
- 06 Jul, 2009 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
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.
-
- 05 Jul, 2009 1 commit
-
-
Max Kellermann authored
Add this option to the user's manual.
-
- 30 Jun, 2009 1 commit
-
-
Enrico Mioso authored
- introduce a section explaining the mpd.conf format, as done in the man page: is it better to re-explain it here or ointing the user to the man page, avoiding information dupplication? - reorganizze some sections of the manual to give them a linear aspect...
-
- 02 Jun, 2009 1 commit
-
-
Max Kellermann authored
-
- 28 Apr, 2009 1 commit
-
-
Max Kellermann authored
Added the per-device option "mixer_enabled" which allows users to disable the hardware mixer of an audio output.
-
- 25 Apr, 2009 3 commits
-
-
Max Kellermann authored
The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work.
-
Max Kellermann authored
-
Max Kellermann authored
-