Hi there.
I can't believe MP3tag doesn't support removing the padding and an option to show how much padding a FLAC file has and a warning to users when removing artwork from files.
Now, this is not a call for help. I know how to show the padding in FLAC files in MP3tag and how to remove them afterward. I'd just like Florian to incorporate it within MP3tag and not worry about forgetting to remove them from within Foobar2000.
So, a recap:
- Allow removing padding from FLAC files natively (either after the fact, or when saving tags)
- A way to show how much padding a FLAC file has without the column trick.
- Show a warning after removing artwork to user if padding wasn't removed and the option to do it.
Cheers.
P.S For those who don't know, you can create a column with this code and it will show the padding for all files. Right click the columns and click "Customize columns" and create a new column. Name it "Padding" (or whatever you want really) and copy this in the value field:
$div(%_tag_size%,1024)
...and click the check box "Numeric" and click OK. (Size in KB)