Bug 274854 - FACTORING : add skip buttons when a picture already exist while Import/Export operations
Summary: FACTORING : add skip buttons when a picture already exist while Import/Export...
Status: REPORTED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-WishForNewTools (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-03 18:47 UTC by kde
Modified: 2018-11-03 11:02 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Picasaweb Export Screenshot (70.38 KB, image/jpeg)
2011-06-03 18:47 UTC, kde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kde 2011-06-03 18:47:12 UTC
Created attachment 60587 [details]
Picasaweb Export Screenshot

Version:           1.9.0 (using KDE 4.6.2) 
OS:                Linux

I would love to see a Skip and Skip All button when I export one or more photos to Picasaweb which already exists in the same album.

Reproducible: Always

Steps to Reproduce:
Upload a set of photos to Picasaweb via digiKam (right click folder > Export > Export to Picasaweb).
Close the Export to Picasa Web Service once upload is complete.
Repeat the first step to upload the same set of photos to the same album on Picasaweb.


Actual Results:  
In the last step, once you click Start Upload, you will be prompted "A linked item already exists" with destination and source thumbnails. The following are available; Add As New, Add all, Replace, Replace All and Cancel.

Expected Results:  
I would expect to have Skip and Skip all options available.

If one clicks Cancel, the entire export will stop.

A use case would be someone wants to keep a folder containing photos on their HDD in sync with one in Picasaweb. This folder contains hundreds of photos. The folder has been uploaded to Picasaweb using KIPI's Picasaweb plugin and digiKam. Later, a few more photos has been added to the same folder on their HDD. The user wishes to upload these new photos to the same Album on Picasaweb without having to manually find and select exactly which one are new.

Currently one can click Replace All to achieve what is set out in my example use case but this could waste unnecessary time and bandwidth.
Comment 1 caulier.gilles 2011-12-22 17:03:56 UTC
This file still valid using kipi-plugins 2.4 ?

Gilles Caulier
Comment 2 caulier.gilles 2018-11-03 11:02:15 UTC
WARNING : with digiKam 6.0.0 and later, we will not support kipi interface anymore. All tools are now located in digiKam core as well for a plan to provide a more power-full integration with Batch Queue Manager and to be able to export a workflow on a web-service.

All export tools are now available everywhere : album view, Image editor, Light table, and Showfoto. Previously, only album view from digiKam core was able to deal with export tools through libkipi.

All export tools are now located here :

https://cgit.kde.org/digikam.git/tree/core/utilities/assistants/webservices

All export tools use now a dedicated interface to communicate with the application : 

- digiKam (database) : 

https://cgit.kde.org/digikam.git/tree/core/libs/database/utils/ifaces/dbinfoiface.h

- Showfoto (files metadata) : 

https://cgit.kde.org/digikam.git/tree/core/utilities/assistants/common/dmetainfoiface.h


There is not direct use of digiKam database for compatibility with Showfoto.

We plan later to provide a dynamic loading of export tools using a plugins mechanism. This will reduce overloading of the internal core libraries. A dedicated devel branch have been created for that, but it's not yet complete:

https://cgit.kde.org/digikam.git/tree/?h=development/dplugins

But take a care, digiKam export tools as plugins will not be shared with another external application. API will still private and only shared between Showfoto and digiKam core. The experience with libkipi was bad and complex to maintain/extend in time.

Gilles Caulier