Replies: 3 comments 4 replies
-
Hi. The following command should do what you want with one exception: there is currently no option to export photos using the modification date of the photo. You can use the
But you also need to to decide what directory/folder structure you want on export (how do want the photos to be organized). The above command dumps them all in a single folder (/path/to/export/folder) which probably isn't what you really want. Take a look at the tutorial and the |
Beta Was this translation helpful? Give feedback.
-
Thank you a lot, my problem is solved and photos now are safe on disk :-) |
Beta Was this translation helpful? Give feedback.
-
To be clear, this actually only set the files modification time to match the capture datetime ... if you want to have the files actual creation date change you likely have to run a custom script, I think. This has brought me some trouble on my mac which has trouble with the touch function at the command line ... I found that I can use SetFile to change the creation but this seems to monkey with the timezone and then all my files were set to 5 hours later ... still working through it and can report back. Perhaps @RhetTbull might shed some light or point us to some aid on this ... setting the files actual creation date to the capture date seems more useful to me than modification so you have a more immutable record. |
Beta Was this translation helpful? Give feedback.
-
Hi,
first of all - it's awesome that osxphotos was created.
I'm new to using this tool, and I'm stuck what is the best command line to export all my photos, so I would ask you for advice.
I'd like to export all my photos with all EXIF data, using the original filename and I also want to keep the original shooting date of the file (or replace the current export date/time with the shooting date/time). It would help me to sort files using last modification time column.
Is there any solution for it? :-)
Beta Was this translation helpful? Give feedback.
All reactions