-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore dot files when using non-AppleFS on Mac #203
Comments
hmm, maybe i can just add if(Platform.isMac) {
Process.run('dot_clean -m $inputFolder');
} at the beginning 👀 ? - is it okay to do it on mac (won't break anything etc) |
In my case it was ok. I would think that there is no legitimate reason for GPTH to try processing a file starting with dot, so it might be better to ignore them rather than try suppressing them ? Note again, those files won't even exist if the disk is using a native Apple filesystem. They will would pop up in existence if the Takeout is done on another filesystem like exFAT, or through CIFS/SMB. (Like, uncompressing Takeout over the network and processing gpth on the server.) |
ehh, i will just pin this for now and see if anyone has such problem again... |
Hi, didn't take long, but yes, I am facing the same issue with the same Ex-FAT FS. But |
Ran into this issue today, but I unfortunately don't have the zip folders to restart the process. Maybe the readme should mention that you should keep the zip files in case the process fails? |
yep, done it 👌 |
Hey, code noob here, Where do I put the "dot_clean" thing? |
Hey @Spageddie28 I wrote a blog about the same. Hope this helps: https://panchamkhaitan.com/blog/my-rant-on-google-takeout-for-photos |
oh, nice! 😭 i will add this in cmd text okay 😭
ehh, right. It's time to migrate to other programming lanugage... again.. (since Dart doesn't support this) But you could do this easier with exiftool anyway, a nice blog. I hope that maybe in aaaaa..... year? I will solve all those issues with gpth too :DDD |
Hey @TheLastGimbus, did you try running the Terminal command I have mentioned in the blog? Did that not help with the creation date? |
the |
I can understand. By the way, great work with this tool, @TheLastGimbus! If you're working on something, I'd love to collaborate with you on that. |
Hi @Pancham97 , thank you for the informative blog. Can I please ask, when do I run the |
Hey @jestlin15, I maybe mistaken given that I wrote this blog a while ago, but I think I didn't use gpth for the second try. I went with another tool. It basically does the same thing as gpth. So, maybe, you need to try the |
I have the same issue and I'm using Mac. Error message is:
I don't have a file named |
Well do you have "show hidden files" enabled? Anyway, apple may go as far as not showing those files at all in their own viewer but they are there... Or something 🤷 |
I've just ran GPTH on a Takeout tree that was uncompressed and managed on MacOS, on an exFAT filesystem (this is an important detail).
It failed with
Actually there have been lots of errors of the kind of
Can't get date on Takeout/Google Photos/Sans titre(40)/._IMG-75ca9ab6bc90579b54ac9b0f052041b6-V.jpg
They are resource forks in the AppleDouble format. I don't think those resources would even be useful on anything but MacOS, and anyway they can be recreated at will (nowadays).
Maybe GPTH can simply ignore them ?
The usual workaround is to run
dot_clean Takeout
, which I am currently running and should fix the issue.The text was updated successfully, but these errors were encountered: