| Summary: | Allow other output file-types in BQM custom user script as JPEG-XL. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Felix Esch <felix.esch.s> |
| Component: | Plugin-Bqm-Script | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | caulier.gilles, metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 8.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/6eafeb1daac5cf23eff29d44875944b516dc8ff3 | Version Fixed/Implemented In: | 8.2.0 |
| Sentry Crash Report: | |||
| Attachments: | A screenshot showing the list of available file extensions | ||
|
Description
Felix Esch
2023-08-15 13:54:05 UTC
The output suffix in the user script has nothing to do with the capabilities that digiKam supports. Your script must be able to generate a corresponding file. In theory, we can replace it with a custom field. Maik (In reply to Maik Qualmann from comment #1) > The output suffix in the user script has nothing to do with the capabilities > that digiKam supports. Your script must be able to generate a corresponding > file. In theory, we can replace it with a custom field. > > Maik True, in my case a custom suffix would be a viable solution. Thinking this further, there could even be useful custom processing scripts that do not generate a new output file for each input file (which would currently generate an error message in the BQM), but this seems to be out of scope for this plugin. I'm just a casual user of digiKam anyway. Felix If your script does not create an output file, you must first copy $input to $output with a command based on the operating system used. All changes are then applied to $ouput in the script. Maik Git commit 6eafeb1daac5cf23eff29d44875944b516dc8ff3 by Maik Qualmann. Committed on 15/08/2023 at 18:46. Pushed by mqualmann into branch 'master'. add more output formats to BQM user script FIXED-IN: 8.2.0 M +1 -1 NEWS M +40 -5 core/dplugins/bqm/custom/userscript/userscript.cpp https://invent.kde.org/graphics/digikam/-/commit/6eafeb1daac5cf23eff29d44875944b516dc8ff3 |