I have uploaded some photos to Flickr through LR3 and later did some changes to some of those photos with in LR3. Now those I modified have been queued up again to be re-published to Flickr which I do not want to happen. I tried doing it by removing it off the "published" cluster. Then the photos I removed appeared in another cluster named "Photos to remove" and have been queued up to remove it from Flick completely - again which I don't want to do.
Can someone please explain how control this?
Thanks in advance.
Dhammika
dorin_nicolaescu wrote:
This is not possible.
I've modified the Flickr Publish Service (it is part of the SDK) and after this modification I can now choose to skip images when publishing. Skipping in my version moves them back into the "Published" state.
I'm puzzled why the original publish service didn't allows something like this right from the start.
There is no way to remove the images from the 'to be re-published' section, short of actually re-publishing them, but you can drag and drop the images from the 'for deletion' section back into 'published'.
There are a number of threads regarding this issue and we are hopeful that the problem will be addressed in the first update.
Regards,
Norman
dorin_nicolaescu wrote:
Well, I went on and run an SQL query on the catalog (AgRemotePhoto.photoNeedsUpdating = 0) and that moved photos back to the "Published" group. But, such methods are not suitable for most users, I think...
Dorin, I'd be indebted to you if you could let me know how you did that.
Did you write a plug-in that loops over the photos in the catalogue?
Where/How can I execute an SQL query that has the effect that you described?
It would be fantastic to be hearing from you.
I use SQLiteSpy to open the catalog on Windows. On Macs, there are built-in tools, as far as I know.
This will set all photos as published:
update AgRemotePhoto
set photoNeedsUpdating = 0
This will set photo identified by its Flickr url as published:
update AgRemotePhoto
set photoNeedsUpdating = 0
where url = '<url>'
Thank you for your instructions, it works as a charm :-)
I wrote some instructions for Mac users, here (but in french) : http://open-time.net/post/2010/08/23/Lightroom-3-et-les-services-de-pu blication
North America
Europe, Middle East and Africa
Asia Pacific
Copyright © 2012 Adobe Systems Incorporated. All rights reserved.
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-14-2009).