From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/2] Add cuetools and shntool Date: Mon, 28 Dec 2015 00:32:38 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDQQO-0003wa-Ig for guix-devel@gnu.org; Mon, 28 Dec 2015 00:32:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDQQL-0003T0-Do for guix-devel@gnu.org; Mon, 28 Dec 2015 00:32:52 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:33184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDQQK-0003Sf-SM for guix-devel@gnu.org; Mon, 28 Dec 2015 00:32:49 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 89F2C680244 for ; Mon, 28 Dec 2015 00:32:47 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Cuetools and shntool are tools for working with CUE sheets and audio CD's table of contents. For example, I just used them to split a single FLAC file into it's constituent tracks based on the .cue file. Then, I used them to copy the metadata tags from the .cue file to the FLAC files. Leo Famulari (2): gnu: Add cuetools. gnu: Add shntool. gnu/packages/audio.scm | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) -- 2.6.4