From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 208.118.235.0/24 X-Spam-Status: No, score=-1.6 required=3.0 tests=AWL,BAYES_00,FREEMAIL_FROM, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: dtas-all@80x24.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 5E0C5205DE for ; Wed, 16 Dec 2015 23:17:53 +0000 (UTC) Received: from localhost ([::1]:49855 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9LKS-0005UX-AO for dtas-all@80x24.org; Wed, 16 Dec 2015 18:17:52 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9LKQ-0005UO-S7 for dtas-all@nongnu.org; Wed, 16 Dec 2015 18:17:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9LKN-0004qT-MW for dtas-all@nongnu.org; Wed, 16 Dec 2015 18:17:50 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:51597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9LKN-0004qP-Fx for dtas-all@nongnu.org; Wed, 16 Dec 2015 18:17:47 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 368D520B33 for ; Wed, 16 Dec 2015 18:17:47 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Wed, 16 Dec 2015 18:17:47 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mailc.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=yjoDsd/LrUI585p92QBDXybD3k0=; b=WQmaxS BJIL5Q1r8Ethq8lmto8PTaHaEAFFjef0XTEffFP43E6zVSeGqmXpaKxg3eOb70Yk OC6OS+4+LhOePhCiRhvq5az2EupTvyVR4Qyxf/cdvAejdR3MMfYPV0ExFR7rNZny K2Xiqw3A5QFkJfCg28mHgxEc1tEh1KMasjq1A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=yjoDsd/LrUI585p 92QBDXybD3k0=; b=kG24kdk08HJ8gkKqBswbtQxsqUnTG3Pf4OdyRsEWVQDCOgm 1gS8W5TuVswDXZYGkz6sQHG9roB2f90v29vAWiJbwwBzyt5JJdY6VgS5rKn3LJ0F l1+xWyr0HGJjhNtegHEmtdu+94yTYsTa2PpDzLrZytXGPQ0yJLwGFiFvU1fU= X-Sasl-enc: l9yh9DhEEMOGNHj1urYhRTk+SD6wm2sjeXIMmRBJaVCV 1450307866 Received: from loco5 (adsl-178-38-40-64.adslplus.ch [178.38.40.64]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A0E9C016DA; Wed, 16 Dec 2015 18:17:46 -0500 (EST) Date: Thu, 17 Dec 2015 00:17:44 +0100 From: Rene Maurer To: dtas-all@nongnu.org Subject: Re: dtas-ctl queue cat in case player paused and song not started Message-ID: <20151217001744.292e12ec@loco5> In-Reply-To: <20151216183429.GA3107@dcvr.yhbt.net> References: <20151216165325.1522c7cd@loco5> <20151216183429.GA3107@dcvr.yhbt.net> X-Mailer: Claws Mail X-Operating-System: GNU/Linux MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.25 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Eric Wong wrote: > Redundant data just adds to noise over socket and output; You are right. And on the other hand it's not a big deal to distinguish between the output formats. > I don't think anybody would run the following on the command-line: > > play foo.flac trim 0 > > Instead of: > > play foo.flac I start the player in paused state; add songs to the queue (while watching the queue with dtas-ctl queue cat). As said, no problem without zero offset.