Re: [mp3encoder] Leading Zeros

2005-06-29 Thread Takehiro TOMINAGA
From: "Musicman" <[EMAIL PROTECTED]>
Subject: [mp3encoder] Leading Zeros
Date: Sun, 26 Jun 2005 21:23:53 +0200

> It's not possible to create LAME mp3s that
> have an id3v2 tag with a track number like this: 05
> LAME doesn't support leading zeros.

As I wrote in RFE (formely as bug report) on sf.net, this is the spec
of current LAME.

http://sourceforge.net/tracker/index.php?func=detail&aid=1225324&group_id=290&atid=350290


To archive this, we need to change the internal representation of
"track number" as strings, which is currently integer number.

I think it may be a small change, but do not good for 3.x branch.
-- 
Takehiro TOMINAGA // may the source be with you!
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] Leading Zeros

2005-06-26 Thread Musicman
Hey

I'm using EAC with lame 3.9.03. my commandoline parameter ist this:
--alt-preset extreme --id3v2-only --pad-id3v2 --tt "%t" --ta "%a" --tl "%g" --
tn "%n/%x" --tg "%m" --ty "%y" --tc "EAC lame 3.90.3 --a-p extreme" %s %d

unfortunately the track numbers 1-9 are saved in the mp3 tags like this:
1,2,3,4,...
i would have numbers linke this
01,02,03,04,
It's not possible to create LAME mp3s that
have an id3v2 tag with a track number like this: 05
LAME doesn't support leading zeros.

A. Wiethoff (EAC coder) told that it is not possible for
him to integrate this requested feature into EAC as
LAME isn't interested in leading zeros.

He told me to write to the developer, i hope you can do something

thanks and greetings from switzerland

musicman

eac forum (german) with this problem:
http://www.digital-inn.de/showthread.php?p=102043#post102043
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder