You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2019. It is now read-only.
many thanks for maintaining the "folders2flickr" project... I have used the "originally" folders2flickr for some time now... with some manual fixes... but I think your way is far better...
I have found two issues testing a little bit with your rebuild folders2flickr version (git version with pip version of exifread):
If photos are not added to their sets during script run (due to an error, like loosing internet connection), they are not re-added in a second script run. Only newly added photos are added to sets. This happens also if the set creation fails during run, so all photos uploaded for this set will never be added to a set, unless a new photo appears in the folder.
I think both issues are related to each other... I think there are the following problems:
No check if all needed sets exsists in flickr
No sets are created if they are missing
Ne photos are added to sets, only if they are uploaded in the same script run
Thanks and best regards
Jens
The text was updated successfully, but these errors were encountered:
Check for all sets and compare to the ones the script "knows about" seems possible, since getting all sets and checking locally is not too slow. However, listing sets seems really slow (i.e. set1, get photoids, set2, get photo ids....) - so recreating all sets would be very tedious I think.
One of the forks has a WIP script that recreates the history I think, I'll have to check it out and see what can be done. I keep meaning to add options, so an optional --recreate-sets would be good. Doing it every time is what I worry about because I'm impatient! :-D
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
many thanks for maintaining the "folders2flickr" project... I have used the "originally" folders2flickr for some time now... with some manual fixes... but I think your way is far better...
I have found two issues testing a little bit with your rebuild folders2flickr version (git version with pip version of exifread):
I think both issues are related to each other... I think there are the following problems:
Thanks and best regards
Jens
The text was updated successfully, but these errors were encountered: