From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9FD2C1FCC7 for ; Tue, 27 Dec 2016 07:46:16 +0000 (UTC) Received: from localhost ([::1]:53099 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLmSd-00045s-ON for e@80x24.org; Tue, 27 Dec 2016 02:46:15 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLmSb-00045b-9k for dtas-all@nongnu.org; Tue, 27 Dec 2016 02:46:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cLmSY-0005v1-3D for dtas-all@nongnu.org; Tue, 27 Dec 2016 02:46:13 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:40948) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cLmSX-0005un-TD for dtas-all@nongnu.org; Tue, 27 Dec 2016 02:46:10 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BE6971FCC7; Tue, 27 Dec 2016 07:46:02 +0000 (UTC) Date: Tue, 27 Dec 2016 07:46:02 +0000 From: Eric Wong To: dtas-all@nongnu.org Subject: year-end dtas project updates Message-ID: <20161227074602.GA2392@starla> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: everything related to dtas List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" Sorry about the lack of activity, but really, I'm quite satisfied with plain-old dtas-player for music playback and I have been working on more general Free Software stuff and less on audio production, lately. Adding mpd/mpris compatibility layers is still a goal, and some internal cleanups should help with that. Anyways, happy holidays! Ruby 2.4.0 was also just released, and I've been running trunk without problems for several years, including the server which powers https://80x24.org/dtas/ (yes, the homepage is on HTTPS, and I'll be dropping the first part of the hostname to speed up HTTPS subjectAltName negotiation and cert renewals). There's a couple of changes sitting in dtas.git 13 changes since v0.14.2: player: "cue prev" reliably hits previous cue breakpoint README: add link to gmane NNTP server player: extra "cue" seeking functionality archive: fix suffix replacement for stats dtas-readahead: cleanup open files on pause readahead: handle queued commands properly mlib: use transaction for removing stale entries splitfx: more consistently generate fade_in effects format.from_file: reduce soxi invocations introduce mcache class for caching audio metadata source/sox: integrate mcache support to reduce soxi calls test/test_rb_state: quiet deprecation warning http -> https, and relocate homepage to https://80x24.org/dtas/ git clone git://80x24.org/dtas