[digikam] [Bug 393382] Improve the documentation of the custom shell scripts

2022-01-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393382

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |wishlist

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 393382] Improve the documentation of the custom shell scripts

2018-05-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393382

--- Comment #3 from Maik Qualmann  ---
Here is a simple example that removes all metadata with exiftool from a image
(There is also a tool in the BQM for this). As I said, the cp command is only
necessary if the shell command does not create a new target ($OUTPUT).

--
cp $INPUT $OUTPUT
exiftool -all= -overwrite_original $OUTPUT
--

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 393382] Improve the documentation of the custom shell scripts

2018-05-14 Thread Marc
https://bugs.kde.org/show_bug.cgi?id=393382

--- Comment #2 from Marc  ---
Hello Malk,

Do you have a simple example to share?

Regards

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 393382] Improve the documentation of the custom shell scripts

2018-04-29 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393382

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
It is important for the BQM to know that always a $OUTPUT file has to be
created. So, if your script does not create a new image, for example, just
change metadata, you must always first copy $INPUT to $OUTPUT in the script.
Then you can make the changes to $OUTPUT.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 393382] Improve the documentation of the custom shell scripts

2018-04-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393382

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|BatchQueueManager   |Documentation
 CC||caulier.gil...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.