Skip to content

Show filenames; find more photos

Pre-release
Pre-release
Compare
Choose a tag to compare
@JPHutchins JPHutchins released this 15 Aug 03:31
· 1 commit to master since this release

Bugfixes

  • Fix uninitialized variable that would interfere with classification
  • Fix program exit on encountering an invalid directory
  • Include dirent.h in project directory for Windows Visual Studio users. Thank you Tronkko!

New Features

  • Added --files flag to include the target media filenames
  • The --type photo flag has a more comprehensive list of extensions to match now

Bugs

  • In Mac OS the directory traversal has trouble with paths that are over length 1016 even if the MAX_PATH_LENGTH is raised to accommodate them. Mac OS binary release is suspended to fix this. However it can be compiled and will work on non-system folders and drives.

To Do

  • Implement name based dupe detection in the front end (requires the --files flag)
  • Implement file previews in the front end

Windows Binaries

  • Windows 32-bit and 64-bit binaries

Linux