Summary: | Google Photos Export Optimization | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | alain.pouchard1410 |
Component: | Plugin-WebService-Google | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | caulier.gilles, cl9271, metzpinguin, thomas |
Priority: | NOR | ||
Version: | 7.0.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | 2019-12-20 - DIGIKAM Optimisation exportations albums.pdf |
Description
alain.pouchard1410
2019-12-19 17:52:25 UTC
How many albums do you have on Google Photos, so it takes 50 seconds? I had already made 200 albums on a test basis and I don't remember loading the albums was a problem. Maik Created attachment 124614 [details] 2019-12-20 - DIGIKAM Optimisation exportations albums.pdf *Hello** ** **Thank you very much for your responsiveness. Here attached a PDF file for the answers. I am available for any further tests.** ** **Out of curiosity, what country do you live in? . I live in France, Brittany region. Not far from St Malo or Mont St Michel** ** **Thanks again** ** **Kind regards** ** **Alain POUCHARD** * Bonjour Merci beaucoup pour votre réactivité. Ci joint un fichier PDF pour les réponses. Je suis à votre disposition pour tout autre test. Par curiosité, vous habitez dans quel pays ? . Moi j'habite en France, région Bretagne. Pas loin de St Malo ou Mont St Michel Merci encore Cordialement Alain POUCHARD Le 20/12/2019 à 08:05, Maik Qualmann a écrit : > https://bugs.kde.org/show_bug.cgi?id=415365 > > Maik Qualmann <metzpinguin@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |metzpinguin@gmail.com > > --- Comment #1 from Maik Qualmann <metzpinguin@gmail.com> --- > How many albums do you have on Google Photos, so it takes 50 seconds? I had > already made 200 albums on a test basis and I don't remember loading the albums > was a problem. > > Maik > *** Bug 416704 has been marked as a duplicate of this bug. *** Git commit ac1e0d27e3287a6f64b546243c84e4b2496b8d5c by Maik Qualmann. Committed on 16/02/2020 at 10:34. Pushed by mqualmann into branch 'master'. list max number of albums per request M +11 -9 core/dplugins/generic/webservices/google/gphoto/gptalker.cpp https://invent.kde.org/kde/digikam/commit/ac1e0d27e3287a6f64b546243c84e4b2496b8d5c *** Bug 419835 has been marked as a duplicate of this bug. *** Git commit e0b45c0ac6997eef5d4e232481934872b5859f16 by Maik Qualmann. Committed on 08/04/2020 at 18:14. Pushed by mqualmann into branch 'master'. add new Google Photo album without reload album list M +6 -1 core/dplugins/generic/webservices/google/gswindow.cpp https://invent.kde.org/kde/digikam/commit/e0b45c0ac6997eef5d4e232481934872b5859f16 *** Bug 423489 has been marked as a duplicate of this bug. *** *** Bug 450200 has been marked as a duplicate of this bug. *** I have about 200 albums and it does take a good minute to load each and every time I click export, even subsequently within the same session. Given there's a manual "Reload" button already, could you just skip loading the albums list? Loading them every time is just wasting time. I've already tested it with 200 albums and it only took a few seconds. We have already reduced the loading of the albums, there is no longer an automatic loading during the session. The album information from Google does not only consist of the album name, when uploading we have to send an album ID and more. There is a possibility that the album ID is dynamic and then we have to load the albums list at every session. Maik Git commit 979c3f318fea3d4b14d525c2d45d10f801beccd9 by Maik Qualmann. Committed on 20/06/2022 at 17:09. Pushed by mqualmann into branch 'master'. port Google Export Tool to QOAuth2AuthorizationCodeFlow Related: bug 440156, bug 435384, bug 396671, bug 419956, bug 411521 FIXED-IN: 8.0.0 M +3 -1 NEWS M +2 -1 core/cmake/macros/MacroDPlugins.cmake M +1 -0 core/cmake/rules/RulesQtFramework.cmake M +2 -1 core/dplugins/generic/webservices/google/CMakeLists.txt M +11 -31 core/dplugins/generic/webservices/google/gdrive/gdtalker.cpp M +35 -63 core/dplugins/generic/webservices/google/gphoto/gptalker.cpp M +77 -83 core/dplugins/generic/webservices/google/gstalkerbase.cpp M +8 -9 core/dplugins/generic/webservices/google/gstalkerbase.h M +44 -1 core/libs/dplugins/webservices/wstoolutils.cpp M +10 -0 core/libs/dplugins/webservices/wstoolutils.h https://invent.kde.org/graphics/digikam/commit/979c3f318fea3d4b14d525c2d45d10f801beccd9 *** Bug 458994 has been marked as a duplicate of this bug. *** |