A package to mass rename media files based on their metadata.
- Batch renaming of media files (images, audios and videos) using metadata (e.g., EXIF, modification date)
- Supports various file types
- Command-line interface
You need Python 3.11 or newer.
TODO: not released yet on pypi, use manual installation.
pip install mediarenameOr clone the repository and install locally:
git clone https://github.com/abalage/mediarename.git
cd mediarename
pipx install .After installation, use the CLI tool:
mediarename [OPTIONS] <directory>Replace <directory> with the path containing your media files.
For more options, run:
mediarename --helpGNU General Public License v3
Author: Balázs NÉMETH