APE file support
"Новичков А. А."
novichko at atnet.ru
Fri Jul 2 20:25:43 CEST 2010
*To Alessandro Tucci:*
> Which are the exact modifications you made in apetag.h and apetag.cpp?
> Thanks for your attention.
I've made only two changes - I changed signatures of APE::Tag constructor
from
Tag(File *file, long footerLocation);
to
Tag(TagLib::File *file, long footerLocation);
in both apetag.h and apetag.cpp respectively.
---------------------------------------------------------
To *Lukáš Lalinský:
There is one thing in my code that is against the official
APE sources: in the latter ones only either ID3v1 or APE
tags can be read and written from/into an *.ape file.
But my code *intentionally do not follow this rule.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/taglib-devel/attachments/20100702/112df25d/attachment.htm
More information about the taglib-devel
mailing list