Page 1 of 1

Embed art deleted after lame conversion

Posted: Tue Sep 17, 2013 7:05 am
by ren072
Hi,

I have some mp3 containing large cover art (>128kb)
It seems TGF 0.86b2 embed lame 3.98.4. Now, lame 3.99 adresses this 128kb limit.
http://www.hydrogenaudio.org/forums/ind ... t&p=792100

Would it be possible to update TGF with the last version of lame?

Thanks

Re: Embed art deleted after lame conversion

Posted: Tue Sep 17, 2013 3:34 pm
by jtclipper
I am not using lame to copy over the ID3v2 tags so you should not have any issues with that.
But you can use any lame.exe binary you want, just copy it to the bin folder, (I will probably update in the next version as well).

Re: Embed art deleted after lame conversion

Posted: Thu Sep 19, 2013 8:31 am
by ren072
Hi,

I have indeed upgraded the lame included in TGF with this one:
http://www.rarewares.org/mp3-lame-bundle.php

I want to reencode this mp3:
https://soundcloud.com/a-skillz-1/a-ski ... kuts-beats
I'm using this command: lame -m j -q 2 -V 7 -b 32 -B 128 --vbr-new --priority --resample 44.1 a.mp3 b.mp3
When I do it through a dos command line, it works. The mp3 is converted and the artwork is embedded.
When I use TGF, the mp3 is converted, but the artwork is not embedded.

Can you check this?

Thanks

Re: Embed art deleted after lame conversion

Posted: Thu Sep 19, 2013 1:00 pm
by jtclipper
I checked the file, the problem is not lame its that the tag version is ID3v2.2 and uses an outdated way of embedding artwork that TGF does not support.
But since sites actually use those tags I build a new beta with added support for them, please download and test again.

http://jtclipper.eu/thegodfather/tgf_beta.zip

Re: Embed art deleted after lame conversion

Posted: Thu Sep 19, 2013 5:48 pm
by ren072
Thanks, it works perfectly now.