Re: [Musicpd-dev-team] Suggested commands: searchadd searchaddpl [resend in plain text]

2012-06-12 Thread geneticdrift
On 12/06/12 20:40, Max Kellermann wrote: On 2012/06/11 14:41, geneticdrift wrote: Hello, searchadd - adds search results to current playlist (similar to command findadd) searchaddpl - adds search results to a stored playlist Same as above - protocol documentation missing, add

[Musicpd-dev-team] Suggested commands: searchadd searchaddpl [resend in plain text]

2012-06-11 Thread geneticdrift
. And when the search results are numerous it is less efficient to implement with the existing API. Hope you find it useful. Yoav New command searchaddpl From: geneticdrift Search and add search result to a stored playlist. --- src/command.c | 27 +++ src/dbUtils.c

[Musicpd-dev-team] tcp keep alive configuration on client connections [resend in plain text]

2012-06-11 Thread geneticdrift
"yes" tcp_keep_alive_idle "10" tcp_keep_alive_interval "10" tcp_keep_alive_count "2" # ### TCP keepalive configuration option From: geneticdrift Helps detecting dangling client connections. ---

[Musicpd-dev-team] tcp keep alive configuration on client connections

2012-06-11 Thread geneticdrift
TCP keepalive configuration option From: geneticdrift Helps detecting dangling client connections. --- src/client_new.c |9 +++ src/conf.c|4 +++ src/conf.h| 14 +++ src/socket_util.c | 67 ++

[Musicpd-dev-team] Suggested commands: searchadd searchaddpl

2012-06-09 Thread geneticdrift
very useful for clients. And when the search results are numerous it is less efficient to implement with the existing API. Hope you find it useful. Yoav New command searchaddpl From: geneticdrift Search and add search result to a stored playlist. --- src/command.c