Summary: | option to export to zooomr [patch for FlickrExport] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Giuseppe Bilotta <giuseppe.bilotta> |
Component: | Plugin-WebService-Flickr | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, cheer6, p.edelman, vardhman |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.7.0 | |
Sentry Crash Report: | |||
Attachments: | Patch to implement Zooomr export within the flickrexport kipi-plugin |
Description
Giuseppe Bilotta
2007-01-03 02:44:06 UTC
This could be related to bug 138838 which will see a more unified web synchronisation system created. Flickr is a bit of a pain really as it requires you to fire up a Konq winodow to do the authentication which it would be nice to avoid as this deviates slightly from the "unified structure" I was hoping to create but perhaps we'll still be able to do what needs doing within this frame work. I'll try and make some progress towards this in the near(ish) future. Col. what about it now? or it is the duplicate of bug 143978? http://bugs.kde.org/show_bug.cgi?id=143978 Thanks. May be close this and implement Sinks for zooomr? And another web service export plugin... Gilles Caulier Created attachment 34878 [details]
Patch to implement Zooomr export within the flickrexport kipi-plugin
As of now I've only tested this a little bit, but I'll be using it over the next two weeks so I'll leave a note if I notice anything wrong.
I modified some, but not all, of the translations in the file kipiplugin_flickrexport.desktop (e.g. Flickr/23 Exporter --> Flickr/23/Zooomr Exporter) -- so some of the other languages in that file would still need to be updated.
Thanks Bayle, There are others patches to apply on FlickrExport tool before to merge with your patch, especially these entries : https://bugs.kde.org/show_bug.cgi?id=180055 https://bugs.kde.org/show_bug.cgi?id=192541 https://bugs.kde.org/show_bug.cgi?id=193685 This will break certainly your current patch of course... Vardhman, it will be nice to apply these patched against svn soon. Why not just after 0.4.0 release : http://www.digikam.org/about/releaseplan ... and make 0.5.0 release with all flickrexport patches applied. What do you think about ? Gilles Caulier targeted to 0.5.0 release. Bayle, Can you update your patch to work against current implementation from svn. Thanks in advance... Gilles Caulier Pieter, What do you think about this patch. Do you think that it can be adapted to current implementation easily. I cannot see any response from Bayle... Thanks in advance Gilles Caulier I don't see any problems. I just tested it and after some minor modifications it seems to work ok. Zooomr doesn't support the concept of Safety Level and Content Type, so that needs to be hidden (just like with 23HQ). Also, Zooomr doesn't work with PhotoSets, so that option needs to be hidden as well. I'll make the necessary changes and commit the code. Pieter Great. Thanks Pieter. Gilles Hmmm....the Zooomr API TOS (http://www.zooomr.com/services/api/tos/) state: You shall place the following notice prominently on your application: "This product uses the Zooomr API but is not endorsed or certified by Zooomr." Point 3c. As it turns out, it is copied directly from the Flickr API TOS (http://www.flickr.com/services/api/tos/). 23HQ doesn't seem to have any terms of service. Should this statement be included and if so, where? In the about box? Pieter, Create a README file in flickrexport dir, and sets all requirements... Gilles Caulier SVN commit 1023452 by pieteredelman: Apply patch from Bayle Shanks to add Zooomr support to the Flickr export plugin. BUGS: 139537 A README M +129 -34 flickrtalker.cpp M +28 -7 flickrwidget.cpp M +48 -30 flickrwindow.cpp M +25 -25 kipiplugin_flickrexport.desktop M +38 -9 plugin_flickrexport.cpp M +3 -1 plugin_flickrexport.h http://websvn.kde.org/?view=rev&revision=1023452 I tested it and everything seems to work fine (tags, permissions). I have requested permission to use the Zooomr icon for this plugin. Pieter closed (:=))) really... Gilles |