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
Thanks a lot man, it worked like a charm from 1000s of pics with no date taken have date taken now finally but there are some few files left in error folder. so i checked json it have formatted time but not the the creation time so is there a way i can fix them if its few it would be easy but its like few hundred. anyway thanks for your instructions!
Secondly after going to the src folder I could not help but think how the command line know does it know to begin running the program being at the source?
For example
yarn start --inputDir D:\Takeout --outputDir D:\Photos --errorDir D:\PhotosError
just from this line what lets it know to run this program? is it the start part?
Thank you for your work!
Tried another script that i found here on github and didn't work.
Your script worked perfect on Windows 11.
First I needed to change the script policy on Windows to unrestricted opening the powershell as admin.
Paste the line below
Set-ExecutionPolicy Unrestricted
After that I downloaded yarn.
Open CMD as admin
Type the line below
corepack enable
yarn
yarn -v
yarn set version stable
yarn
After that.. go to the script folder. go to src > open config.ts
Enable extensions that you may have on your photos, save and close.
Go pack to the main folder of the script, right click > open in terminal..
Now just type the following:
yarn
yarn start --inputDir D:\Takeout --outputDir D:\Photos --errorDir D:\PhotosError
the line above is just an example. You need to edit it according to your folders
Then press enter and wait the magic to happen 🥇
The text was updated successfully, but these errors were encountered: