Skip to content

clemens-k/smart-image-renamer

 
 

Repository files navigation

Prerequisites

  • python >=3.11
  • poetry >=1.8

Building

poetry build

should create sdist and wheel in dist folder

Pipx installation from local folder

pipx install .

Differences to forked repo

Added:

  • new format option: height in pixels
  • automatic add sequence counter, if file already exists
  • support for HEIF images
  • support for video files
  • if no EXIF data is found, fall back to file time stamps
  • use different EXIF time stamps: DateTime, DateTimeDigitized, ...
  • never rename thumbnail databases: Thumbs.db (win) and .DS_Store (Moc)
  • pipx support
  • bulk operations: always, never, ...
  • modified default naming: incl. height
  • using libmagic to detect mime type, skip all non-video and non-images

and many minor improvements, which I might not remember...

About

A script to intelligently bulk rename images using EXIF data within the images.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%