Menu

#17 Support for attached picture (APIC frame)

open
nobody
None
5
2019-12-23
2005-03-07
No

Hello,
I send a patch to support adding a APIC id3v2 frame and
retrieving information about it.

A picture can be added through the following command
line option:
--APIC pic_file_name:pic_type:pic_description
pic_type and pic_description are optional. pic_type is
the picture type as specified in id3v2.x specification;
"cover(front)" is assumed to default value.
pic_description is the picture description (default is "").

The presence, type, size and description of attached
pictures can be checked through -l command-line option,
as any other id3v2 frame.
Storing a picture attached to id3v2 information into a
separate file isn't supported yet.

Discussion

  • Roberto Costa

    Roberto Costa - 2005-03-07

    Patch files for id3v2.cpp and list.cpp

     
  • resident alian

    resident alian - 2008-11-02

    This patch works beautifully! It does exactly what iTunes does when embedding artwork, and WinAMP recognizes it too.

    It really should be implemented in released code.

    --r;

     
  • Thomas Guymer

    Thomas Guymer - 2011-07-17

    Can you please implement this in the release code too?

    Thank you.

     
  • Myers Carpenter

    Myers Carpenter - 2019-12-23

    a feature like this was added in https://github.com/myers/id3v2/pull/2

     

Log in to post a comment.