https://github.com/itsjavi/mediatidy
🗂 Command-line tool to organize large directories of media files recursively by date, detecting duplicates.
https://github.com/itsjavi/mediatidy
exif exiftool golang google-photos google-photos-backup google-takeout multimedia-library
Last synced: 4 months ago
JSON representation
🗂 Command-line tool to organize large directories of media files recursively by date, detecting duplicates.
- Host: GitHub
- URL: https://github.com/itsjavi/mediatidy
- Owner: itsjavi
- License: mit
- Created: 2018-10-28T05:19:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T15:40:51.000Z (over 1 year ago)
- Last Synced: 2024-08-01T19:55:30.395Z (7 months ago)
- Topics: exif, exiftool, golang, google-photos, google-photos-backup, google-takeout, multimedia-library
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 25
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _mediatidy_
Command-line tool written in Go to organise all media files in a directory recursively by date, detecting duplicates.
## Features
- Organizes media (images and videos) by year and month folders.
- Extracts metadata like EXIF and XMP into separated JSON files.
- Detects duplicates (by comparing file checksum) and skips moving/copying them.
- Normalizes the file names.
- Fixes file creation time, by using the one in the metadata if available.## Requirements
- [go >= v1.19](https://github.com/golang/go)
- [exiftool >= v12](https://github.com/exiftool/exiftool)
- ffmpeg## Installation
```bash
go install github.com/itsjavi/mediatidy/cmd/mediatidy@latest
```
## Usage
Check all the available options with the help command:
```bash
mediatidy --help
```