From: "Charlie Lenahan" <[EMAIL PROTECTED]>
Subject: [mp3encoder] [PATCH] to LAME to convert RIFF LIST tags to ID3 tags
Date: Sun, 29 Jun 2003 15:53:11 -0400

> For those that have ripped all their CD's to wav w/ LIST tags, like those used by 
> the Audiotron.
>  
> This patch will set the ID3 tags when converting a wav => mp3

Thank you for the good patch. I merged this patch into LAME4.


From: Gabriel Bouvigne <[EMAIL PROTECTED]>
Subject: Re: [mp3encoder] [PATCH] to LAME to convert RIFF LIST tags to ID3 tags
Date: Mon, 30 Jun 2003 10:07:23 +0200

> Thank you for your submission. This should be included soon into Lame.

I think we need some documentation before merge into main branch.

Charlie, could you confirm below items are true ?

- Using this patch, ID3 Tags are set by reading LIST chunk of RIFF file.
- Tags in LIST chunk will be converted to ID3 tags as follows.
  * "INFO" tag is ignored
  * "INAM" tag is converted to Track number of ID3 tag.
  * "IART" tag is converted to Artist Name of ID3 tag.
  * "IGNR" tag is converted to Genre Name of ID3 tag.
  * "IPRD" tag is converted to Title of ID3 tag.
  * "ITRK" tag, which is an extension used by Turtle Beach's Audiotron, 
    is converted to Track Number of ID3 tag.
- It works only when libsndfile is not used.

-- 
Takehiro TOMINAGA // may the source be with you!
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to