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.0 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 966B21F576 for ; Tue, 30 Jan 2018 09:17:24 +0000 (UTC) Received: from localhost ([::1]:51712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egS2d-0002l2-Le for e@80x24.org; Tue, 30 Jan 2018 04:17:23 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egS2X-0002kB-1X for dtas-all@nongnu.org; Tue, 30 Jan 2018 04:17:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egS2W-0003NH-93 for dtas-all@nongnu.org; Tue, 30 Jan 2018 04:17:17 -0500 Received: from dcvr.yhbt.net ([2600:3c01::f03c:91ff:fe96:f5d6]:53328) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1egS2W-0003MR-2w for dtas-all@nongnu.org; Tue, 30 Jan 2018 04:17:16 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D3D471F576 for ; Tue, 30 Jan 2018 09:17:13 +0000 (UTC) From: Eric Wong To: dtas-all@nongnu.org Subject: [PATCH 0/4] mlib: misc updates Date: Tue, 30 Jan 2018 09:17:08 +0000 Message-Id: <20180130091712.21755-1-e@80x24.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fe96:f5d6 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" Admittedly, I haven't used mlib in a while, so there was some bitrot. However, Sequel 5.x is out and it can benefit from the encoding tweaks I did the other day. Eric Wong (4): mlib: compatibility with Sequel 5.x mlib: remove redundant tag massaging and encoding mlib: use flock to get around SQLite busy errors mlib: ignore files with nil times lib/dtas/mlib.rb | 66 +++++++++++++++++++++++++++++++------------------------ test/test_mlib.rb | 4 ++-- 2 files changed, 39 insertions(+), 31 deletions(-)