From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46029) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSLQl-0001ux-FI for guix-patches@gnu.org; Wed, 06 Nov 2019 08:33:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSLQk-0005F4-IT for guix-patches@gnu.org; Wed, 06 Nov 2019 08:33:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59008) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iSLQk-0005Eu-FK for guix-patches@gnu.org; Wed, 06 Nov 2019 08:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iSLQk-00042n-9e for guix-patches@gnu.org; Wed, 06 Nov 2019 08:33:02 -0500 Subject: [bug#38075] [PATCH] services: mpd: add pulseaudio support Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Wed, 06 Nov 2019 14:32:15 +0100 From: Robert Smith In-Reply-To: <87eeyl8d1m.fsf@gnu.org> References: <20191105224645.12269-1-robertsmith@posteo.net> <87eeyl8d1m.fsf@gnu.org> Message-ID: <2b8264bd9241005e2cb44d4db1041083@posteo.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 38075@debbugs.gnu.org, Tobias Geerinckx-Rice , Leo Famulari On 06.11.2019 12:22, Ludovic Court=C3=A8s wrote: >=20 > Note that this also has an effect on mpd itself from what I can see in > the source: mpd will listen to $XDG_RUNTIME_DIR/mpd/socket instead of > (in addition to?) listening on TCP. >=20 > I don=E2=80=99t use mpd myself; could you ensure that the socket change i= s also > fine and doesn=E2=80=99t cause any troubles for mpd clients? I've been using the ncmpcpp client, and the functionality is unchanged. I can confirm that the mpd still listens to TCP port 6600, the only difference being that the output is sent to pulseaudio. -Robert