Git Product home page Git Product logo

yaps's Introduction

YAPS - Yet Another Photo Sorter

FOSSA Status

A flexible photo sorting tool that uses the EXIF information of your photos and videos to copy or move them into a structured folder hierarchy.

Download the [installer] (http://sourceforge.net/projects/yapsyetanotherphotosorter) or Visit [website] (http://knopkem.github.io/yaps/)

Purpose

If you are like me and have a heap of photos and videos in randomly named folders laying on your hard disk this tool might be something for you (provided you don't like it that way). It takes your photos and nicely sorts them into a new folder structure auto generated on the criteria you chose. For example like this:

[year]/[month]/[day]_[timestamp].jpg

Of course the structure can be customized to your needs. Optionally duplicate files can be removed.

Features

  • parses images for: create date and time, camera model and make, media type (mime type)
  • highly customizable folder structure
  • fixes duplicates based on md5sums
  • fixes file name clashes (auto rename)
  • cross-platform ready (linux, windows, mac)

Binaries

Build Instructions

Requirements

  • CMAKE
  • Essential build tools
  • Qt5

Steps

  • compile or install Qt library + add bin directory to path
  • run cmake on the project, set QT_ROOT_PREFIX to install directory of QT
  • build
  • optional (windows/mac): build package project (requires NSIS on windows)

Notes

The tool uses the following projects behind: [exiv2] (http://www.exiv2.org) and [exiftool] (http://www.sno.phy.queensu.ca/~phil/exiftool). Credits go there.

Usage

  • you need exiv2 AND exiftool available (either from path or copied into the bin folder)
  • on debian linux, just install both packages
  • on windows, build or download prebuild executables and put them into the same folder as the application
  • alternatively just build the INSTALL target project or the PACKAGING target (needs NSIS on windows)

Roadmap

  • watch folder to easily drop photos from anywhere and auto import them into an existing archive
  • deamon/service to run in background at system start (watching the watch folder)

License

FOSSA Status

yaps's People

Contributors

fossabot avatar knopkem avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.