NicholasDawson / ArchiverForGooglePhotos

A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
GNU General Public License v3.0
190 stars 30 forks source link

#21 - Changed the way files are automatically renamed #23

Closed NicholasDawson closed 2 years ago

NicholasDawson commented 2 years ago

The issue was that file names were being pushed through a function called auto_rename before any files were even downloaded so there would not be any conflicting file names. I changed the program to auto_rename right when the file is downloaded inside of the thread so that collisions would be detected and fixed right when items are downloaded.

I also removed the gui folder because it isn't really going to be used.