I have several thousand Canon raw files (.cr2), each with an XMP
sidecar (.xmp). The sidecar contains metadata (mostly tags) that I'd like to appear in Digikam. Is this possible? Note, I'm not after general XMP sidecar support (I've read about the work going on for GSoC 2010) - I'm happy to ditch the sidecars once I've done the initial import. Thanks for any suggestions. dme. (Oh, running 1.2 on Debian.) _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2010/7/9 David Edmondson <[hidden email]>:
> I have several thousand Canon raw files (.cr2), each with an XMP > sidecar (.xmp). The sidecar contains metadata (mostly tags) that I'd > like to appear in Digikam. Is this possible? Not for now, and not with next digiKam 1.4.0. > > Note, I'm not after general XMP sidecar support (I've read about the > work going on for GSoC 2010) - I'm happy to ditch the sidecars once > I've done the initial import. digiKam 1.5.0 will support fully XMP sidecar. writting is implemented, Reading is under construction. Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by David Edmondson
David Edmondson wrote on Saturday, 10 July 2010 3:30 AM:
> I have several thousand Canon raw files (.cr2), each with an > XMP sidecar (.xmp). The sidecar contains metadata (mostly > tags) that I'd like to appear in Digikam. Is this possible? It would appear not, but if you're desperate, this idea might help. I don't have digiKam or any raw files to test this on, but perhaps it might be possible to create jpg versions of every raw file (in the same paths as the raw files) and import those into digiKam. I assume this is possible as a batch in Lightroom, and that it can be configured to copy all the metadata, but perhaps not. Metadata like flags, etc, is likely not going to be exported. You could apply these as tags instead if you want to have them available in digiKam. Import the jpg files into digiKam. Then copy the raw files to where the jpgs were imported to, if necessary, and, and directly open the database and do a query to replace every instance of "jpg" with "cr2". I have no experience with the latter, but have read postings mentioning working directly with the database. This may be sufficient to trick digiKam into applying the jpg files' metadata to the raw files. I'd try it on just a few at first, and on an empty digiKam database, as it's probably a bit risky. More experienced digiKam users might be able to comment on the likelihood of success with this method. Peter Shute _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
Thanks for the feedback on reading tags from sidecar files.
I'll probably go with writing a bit of code to read the .xmp tags and apply them to the digikam database (with a backup before, of course). _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |