Media Metadata Merger for Google Takeout Photos
MediaMetaMerger is a user-friendly Python tool that simplifies merging media files with their associated metadata. It's designed to be straightforward, efficient, and compatible with Google Takeout photos.
MediaMetaMerger is ideal for users who have exported their media from Google Takeout and wish to preserve metadata. With this tool, you can effortlessly combine your media files and metadata.
If you've used Google Takeout to download your Google Photos data, MediaMetaMerger will help you maintain the integrity of your media files and metadata. It's the perfect solution for ensuring that your memories remain organized and complete.
Getting started with MediaMetaMerger is a breeze. Follow these simple steps:
- Make sure you have Python installed on your system. If not, you can download it from here.
- Create a virtual environment to isolate the project's dependencies.
- Activate the virtual environment.
- Install the required packages by running
pip install -r requirements.txt
in the project directory.
MediaMetaMerger offers the following options:
- -z or --zip: Path to a zip file containing media and metadata.
- -i or --input: Path to a folder containing media and metadata.
- -o or --output: Path to the output folder (a new folder named "Output" will be created in the present directory if not specified).
Remember, MediaMetaMerger is not a futuristic or cutting-edge solution. It's a straightforward tool that runs on any system with Python, making it accessible for all users.