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
""" | |
Google Photos EXIF Metadata Embedding Tool - Use it after using Google Photos Takeout | |
This command line python script processes image files (JPG, JPEG, HEIC) and their corresponding | |
Google Photos JSON metadata files to embed GPS coordinates and photo taken | |
time into the image's EXIF data. | |
Features: | |
- Reads 'photoTakenTime', 'geoDataExif', and 'geoData' from Google Photos JSONs. | |
- Supports various Google Photos JSON naming patterns (e.g., 'image.jpg.json', 'image(1).jpg.json'). |
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
sections: | |
- | |
type: simple_content | |
bg_type: bg_gray | |
description: vuejs | |
text_alignment: left | |
image_position: right | |
- | |
type: extended_content | |
body: |
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
{{ sections }} | |
... | |
{{ if type == 'extended_content' }} | |
<div class="section-empty"> | |
<div class="container content"> | |
{{ if type == "text" }} | |
<div class="text"> | |
{{ text }} | |
</div> |
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
sections: | |
main: | |
display: Main | |
fields: | |
sections: | |
type: replicator | |
display: Sections | |
sets: | |
logo_slider: | |
display: 'Logo Slider' |