[Musicpd-dev-team] libmpd signals

2010-09-19 Thread Thomas Lübking
Since i'm not subscribed, please keep me in CC, thanks. Hi, I'm currently working on a Qt4 client for mpd. After some look around i thought using libmpd would be the best (most reliable) way to connect mpd. Unfortunately it seems i do only get _one_ status_changed signal. No more others when cha

Re: [Musicpd-dev-team] Windows service support

2010-09-19 Thread Denis Krjuchkov
On Mon, Sep 20, 2010 at 1:34 AM, Christ Schlacta wrote: > if you implement service registration, perhaps the simplest way would be > with a pair of .bat files for windows that will register and unregister the > service, then there's no unclean code, and it's not difficult to do for the > less wind

Re: [Musicpd-dev-team] Windows service support

2010-09-19 Thread Christ Schlacta
if you implement service registration, perhaps the simplest way would be with a pair of .bat files for windows that will register and unregister the service, then there's no unclean code, and it's not difficult to do for the less windows minded. On 9/19/2010 12:18 PM, Denis Krjuchkov wrote:

[Musicpd-dev-team] Windows service support

2010-09-19 Thread Denis Krjuchkov
Hello all again. I've implemented Windows service support for MPD. Also this patch adds console handler that traps "Ctrl+C" and "close window" events and performs clean shutdown. Looks like current implementation does not handle shutdown at all and simply quits when it gets Ctrl+C. Some note