m4a issues
Kyle
gonemad at gmail.com
Sun Jun 12 23:46:53 CEST 2011
I am having no luck getting m4a tags to read properly with 1.7
If I use FileRef the values for artist/album/genre etc are all blank.. if I
use Mp4File directly I get the same value for all of the fields
example.. i am scanning 3 files and log the output
log(ref.tag()->artist().toCString());
log(ref.tag()->album().toCString());
log(ref.tag()->title().toCString());
log(ref.tag()->genre().toCString());
These are the log results:
06-12 21:39:51.547: INFO/NDK(3256): 1994
06-12 21:39:51.577: INFO/NDK(3256): 1994
06-12 21:39:51.577: INFO/NDK(3256): 1994
06-12 21:39:51.587: INFO/NDK(3256): 1994
06-12 21:39:51.807: INFO/NDK(3256): Lil Wayne
06-12 21:39:51.837: INFO/NDK(3256): Lil Wayne
06-12 21:39:51.837: INFO/NDK(3256): Lil Wayne
06-12 21:39:51.837: INFO/NDK(3256): Lil Wayne
06-12 21:39:51.987: INFO/NDK(3256): 2011-03-25T07:00:00Z
06-12 21:39:51.987: INFO/NDK(3256): 2011-03-25T07:00:00Z
06-12 21:39:51.997: INFO/NDK(3256): 2011-03-25T07:00:00Z
06-12 21:39:51.997: INFO/NDK(3256): 2011-03-25T07:00:00Z
I am unsure what they were tagged with (most likely itunes).. as I do not
have any m4a files in my collection so I downloaded some random ones to
test. Any ideas?
--
-Kyle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/taglib-devel/attachments/20110612/928d299b/attachment.htm
More information about the taglib-devel
mailing list