Summary: | SCAN : refresh collection with a script in commandline | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | anw <antoine.public> |
Component: | Database-Scan | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | bcr, caulier.gilles, hyperion90, iwannaberich, johannes, julien.t43+kde, michael.zoehrer, stefan.mueller.83 |
Priority: | NOR | ||
Version: | 8.5.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
anw
2010-10-14 00:36:27 UTC
> How hard would it be to implement?
a) Server provides an X.org connection: Pretty straightforward
b) Server does not run X.org, but provides X/QtGui libraries to link: Would need a separate main()/executable using only QCoreApplication. Would need to check if any backend stuff accesses QtGui (QPixmaps etc.). Should work though.
c) Only QtCore available: Major restructuring needed. Really, no.
similar request here Bug 278344 - more scripting from command-line still valid in 2.8.0 *** Bug 278344 has been marked as a duplicate of this bug. *** As users start to leverage digiKam's new ability to use remote databases, I can see the need for this growing exponentially. Running a headless version of digiKam on a NAS would eliminate unnecessary network traffic. From the cmd line I'd like to be able to import images from a specified directory, reindex all metadata, generate thumbnails, etc. Log files generated would denote what succeeded/failed. Commands could be specified directly while another argument would specify a path to a configuration file. any chance that it could be realized after the DK 6 release? I would be really interested as well. *** This bug has been confirmed by popular vote. *** *** Bug 441353 has been marked as a duplicate of this bug. *** Has someone tried https://docs.linuxserver.io/images/docker-digikam Is this an option to run it on a server and doing database updates? Hi, I never tried Docker solution yet with digiKam. Best regards Gilles Caulier I would be really interested as well. I created this web interface for dk: https://gitlab.com/AlessandroLucchet/digikamwebviewer And refresh collection via CLI would be really useful. |