TheLastGimbus / GooglePhotosTakeoutHelper

Script that organizes the Google Takeout archive into one big chronological folder
https://aur.archlinux.org/packages/gpth-bin
Apache License 2.0
3.88k stars 191 forks source link

FileSystemException: Cannot set modification time #142

Closed wjhladik closed 1 year ago

wjhladik commented 1 year ago

It looked like it was going to work, but didn't. My takeouts are already extracted and it spent about 10 mins examining 20K photos I have. Then it failed with what's in this screenshot.

gpth-error

Also interesting that it can't guess the date from hundreds of files that have the date in the file name:

Guessing dates from files : ███████................................. 4116/20773 Can't get date on c:\temp\temp\takeout\Takeout\Google Photos\Photos from 2005\12-29-2010_019(1).JPG

TheLastGimbus commented 1 year ago

Hi! Could you examine to find json/exif of this photo? Perhaps the date is before 1970 = epoch is negative (I'm in progress of fixing this case)

(if you could also include this given photo it would be great - cool if you don't want to)

Most "Can't guess date" warnings should be resolved with #92

wjhladik commented 1 year ago

Here's 2 early folders of photos and json files. These were obviously created via PhotoScan and manually dated inside Google Photos.

On Mon, Jan 9, 2023 at 3:00 AM Mateusz Soszyński @.***> wrote:

Hi! Could you examine to find json/exif of this photo? Perhaps the date is before 1970 = epoch is negative (I'm in progress of fixing this case)

— Reply to this email directly, view it on GitHub https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/issues/142#issuecomment-1375225337, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALXEL4IZX4WSZN6RZY4EY5TWRPAQVANCNFSM6AAAAAATUTUEEE . You are receiving this because you authored the thread.Message ID: @.***>

-- Bill Hladik

TheLastGimbus commented 1 year ago

Okaay, i see now in screenshot that you uses --div-dates and it's from 1904 - so it's a duplicate of #136 - watch for updates there and I'm closing this for now