google-code-export / django-syncr

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

Photoset not correctly updated #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I create a photoset.

Use:
f.syncAllPhotoSets('joshuakarjala')

Everything is good. But now I delete a photo from the set and add two others.

Once again I use:
f.syncAllPhotoSets('joshuakarjala')

Now the two new photos are updated to syncr - but the photo which I deleted
isn't removed. It still shows up when using the set through syncr.

Original issue reported on code.google.com by joshuaka...@gmail.com on 20 Mar 2009 at 7:59

GoogleCodeExporter commented 9 years ago
Also experiencing this - any plans in the future to support deleted photos?

Thanks for the great app!

Original comment by nickserg...@gmail.com on 23 Mar 2009 at 7:20

GoogleCodeExporter commented 9 years ago
Yup I think syncAllPhotoSets() only checks for new pics in a set. This feature 
is not yet in django-syncr. You have 
to manually delete the photo from your django database. I dont know if we are 
going to support this feature but 
this is quite a lot of overhead if you have a lot of photos. Will think and 
update more on this issue.

Original comment by yash...@gmail.com on 23 Mar 2009 at 8:59

GoogleCodeExporter commented 9 years ago
We should definitely implement this feature. Flickr seems like the most 
complicated, but most popular, service to 
support. I'm not sure I will have time to work on this but I'd be more than 
thrilled of someone had a patch.

Original comment by jesse.l...@gmail.com on 29 Mar 2009 at 3:39