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.
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
If you have any questions, please send an email to [email protected].
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.