m4a issues

Lukáš Lalinský lalinsky at gmail.com
Mon Jun 13 06:33:54 CEST 2011


On Sun, Jun 12, 2011 at 11:46 PM, Kyle <gonemad at gmail.com> wrote:
> 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?

Can you try the tagreader example application?

Lukas


More information about the taglib-devel mailing list