Bug 272451 - FACTORING : allow to synchronize local albums with remote web service albums and vis-versa
Summary: FACTORING : allow to synchronize local albums with remote web service albums ...
Status: CONFIRMED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-WishForNewTools (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
: 143978 181863 215795 306357 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-04 15:35 UTC by Roman Prots'
Modified: 2022-11-24 08:11 UTC (History)
10 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Prots' 2011-05-04 15:35:31 UTC
Version:           2.0.0 (using KDE 4.6.0) 
OS:                Linux

Current "Export to PicasaWeb..." only allows you to export selected photos to any picasaweb album.

After you edit your photos or remove some photos from the albums the exported photos stay on PicasaWeb.
It may be more usable to have photos synchronized with online albums like PicasaWeb.
So you will only manage photos for your friends in Digikam and they get automatically synchronized to online albums.

1. Only some albums are synchronized. You can mark albums with tag "Synchronize with online album". (Can we mark albums with tags?)
2. There can be a configuration page for each online service like PicasaWeb, Flickr where you configure and specify whether you want photos to be synchronized to these online services.
3. Ability to specify maximum dimensions, JPEG quality.
4. Photos are synchronized after you edit, delete or add new.
5. Configuration option: "[X] Synchronize newly create albums with online albums". When you create new album in Digikam it gets created in PicasaWeb also.
6. Synchronize tags to online albums.

Reproducible: Always
Comment 1 l.mierzwa 2011-11-10 22:31:14 UTC
background service with tray icon for progress reporting would be nice, so that one would not need to keep digikam open to sync albums
Comment 2 julien.t43+kde 2012-11-12 19:43:00 UTC
An increased level of synchronization would be nice
* at best, kind of automatic sync dropbox-like
* a manual simple sync would already be a great step
* allow easy update of meta from local to online service (update of title, description, copyright, ...)
* recover online informations (like, comments, ...) in local meta for offline use/backup (may be a IMPTC-X-Comment?)
* an optional tag (internal/invisible/...) which references if photo was exported and where (case with multiple album export on different or same service) and a way to add it manually for past albums.

Any news on the re-architecture of export functions ? (Picasa, flickr, facebook, ...)

Related feature requests:
Bug 297290 - Adding Export metadata to pictures corresponding to target service
Bug 278347 - when exporting with kipi-plugins, if you have duplicates, you can't ignore/ignore all
Bug 215795 - picasaweb ability to synchronize a picasaweb album 
Bug 181863 - Allow to reupload pictures to Flickr 
Bug 272451 - Synchronization with online albums (PicasaWeb, Flickr) 
and crash:
Bug 306165 - Crash while starting photo upload to picasa (because of duplicates)
Comment 3 Thierry K 2013-07-14 09:36:48 UTC
*** This bug has been confirmed by popular vote. ***
Comment 4 caulier.gilles 2015-05-19 12:53:24 UTC
*** Bug 143978 has been marked as a duplicate of this bug. ***
Comment 5 caulier.gilles 2015-05-19 13:02:23 UTC
*** Bug 215795 has been marked as a duplicate of this bug. ***
Comment 6 caulier.gilles 2015-05-20 09:53:52 UTC
*** Bug 181863 has been marked as a duplicate of this bug. ***
Comment 7 caulier.gilles 2018-11-03 11:01:47 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
Comment 8 Kusi 2022-09-29 15:07:57 UTC
one-way sync of your local database to Smugmug: https://github.com/githubkusi/digikam2smugmug (this is a workaround rather than a solution)
Comment 9 caulier.gilles 2022-11-24 08:11:21 UTC
*** Bug 306357 has been marked as a duplicate of this bug. ***