An open API service indexing awesome lists of open source software.

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

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.