Skip to content

NeilSCGH/DCIMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCIMO(rganizer)

This program will organize photos and videos according to the date in the filename. For example 20200425_123551.jpg will be moved in the folder 2020/04/. Or in 2020/04/25/ if the -day flag is provided.

Usage: python dcimo.py -sf sourceFolder [-df outputFolder]
                       [-print [x]] [-day] [-fast]
Options:
	-sf path  Path of the source folder
	-df path  Path of the destination folder (Optional, by default it's the source folder)
	-print x  Print a counter each x files moved (Optional, by default set to 1000 if no flag). 
              If no x is specified, print all file's names.
	-day      Separate files by day (Optional)
	-fast     Skip already organized folders (Optional)
`○6`

About

DCIM Organizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages