Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 989 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 989 Bytes

photoarchive

Simple tool to archive files into directories structured as year/month/day

Screenshots

Main screen

The application will transform a directory with a content like this:

Source

To a structured directory like this:

Target

Using the application

  1. Select a source directory to read all the media files from.
  2. Select a target directory to copy all media to.
  3. Modify (if needed) the extentions to wish to copy.
  4. Changed the pattern of the directory structure as you like it.

Using a pattern

Using the pattern 'yyyy\mm\dd' will result in a directory structure 2017\03\19. Using a pattern 'yy-ddd' will result in directories 17-78. Look at the tooltip for more information.

Building the application from source

Prerequisites

  • Git
  • Java 21 (with FX)
  • Maven

Steps

  git clone git@github.com:IvoLimmen/photoarchive.git

  mvn clean install	

mvn -pl app exec:java