Skip to content

This project will organize all the photos and videos that you have in * <p>Default ::: YYYY_$01_MONTH * * <p>Special Occasions ::: YYYY_$01_MONTH_DATE_SPECIAL_OCCASIONS

License

Notifications You must be signed in to change notification settings

wizardwand/photoorganiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Organiser

This project will organize all the photos and videos that you have in Following Format YYYY_$MonthNumber_MONTH

text

I have actually been managed to sort 38,450 files using this

Images

How to execute

If you have java 8 and above setup on your machine following command will work.

cd /execute/
java -jar photo-organizer.jar -s "C:\tmp\test" -d "C:\tmp\photos"

-s is the source folder
-d is the destination folder where all the photos and videos will be moved .
Log will be generated in C:\tmp\PhotoOrganizer folder.

If Java 8 is not installed.

How to setup Java

Problem Statement

I had 551 GB of Photos and videos, in multiple folders and multiple locations .

Wanted to club them in following order

YYYY_$MONTHn_NUMBER_MONTH

Solution

** All this movement happenned in 11 Mins **

Language : Java

OS : Windows

Libraries :

  • Spring Boot
  • com.drewnoakes -> metadata-extractor => this library helped me get the date from metadata of the files GitHub metadata-extractor

Questions & Feedback

The quickest way to have your questions answered is via Stack Overflow. Check whether your question has already been asked, and if not, ask a new one tagged with java.

Bugs and feature requests should be provided via the project's issue tracker. Please attach sample images where possible as most issues cannot be investigated without an image.

Contributing

If you want to get your hands dirty, making a pull request is a great way to enhance the application. In general it's best to create an issue first that captures the problem you want to address. You can discuss your proposed solution in that issue. This gives others a chance to provide feedback before you spend your valuable time working on it.

Credits

This app is developed by Shirish Patil.

Thanks to Drew Noakes for libarary .

Wherever possible, they have been credited in the source code and commit logs.

About

This project will organize all the photos and videos that you have in * <p>Default ::: YYYY_$01_MONTH * * <p>Special Occasions ::: YYYY_$01_MONTH_DATE_SPECIAL_OCCASIONS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published