This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Converts Google Photos Takeout JSON files to XMP sidecar files for Immich, | |
letting the user pick the root folder from a file picker. | |
.DESCRIPTION | |
- Prompts the user for a folder containing photos & JSON via a FolderBrowserDialog. | |
- Logs only errors/exceptions to JSONroXMP.log (in the same directory as this script). | |
- Prompts once to overwrite or skip existing XMP files. | |
- Replaces placeholders in the XMP template with actual values from the JSON. |