Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] FLAC to mp3 converters?
Date: Fri, 07 Nov 2008 17:00:04
Message-Id: 5bdc1c8b0811070900y24a8e9c1k9bc407807407e82f@mail.gmail.com
In Reply to: Re: [gentoo-user] FLAC to mp3 converters? by Paul Hartman
1 On Fri, Nov 7, 2008 at 7:54 AM, Paul Hartman
2 <paul.hartman+gentoo@×××××.com> wrote:
3 > On Fri, Nov 7, 2008 at 7:55 AM, Mark Knecht <markknecht@×××××.com> wrote:
4 >> On Fri, Nov 7, 2008 at 12:30 AM, Neil Bothwick <neil@××××××××××.uk> wrote:
5 >>> On Thu, 6 Nov 2008 17:12:32 -0800, Mark Knecht wrote:
6 >>>
7 >>>> Thanks. I'll give it a try and report back any results. I guess I'm
8 >>>> only moderately confident as I'm not clear how the group of MP3 files
9 >>>> keeps the original track order. Are those written into the MP3 file by
10 >>>> the converter? Where does it get the info if I've removed the track
11 >>>> numbers from the file names. Is it already in the FLAC files?
12 >>>
13 >>> It doesn't, track order is a feature of a CD, not a bunch of mp3s. If you
14 >>> want to keep the files in track order, leave the numbers there, that's
15 >>> what they're for.
16 >>>
17 >>>
18 >>> --
19 >>> Neil Bothwick
20 >>
21 >> Then there's something going on elsewhere. Using soundconverter I
22 >> converted a few CDs removing the track numbers from the names. I sent
23 >> the CD over to a Windows box and played them using iTunes. I note that
24 >> the tracks are displayed in the original order. It's possible, I
25 >> suppose, that since the artist and title directory names are in place
26 >> that iTunes looked up the track order from the CD database, but I
27 >> assumed it was actually embedded in the file by soundconverter.
28 >> soundfile-info cannot read MP3 file so I don't know what too would
29 >> tell me that the data is in the file or not.
30 >>
31 >> I'll do the same experiment with your renaming and see what happens.
32 >>
33 >> thanks,
34 >> Mark
35 >
36 > Track number can be stored in the ID3 tag of MP3 files (as well as
37 > total number of tracks on the album, and disc number for sets).
38 >
39 >
40 OK. Now, with 20,000 FLAC files to convert the track number needs to
41 be removed from the name and stored in the ID3 tag field.
42
43 Are there tools that can actually do this reliably? So far none of the
44 GUI based ones I've tried actually work across the directory
45 hierarchy. I assumed not when I asked the question originally thinking
46 maybe a command line script?
47
48 - Mark