Bug 164726 - id3v2tag->frameListMap()["APIC"] does not find APIC frame, even it is in the music file
Summary: id3v2tag->frameListMap()["APIC"] does not find APIC frame, even it is in the ...
Status: RESOLVED WORKSFORME
Alias: None
Product: taglib
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Other
: NOR normal
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-23 10:27 UTC by Stefan Landvogt
Modified: 2023-01-17 05:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Landvogt 2008-06-23 10:27:40 UTC
Version:           1.5 (using Devel)
Installed from:    Compiled sources
OS:                OS X

I got 4 music files that do not read completely or correctly into taglib: there are APIC frames in the file, but they are not found. The number of frames do not match with the actual number of frames inside the file, when I print out the frameList of these files.
The files have in common that they are all ID3v2.3.0 and also contain a ID3v1.1 tag. They might have been created/tagged in iTunes at some point of time, so this might be related to some iTunes bug...

I can provide a link for downloading the music files, but I dont really want to make that link public...
Comment 1 Nick Shaforostoff 2010-12-23 19:13:46 UTC
how do you get a pointer to the tag?

TagLib::ID3v2::Tag* id3v2tag=dynamic_cast<TagLib::ID3v2::Tag*>(_fileRef.tag())
or
TagLib::MPEG::File * file = dynamic_cast<TagLib::MPEG::File *>(_fileRef.file());
TagLib::ID3v2::Tag* id3v2tag=file->ID3v2Tag();

?
Comment 2 Andrew Crouthamel 2018-11-05 03:15:59 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Andrew Crouthamel 2018-11-17 05:02:41 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Justin Zobel 2022-12-18 08:18:27 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 5 Bug Janitor Service 2023-01-02 05:25:43 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Bug Janitor Service 2023-01-17 05:17:12 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!