Re: [Musicpd-dev-team] noidle when not in idle

2012-09-21 Thread Eric Wollesen
On 9/21/12 4:06 PM, Max Kellermann wrote: > On 2012/09/21 21:46, Eric Wollesen wrote: > >> Is there any good reason why the server does not respond with a OK >> message, or some sort of ACK if that is more appropriate..? > > Yes. > > My psychic powers tell me tha

[Musicpd-dev-team] noidle when not in idle

2012-09-21 Thread Eric Wollesen
I have observed that if a user sends MPD a noidle message, without having previously sent an idle message, then MPD does not respond. Is this intentional behavior? Is there any good reason why the server does not respond with a OK message, or some sort of ACK if that is more appropriate..? e.

Re: [Musicpd-dev-team] FLAC Streams

2011-09-19 Thread Eric Wollesen
Is the documentation deficient in this respect? I remember looking for this and not seeing it in the docs. If anyone knows where this is documented, could you please point me to it? Otherwise, perhaps I'll try to get it setup (since I'm interested in this as well) and then I'll see if I can't

[Musicpd-dev-team] [PATCH] A bug fix, and better flushing of the lame encoder. I'm learning!

2008-08-28 Thread Eric Wollesen
This should address an issue reported by Qball to the dev mailing list: http://sourceforge.net/mailarchive/forum.php?thread_name=48B3CF6F.3090506%40qballcow.nl&forum_name=musicpd-dev-team The problem was that I wasn't flushing the lame encoder properly. As a result bad data were being propagated

[Musicpd-dev-team] [PATCH] A bug fix, and better flushing of the lame encoder. I'm learning!

2008-08-28 Thread Eric Wollesen
This should address an issue reported by Qball to the dev mailing list: http://sourceforge.net/mailarchive/forum.php?thread_name=48B3CF6F.3090506%40qballcow.nl&forum_name=musicpd-dev-team The problem was that I wasn't flushing the lame encoder properly. As a result bad data were being propagated

[Musicpd-dev-team] [PATCH] Creation of shout_mp3 audio output plugin. Basically I just copied

2008-08-25 Thread Eric Wollesen
Configuration options for "shout_mp3" are the same as for "shout". --- configure.ac | 33 ++ m4/lame.m4 | 108 + src/Makefile.am |1 + src/audio.c |1 + src/audioOutput.h