FLAC::File::removePictures not work

Lukáš Lalinský lalinsky at gmail.com
Sun Sep 5 18:42:14 CEST 2010


On Sun, Sep 5, 2010 at 6:25 PM, Anthony Liu <quadamage at gmail.com> wrote:
> Hi to all, I tried to remove pictures of a flac file like this:
> FLAC::File f( "I:\\test.flac", true );
> f.removePictures();
>         if ( !f.save() ) printf( "Fail to save!") );
>
> The save function seemed to be called successfully, but the pictures were
> still existing.
> Any suggestions regarding this?

Embedding images in FLAC pictures is not supported in any released
version of TagLib. The code which is currently in SVN is limited to
read-only operations. It will work in versoin 1.7, but currently
neither adding nor removing pictures is implemented.

Lukas


More information about the taglib-devel mailing list