Bug 272461 - FACTORING : allow to export movies when remote web service support this feature
Summary: FACTORING : allow to export movies when remote web service support this feature
Status: REOPENED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-WishForNewTools (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
: 215664 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-04 17:45 UTC by Philippe ROUBACH
Modified: 2022-01-10 16:16 UTC (History)
2 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 Philippe ROUBACH 2011-05-04 17:45:39 UTC
Version:           1.9.0 (using KDE 4.5.5) 
OS:                Linux

i have 2 movies .mov
144 Mo (~ 2mn)
160 Mo (~ 3 mn)

picasaweb fails always to send them
after a moment
it opens a window with :

"unable to send"
"continuer" "cancel"

with Picasa 3 (MS Windows) never any pb
 

Reproducible: Always




OS: Linux (i686) release 2.6.33.7-server-2mnb
Compiler: gcc

Mandriva 2010.2 32 bit
Comment 1 caulier.gilles 2011-12-21 10:08:13 UTC
Philippe,

This file still valid using kipi-plugins 2.4 ?

Gilles Caulier
Comment 2 Philippe ROUBACH 2012-01-26 18:40:25 UTC
digikam 2.5

i export a .mov 160 Mb

after 25 mn i have an error window : 

Impossible de transférer les photos vers PicasaWeb. (unable to transfert photos to picasaweb)
Impossible d'envoyer la photo (inable to send photo)
Voulez-vous continuer ? do you want to keep go on ?)

then
i cancel

i made 2 tries : the 2 fails
Comment 3 Philippe ROUBACH 2014-01-11 11:20:10 UTC
opensuse 13.1 , kde 4.12 , digikam 3.5

randomly it fails

i assume the protocol used to transfert movie from digikam to picasaweb is not rock solid to face throughput variation . after a delay it finishes connexion then digikam warns that video export failed .
Comment 4 caulier.gilles 2015-05-19 13:44:26 UTC
*** Bug 215664 has been marked as a duplicate of this bug. ***
Comment 5 caulier.gilles 2018-11-03 11:00:09 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 6 Philippe ROUBACH 2019-02-28 12:14:27 UTC
obsolete, i close it
Comment 7 caulier.gilles 2019-02-28 12:47:35 UTC
This one is not obsolete. export tools must be able to propose to export video files if remote web services support this kind of files.

Gilles Caulier