Bug 395093

Summary: Being able to export a list of paths from a selection of thumbnails
Product: [Applications] digikam Reporter: Dav <davm6101>
Component: Albums-IconViewAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: caulier.gilles, metzpinguin
Priority: NOR    
Version First Reported In: 5.9.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 6.0.0
Sentry Crash Report:

Description Dav 2018-06-06 21:57:27 UTC
Hi there,

I wonder being able to export a list of files from the thumbnails view: for example select files in the thumbnails view, then click right, and then having an option like "generate a file with list of these file paths".
Why?
Due to the complexity of the raw format and some important issues with this kind of files you have disabled writing metadata in raw files. 
It's a shame for me because I shoot only in raw.

My tests have show that on my cr2 files, exiftool is able to write metadatas. 
So I would like to write them with exiftool (either by collecting them from your database, or by settings them manually in exiftool command line params). 
Having an option which allow to select some filespaths from digikam would be very time earning in this task.

Regards
Comment 1 caulier.gilles 2018-06-06 22:03:14 UTC
1/ select items from icon view.
2/ copy to clipboard
3/ go to a text editor
4/ paste

This do not work ?

Gilles Caulier
Comment 2 Dav 2018-06-07 00:17:31 UTC
Hi gilles,

I didn't know this feature and this is exactly what I was looking for.
Many thanks!
Comment 3 Maik Qualmann 2018-06-07 06:06:46 UTC
You can also use the BQM with the user shell script. Just create a script in which you make the changes with exiftool. You also have access to tags, color label, comments etc.

Maik