From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A60891F454 for ; Sun, 10 Nov 2019 07:35:32 +0000 (UTC) Received: from localhost ([::1]:41940 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iThkx-0003pU-05 for e@80x24.org; Sun, 10 Nov 2019 02:35:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43888) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iThku-0003oO-Fs for dtas-all@nongnu.org; Sun, 10 Nov 2019 02:35:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iThkt-0005dU-Dh for dtas-all@nongnu.org; Sun, 10 Nov 2019 02:35:28 -0500 Received: from sabic.uberspace.de ([185.26.156.23]:38120) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iThkt-0005ce-3e for dtas-all@nongnu.org; Sun, 10 Nov 2019 02:35:27 -0500 Received: (qmail 32653 invoked from network); 10 Nov 2019 07:35:23 -0000 Received: from localhost (HELO alperose) (127.0.0.1) by sabic.uberspace.de with SMTP; 10 Nov 2019 07:35:23 -0000 From: Rene Maurer To: Eric Wong Subject: Re: [PATCH] player: automatically pause if last sink dies In-Reply-To: <20191102211654.GA17315@dcvr> References: <874l0kb9qm.fsf@loco10.cumparsita.ch> <20191102211654.GA17315@dcvr> User-Agent: notmuch Date: Sun, 10 Nov 2019 08:36:05 +0100 Message-ID: <874kzcfaje.fsf@alperose.cumparsita.ch> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 185.26.156.23 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dtas-all@nongnu.org X-Mailman-Copy: yes Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" Eric Wong wrote: > Attempting to play (and fail) every song in the queue or > tracklist is not ideal when a the USB/HDMI cable to the sound > device gets unplugged by accident. > > When tee-ing to multiple sinks, we will still gracefully continue > if one goes dead and there are remaining sinks. I have tried it with different USB soundcards. After an interruption the player goes to pause. When the cable is plugged in again, the player stays in pause until is executed. Thank you very much.