google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

Flickr syncing doesn't really sync #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This isn't so much a bug as it is a feature request.  It would be nice if
all the functions in FlickrSyncr actually synced with the Flickr objects,
that is, updated the rows in the database instead of just adding new
photos, or in the case of the refresh flag, deleting existing rows and
inserting new ones. I would prefer if it always updated existing rows with
new info.

Overall, though, this is a great app.  Nice job!

Original issue reported on code.google.com by kenichi....@gmail.com on 1 May 2008 at 9:29

GoogleCodeExporter commented 9 years ago
That would create a lot of burden on the flickr side. If there are about 500 
photos in your flickr account the syncr 
has to check each and every entry. I thought of this for a while but I am just 
deleting entries in my django admin 
so that flickrsyncr can sync the fresh data.
Thank you for the comments

Original comment by yash...@gmail.com on 24 Jun 2008 at 4:52

GoogleCodeExporter commented 9 years ago
This is finally resolved... FlickrSyncr now "refreshes" photos, please test to 
make
sure this is the functionality requested.

Original comment by jesse.l...@gmail.com on 15 Dec 2008 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by jesse.l...@gmail.com on 12 Feb 2009 at 3:12