Jul 9, 2010 12:33 AM
How to stop "re-publishing" of my modified photos to Flickr
-
Like (0)
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
This is not possible.
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.
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... ![]()
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>'
Dorin, that's awesome!
I'm assuming you can just open the LR catalogue with out providing a database schema?
To everyone reading this, please be very cautios to what you do to your catalogue. It is easy to corrupt it and make it (partially) unusable.
I'm assuming you can just open the LR catalogue with out providing a database schema?
There's only one schema in there. SQLiteSpy just show everything that's in the database.
Dorin, I just got round to trying your workaround and it worked a treat.
Thanks ever so much for sharing this!
Much appreciated, indeed.
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
Oups double post
Message was edited by: franckpaul
Removing or replacing the keywords on photos stuck in Modified Photos Re-Publish pool and then re-publishing the photos seems to move them to Published Photos.
Just cut and paste the keywords back and re-publish. If the photo did not have any keywords, then add some. This worked for me.
Hey TK2142,
Could you make the changes you made available?
Cheers!
North America
Europe, Middle East and Africa
Asia Pacific
Copyright © 2011 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).