https://github.com/feel2code/exiftool_gp
Simple scripts for merging json metadata to pictures and videos after export from Google Photos
https://github.com/feel2code/exiftool_gp
exif google-photos shell
Last synced: 3 months ago
JSON representation
Simple scripts for merging json metadata to pictures and videos after export from Google Photos
- Host: GitHub
- URL: https://github.com/feel2code/exiftool_gp
- Owner: feel2code
- License: mit
- Created: 2023-10-19T15:25:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T09:44:56.000Z (over 1 year ago)
- Last Synced: 2025-02-21T09:48:54.440Z (3 months ago)
- Topics: exif, google-photos, shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exiftool_GP
Simple scripts for merging JSON metadata to pictures and videos after export from Google Photos.
## Description
This repository provides convenient shell scripts for merging JSON metadata to files exported from Google Photos.
### Features
- `exif_merge_json_to_file.sh`: A script for merging JSON metadata to files.
### Dependencies
You will need to be sure that `exiftool` is already installed on your OS.
## How to
1. **Navigate to the Folder**: Enter the extracted photos folder.
```bash
cd
```2. **Clone the Repository**: Clone this repository.
```bash
git clone https://github.com/feel2code/exiftool_GP.git
```3. **Set Permissions**: Make the shell scripts executable.
```bash
chmod +x *.sh
```4. **Run the Script**: Execute the script to merge JSON metadata to the files.
```bash
./exif_merge_json_to_file.sh
```## This project is licensed under the MIT License.