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=-2.2 required=3.0 tests=AWL,BAYES_00,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 60DE420209 for ; Tue, 5 Jan 2016 09:05:07 +0000 (UTC) Received: from localhost ([::1]:48687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGNYA-00081s-Ks for dtas-all@80x24.org; Tue, 05 Jan 2016 04:05:06 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGNY8-00081f-M2 for dtas-all@nongnu.org; Tue, 05 Jan 2016 04:05:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGNY4-0008De-LR for dtas-all@nongnu.org; Tue, 05 Jan 2016 04:05:04 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:40795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGNY4-00089h-9C for dtas-all@nongnu.org; Tue, 05 Jan 2016 04:05:00 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 97A3A20208; Tue, 5 Jan 2016 09:04:53 +0000 (UTC) Date: Tue, 5 Jan 2016 09:04:53 +0000 From: Eric Wong To: dtas-all@nongnu.org Subject: dtas-console hotkeys? Message-ID: <20160105090453.GA30328@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.71.152.64 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 Unforseen bugs aside, there'll be one user-visible change to dtas-console for users of software volume control: ref: http://80x24.org/dtas.git/patch?id=7bed564d979ce7e player: implement software volume control This is on a linear scale from 0.0 (mute) to 1.0 (no change) This is in the MPRIS spec and mpd as well (scaled to 0-100) This changes dtas-console key bindings (0/9) slightly to match mplayer more closely. ReplayGain preamp adjustment has moved from '0'/'9' to '7'/'8' keys. The 'm' key also toggles mute state (the pre-mute volume is stored in the dtas-console instance, not in dtas-player itself). Now, I'm also adding the display of the tracklist status for the "repeat" and "shuffle" states (normally controlled via "dtas-tl repeat " and "dtas-tl shuffle " commands) I figure, maybe there ought to be hotkeys for toggling shuffle and repeat states from dtas-console. My main point of reference (the command-line mplayer) doesn't have hotkeys for setting/toggling those; so I'm not sure what to pick. Basically, I've always wanted to reuse existing users muscle memory from existing hotkeys as much as possible; and I figure these are reasonably common hotkeys in existing music players. So, maybe 's' (maybe even 'S') to toggle Shuffle. We're already using 'r'/'R' to cycle through ReplayGain modes; but maybe we can switch replayGain to 'g'/'G' instead and use 'r'/'R' to cycle through Repeat states... Any ideas on what hotkey players to steal^H^H^H^H^Hdraw inspiration from? ...But, I'll soon figure out some of the tracklist impedance mismatches with mpd emulation and think less about UI on our end; as users will most likely use mpd clients for this, anyways :) Anyways, food for thought if you're bored out there. For reference, all the current hotkeys slated for the v0.13 release are documented at: http://80x24.org/dtas.git/plain/Documentation/dtas-console.txt?id=44248402de