HydrogenAudio

Hosted Forums => foobar2000 => Support - (fb2k) => Topic started by: paulgj on 2006-09-11 08:50:46

Title: Prevent id3v1 tags using converter?
Post by: paulgj on 2006-09-11 08:50:46
Hello,

I have modified the default MP3 converter command line to specify:
Code: [Select]
-S --noreplaygain --id3v2-only -V 2 --vbr-new - %d


yet still when I convert say a FLAC file to MP3 I am seeing id3v1 tags in the file (according to Mp3tag).

Is there a way to tell foobar not to include the v1 tags?

Thanks!
Title: Prevent id3v1 tags using converter?
Post by: dv1989 on 2006-09-11 09:00:36
Take out the "--id3v2-only" (you may as well switch back to the non-custom encoder) and change the "Preferred Tagging Scheme" option in the advanced preferences (i.e. change to "ID3v2" instead):

(http://img221.imageshack.us/img221/8207/tagitmu3.png)
Title: Prevent id3v1 tags using converter?
Post by: paulgj on 2006-09-12 07:39:22
Thank you! that worked like a charm!