m4a issues

Kyle gonemad at gmail.com
Mon Jun 13 08:15:51 CEST 2011


My apologies if this ends up replying to the wrong post.. i had it set to
digest mode and wanted to reply before I got the email

I ran the tagreader example application on my 3 test files and then a flac
file to just make sure it was working

C:\Coding Projects\taglibtest\Debug>taglibtest.exe aac-test.m4a
******************** "aac-test.m4a" ********************

C:\Coding Projects\taglibtest\Debug>taglibtest.exe aac-test2.m4a
******************** "aac-test2.m4a" ********************

C:\Coding Projects\taglibtest\Debug>taglibtest.exe aac-test3.m4a
******************** "aac-test3.m4a" ********************

C:\Coding Projects\taglibtest\Debug>taglibtest.exe luckynight.flac
******************** "luckynight.flac" ********************
-- TAG --
title   - "Lucky Night"
artist  - "Jody Marie Gnant"
album   - "Treasure Quest Soundtrack"
year    - "1995"
comment - "1-minute song sample demonstrating FLAC compression"
track   - "9"
genre   - "Soundtrack"
-- AUDIO --
bitrate     - 887
sample rate - 44100
channels    - 2
length      - 1:00

i went ahead and posted the files I am using
http://depositfiles.com/files/36twjvxtc

On Sun, Jun 12, 2011 at 5: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?
>
>
> --
> -Kyle
>



-- 
-Kyle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/taglib-devel/attachments/20110613/486bf1ef/attachment.htm 


More information about the taglib-devel mailing list