Re: [mpd-devel] Was this change reverted by accident?

2017-03-01 Thread Ben Boeckel
On Thu, 02 Mar, 2017 at 02:15:50 GMT, Ben Boeckel wrote: > Ah, indeed. Sorry for the noise. Heh, sorry for that (and this) noise; I got this thread mixed up with my other recent mpd mails. --Ben ___ mpd-devel mailing list mpd-devel@musicpd.org h

Re: [mpd-devel] Was this change reverted by accident?

2017-03-01 Thread Ben Boeckel
On Wed, Mar 01, 2017 at 19:43:12 +0100, Max Kellermann wrote: > It was not reverted - look what happens after these lines, now that > the "return" is removed. > > Hint: "git show -W 021519f" might be just enough context to understand > this commit. Ah, indeed. Sorry for the noise. --Ben

[mpd-devel] [PATCH v2] httpd: add a parameter for sending silence when paused

2017-02-26 Thread Ben Boeckel
er savings. Signed-off-by: Ben Boeckel <maths...@gmail.com> --- doc/mpdconf.example| 1 + doc/user.xml | 12 src/output/plugins/httpd/HttpdInternal.hxx | 6 ++ src/output/plugins/httpd/HttpdOutputPlugin.

Re: [mpd-devel] [PATCH 1/2] httpd: add a parameter for playing silence

2015-11-18 Thread Ben Boeckel
On Mon, Oct 26, 2015 at 22:40:50 -0400, Ben Boeckel wrote: > Some clients act weird in the face of silence and buffer it rather thay > "playing" it. This causes severe lag when the stream is unpaused. > > Stopping clients on mobile devices is also good since it pr

[mpd-devel] [PATCH 2/2] docs: add vlc and mpv to the list of example applications

2015-10-26 Thread Ben Boeckel
These are other popular clients. In particular, VLC is available on mobile devices. Signed-off-by: Ben Boeckel <maths...@gmail.com> --- doc/user.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/user.xml b/doc/user.xml index af6b3af..e88a2eb 100644 --- a/doc/us

[mpd-devel] [PATCH 1/2] httpd: add a parameter for playing silence

2015-10-26 Thread Ben Boeckel
er savings. Signed-off-by: Ben Boeckel <maths...@gmail.com> --- doc/mpdconf.example| 1 + doc/user.xml | 10 ++ src/output/plugins/httpd/HttpdInternal.hxx | 5 + src/output/plugins/httpd/HttpdOutputPlugin.cxx |

Re: [mpd-devel] Per-Output Volume Control

2015-10-20 Thread Ben Boeckel
On Tue, Oct 20, 2015 at 19:01:54 +0200, Maarten de Vries wrote: > ​It might be interesting to look at how pulseaudio did it with > flat-volumes. With flat-volumes enabled (the default nowadays except on > Ubuntu), pulseaudio always has the global volume set to the highest level > of an application

Re: [mpd-devel] [PATCH] CurlInputPlugin : broken connectionsometimes --Solved patch

2015-08-11 Thread Ben Boeckel
On Fri, Aug 07, 2015 at 14:50:58 +0800, Alex wrote: Sorry for my poor english. I mean that I just clone the code from git://git.musicpd.org/master/mpd.git, and its reversion is 34db35c36d8bb32b2c41640432474f52889cce08. And then I modified the codes to solve this issue. And finally, I use the

Re: [mpd-devel] [PATCH] smbclient auth support

2015-05-18 Thread Ben Boeckel
On Mon, May 18, 2015 at 14:37:58 -0400, Yclept Nemo wrote: From ab1cb5d40765383ea1c11eca9c3d641f9d49bdd8 Mon Sep 17 00:00:00 2001 From: Yclept Nemo pscjtwjdjtAhnbjm/dpn Date: Mon, 18 May 2015 14:07:13 -0400 Subject: [PATCH] smbclient auth support There is now a backend block which in turns

[mpd-devel] [PATCH] util: clarify that the error is from mpd

2015-02-07 Thread Ben Boeckel
thinking that 'mpc sticker' isn't working properly when the real error is that the mpd server was built without sqlite. Signed-off-by: Ben Boeckel maths...@gmail.com --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index 411df2c..50fb137 100644

Re: [mpd-devel] [PATCH 1/2] thread/Id.hxx: fix musl build error

2014-12-08 Thread Ben Boeckel
On Mon, Dec 08, 2014 at 22:14:16 +0100, Jörg Krause wrote: FYI: This is the statement of a musl maintainer about this issue: http://www.openwall.com/lists/musl/2014/12/08/15 That is…unfortunate. Macros are basically evil and with this kind of attitude, anytime I use a standard C library, POSIX,

Re: [mpd-devel] pull request: 'PulseOutputPlugin: support non-static output sinks'

2014-03-16 Thread Ben Boeckel
On Sat, Mar 15, 2014 at 19:07:15 +0100, Max Kellermann wrote: That's not a valid argument. If the user tells MPD to use a specific sink and then removes that sink, then MPD can't possibly fulfill the user's wish. That's a user error, and we don't need a programmatic solution for that. But