Closed GoogleCodeExporter closed 9 years ago
Is someone available to look at this issue and commit the fix?
Original comment by stephen....@gmail.com
on 12 Jan 2012 at 12:42
Stephen,
Sorry, thanks for the reminder. I'll have a look today hopefully; definitely
this week.
Original comment by jnor...@logitech.com
on 12 Jan 2012 at 5:43
This should be fixed in r490. Quick question: do you know if you can read the
lyric tag with any other applications out there? Or is this file somehow
invalid?
I think you're correct--the app shouldn't segfault on the file--but I'm
wondering if there's some improvement to be made to read this file in full, or
if it's just bogus at some basic level. Thanks for the report.
Original comment by kid...@gmail.com
on 19 Mar 2012 at 2:57
Issue 131 has been merged into this issue.
Original comment by kid...@gmail.com
on 20 May 2012 at 8:05
It sounds like the lyrics atom has no child atoms, so there is nothing to read.
(If I'm wrong about the file described above, this is definitely the case with
the album atom in the file I dumped for #131, and I can easily create a file
with a childless lyrics atom as well.) The only real question is whether to
treat it the same as an empty lyrics atom, as if there were no lyrics atom at
all, or as a lyrics atom with a special null value. iTunes isn't much of a
guide here, because it just shows an empty lyrics field, indistinguishable from
a file with no lyrics atom, or a lyrics atom with a subatom with an empty
string (and if you edit the file to add some lyrics, it writes a new lyrics
atom with a child with the new lyrics). I'll do a bit of playing around with
the latest OS X and iOS versions of AVFoundation to see if they provide more of
a guide. But I think what the library, as patched above, is doing now is
probably fine.
Original comment by abarn...@gmail.com
on 20 May 2012 at 9:53
Thanks for the update, I appreciate it.
Original comment by kid...@gmail.com
on 20 May 2012 at 9:54
Original issue reported on code.google.com by
stephen....@gmail.com
on 30 Nov 2011 at 1:16Attachments: