From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-86073-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KyFtq-00034y-7H
	for garchives@archives.gentoo.org; Fri, 07 Nov 2008 01:12:34 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4C146E027B;
	Fri,  7 Nov 2008 01:12:34 +0000 (UTC)
Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174])
	by pigeon.gentoo.org (Postfix) with ESMTP id 1A452E027B
	for <gentoo-user@lists.gentoo.org>; Fri,  7 Nov 2008 01:12:34 +0000 (UTC)
Received: by wf-out-1314.google.com with SMTP id 29so1039890wff.10
        for <gentoo-user@lists.gentoo.org>; Thu, 06 Nov 2008 17:12:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=B5MYyNn2pT2llgLcLvuifDqzuKQt2z3ZnXhjDHRXg8s=;
        b=IftxXMPkaa23NxUBsMFumWOou8NTrNEi796Hmf3oTyqmCt4yZTtVoGhEFFIA+03A5v
         PXsYchLOOGz/vtJbluhkj0SD6lwVVClInprGN0wFFk4n52e9hmzI0OqjF078Gt0dSO/K
         uqw9Wem42KQJYgeiG2A1u9XppmCba/hs8unF4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=Umckg1+MeE23LWywawG1pBvtSInUS5EjCCBgYCIjM/Bwv+/ZOyAvlKTg+cJ/pN4w/k
         8OcFTmiAH9ymmvVTO3wV9mZAmXRjjLc+Vd6jEC/f/h4HAiepJhcYiuk/GrPIZvhNh4pp
         UgK/I4W+U8pgw868yIzHjRgyaECT9fK7F+9Y8=
Received: by 10.142.252.11 with SMTP id z11mr750305wfh.166.1226020352342;
        Thu, 06 Nov 2008 17:12:32 -0800 (PST)
Received: by 10.142.215.15 with HTTP; Thu, 6 Nov 2008 17:12:32 -0800 (PST)
Message-ID: <5bdc1c8b0811061712j2b1f1b04g2a312edb0da981f1@mail.gmail.com>
Date: Thu, 6 Nov 2008 17:12:32 -0800
From: "Mark Knecht" <markknecht@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] FLAC to mp3 converters?
In-Reply-To: <20081106095608.16a82511@zaphod.digimed.co.uk>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <5bdc1c8b0811041004k41ee926h9bba478c10c8117a@mail.gmail.com>
	 <558a8f1a0811051012n71ce19fck937152f04bc8df42@mail.gmail.com>
	 <200811052146.01085.a@gaydenko.com>
	 <5bdc1c8b0811052055j129802d9pc58734160e243880@mail.gmail.com>
	 <20081106095608.16a82511@zaphod.digimed.co.uk>
X-Archives-Salt: a2d88e62-46c2-4a14-9172-140c1e186d04
X-Archives-Hash: afd9731199beaeb670410067d15ed62e

On Thu, Nov 6, 2008 at 1:56 AM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Wed, 5 Nov 2008 20:55:33 -0800, Mark Knecht wrote:
>
>> Most of the tracks were ripped over the last
>> couple of years using KDE which prepends a track number on the file
>> name
>>
>> 01_Track1Name.flac
>> 02_Track2Name.flac
>>
>> I'd like to remove the track numbers but I don't see a way to do this
>> yet.
>
> You can change this in Kcontrol->Sound->Audio CDs under the Names tab.
>
> Use something like krename to rename the existing tracks, or do it with
> renamexm on the command line
>
> renamexm -s'/^[0-9][0-9]_//r' **/*.mp3
>
>
> --
> Neil Bothwick
>
> I've found a solution to Fermat's Last Theorem but I see I've run out of room o
>

Neil,
   Thanks. I'll give it a try and report back any results. I guess I'm
only moderately confident as I'm not clear how the group of MP3 files
keeps the original track order. Are those written into the MP3 file by
the converter? Where does it get the info if I've removed the track
numbers from the file names. Is it already in the FLAC files?

   Anyway, I'll give it a try on a few directories and see how it works.

Cheers,
Mark