After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 618770 - Can't copy metadata from one file to another in Taglib#
Can't copy metadata from one file to another in Taglib#
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: Metadata
GIT
Other Linux
: Normal normal
: 0.7.1
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks: f-spot-taglib
 
 
Reported: 2010-05-16 09:07 UTC by Ruben Vermeersch
Modified: 2010-07-01 23:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ruben Vermeersch 2010-05-16 09:07:27 UTC
This is needed when we write a new derived version of a file, we need to preserve metadata as much as possible.
Comment 1 Ruben Vermeersch 2010-06-15 18:22:23 UTC
Implemented a different solution to this: atomic writing in the file abstraction. Not sure if copying is still needed.
Comment 2 Ruben Vermeersch 2010-06-19 13:49:19 UTC
Reopening, converting between formats is the use-case here.
Comment 3 Ruben Vermeersch 2010-07-01 23:27:33 UTC
Done.

commit 2a46d11248d2d02e8b4bc280093d40b72a2929d8
Author: Ruben Vermeersch <ruben@savanne.be>
Date:   Fri Jul 2 01:25:53 2010 +0200

    Add metadata copying between images.
    
    Only copies the values from ImageTag. Good enough.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618770