<div dir="ltr">Hi Frederic<div><br></div><div>Currently, the integration of online photo sharing platforms with Digikam is limited to manual upload (with tags). What's missing:</div><div><br></div><div>- Knowledge of Digikam which and when a Photo has been uploaded</div><div>- Automatism (e.g automatically upload all pics with more than 1 star)</div><div>- Update online metadata if changed in Digikam (tags, stars)</div><div><br></div><div>I've solved the problem by programming an external sync tool to keep my local Digikam in sync with my SmugMug account. I'm not aware of an existing tool for Flickr for that purpose.</div><div><br></div><div>As for the technical implementation, I added a new sql table "PhotoSharing" (columns imageid, remoteId, mtime_tags), added a timestamp to the existing tables ImageTags (changing tags of an image updates the timestamp) & ImageInformation (changing the rating updates the timestamp). No code change is needed in Digikam, only the database needs to be adopted. From time to time, I need to run a python script to do the sync.</div><div><br></div><div>For me, the integration of Digikam with SmugMug now works quite well: Changing a tag or rating in Digikam is now visible on SM after running the external sync tool. Adding a photo with more than 1 star is uploaded to SM. No more uncertainty if a pic is already online or not. No more manual upload of a particular image, all handled with a single script.</div><div><br></div><div>Unfortunately, my script wouldn't work for you since Flickr uses a different API compared to SM. Let me know if you feel comfortable with programming/python/flickr API/sql, then I'm happy to share the code with you such that you can adopt it to Flickr.</div><div><br></div><div>best, Kusi</div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, 9 Sep 2018 at 09:38, frederic chaume <<a href="mailto:frederic.chaume@gmail.com">frederic.chaume@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Maik<br>
<br>
I  'm looking to tag the original files on my PC that have been <br>
exported. Now if the tag is also exported, it is not a problem<br>
<br>
purpose is to know which files (on my PC) have been exported<br>
<br>
there is an option in export flick tool to add a tag, but unless I <br>
missed something, the tag is added to the image in flickr , not on the <br>
original file<br>
<br>
<br>
regards<br>
<br>
frederic<br>
<br>
<br>
<br>
<br>
Le 08/09/2018 à 21:41, Maik Qualmann a écrit :<br>
> Frederic,<br>
><br>
> I understand your problem so that your tags are not exported to Flickr? I can<br>
> not reproduce the problem here if the option in the Flickr tool is enabled to<br>
> use the tags of the host application. Or do you want to add additional tags,<br>
> only for export?<br>
><br>
> Maik<br>
><br>
> Am Samstag, 8. September 2018, 09:58:50 CEST schrieb frederic chaume:<br>
>> Hi all<br>
>><br>
>> I'm using Flickr to publish my pictures (should be the same for any<br>
>> other web based tools) , and I'm often wondering when looking my<br>
>> pictures in DK , which ones has been uploaded.<br>
>><br>
>> one option is to manually put a tag once the file has been uploaded, but<br>
>> not really efficient (often forgoting to make it and too manual)<br>
>><br>
>> I looked at the batch queue management tool in DK, but didn't find how<br>
>> to include export and tag into the batch queue<br>
>><br>
>> In the export queue, there is an option to add a tag, but , unless I<br>
>> miss something, it add the tags in the exported pictures, not in the<br>
>> original ones.<br>
>><br>
>> just would like to get your feedabck and your experience on this.<br>
>><br>
>> thanks<br>
>><br>
>> frederic<br>
><br>
><br>
><br>
<br>
</blockquote></div>