deleting Tags from files
mETz
mETz81 at web.de
Thu Jun 15 18:01:49 CEST 2006
On Thursday June 15 2006 00:34, Jonas Sundström wrote:
> moowei <emailmoo at gmail.com> wrote:
> > Are there API calls in taglib that removes Tags
> >completely from a given file?
> [...]
> file->strip(TagLib::MPEG::File::ID3v1);
> file->strip(TagLib::MPEG::File::ID3v2);
> file->strip(TagLib::MPEG::File::APE);
file->strip() should be enough.
> > also, is it possible to specify what version of ID3v2 to use? e.g.
> > ID3v2.3 instead of 2.4?
> > This is to be compliant with WMP since it can only read 2.3 with
> > UTF-16 encoding...
No, taglib only supports ID3v2.4 and according to Scott he won't add support
for 2.3.
But I guess he would take a well-crafted patch ;)
>
> I wonder what happened to 0x0003.
That's (ID3v1 | ID3v2), you can or them together for a reason.
Bye, Stefan aka mETz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/taglib-devel/attachments/20060615/0286e903/attachment.pgp
More information about the taglib-devel
mailing list