Skip to content

EmanueleRossi/PhotoTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoTool

CMD line tool for EXIF Photo Management. Useful when migrating from iCloud to an other Photo Storage/Management system. This tool is based on ExifTool by Phil Harvey https://exiftool.org/.

Pre-Requisites

The tool itself exiftool.exe must be somewhere in PATH.

Usage Sample

PhotoTool.exe c:\Images *.xmp

Analizes all XMP files in images directory. For every XMP file:

  1. reads inside XMP file tag photoshop:DateCreated in namespace http://ns.adobe.com/photoshop/1.0/
  2. looks for image file(s) (supported formats are jpg, jpeg, mp4, mov, heic) with the same name of the XMP file. I.e.: image_01.xmp -> image_01.jpeg
  3. reads file(s) EXIF informations, looking for TAG DateTimeOriginal;
  4. if no DateTimeOriginal TAG is found, overwrites it with what found at Step #01;
  5. renames XMP file to XMP.done, letting you to re-process the entire directory;

Snippets

Count DONE objects using PowerShell: dir C:\Images *.xmp.done | Measure-Object -line

About

CMD line tool for EXIF Photo Management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages