johndfields / media-sorter

Modification of Nikomiko's gist to add support for HEIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

media-sorter

Modification of Nikomiko's gist to add support for HEIC

Put this script in a messy folder filled with images and video files and run it to create a "Photos" folder with the media files sorted by months in each year. You can also change what types of files to look for in your folder by simply adding to or changing the following lists: imgFormats and videoFormats. NOTE: This script can also delete duplicates (by searcing for " 2" at the end of file names) and files starting with "._". This is disabled by default, to enable set DELETE flag to True

About

Modification of Nikomiko's gist to add support for HEIC


Languages

Language:Python 100.0%