Skip to content

SPlesskin/simphoniz

Repository files navigation

SPlesskin

Simphoniz

Simphoniz is a command-line tool which allows sorting photos according to their creation time. It uses EXIF metadata to arrange files in a chronological folder structure.

Installation

Simphoniz is a Qt 5 application which has been developped and mainly tested on Linux Debian Stretch (Debian 9). CMake 3.7 or higher and a C++14 compiler are required to build the project. Moreover, it depends on the Genepy library which must be installed beforehand.

cd external
mkdir build && cd build
cmake -G"Unix Makefiles" -DSIMPHONIZ_EXTERNAL_BUILD_TYPE=Release ..
make
cd ../..
mkdir build && cd build
cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
sudo make install

Usage

simphoniz demo

Support

If you have any questions, please send an email to [email protected].

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

License

GNU GPL v3.0