photo-stats

statistics processor for the terminal
git clone https://git.clttr.info/photo-stats.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 93c4f6ac4b5501a8564e563095c3a72a3d410fb2
parent e5647f3ea8f00e94e14136b81e6bc22e5e81adf4
Author: René Wagner <rwagner@rw-net.de>
Date:   Sat, 15 Aug 2020 15:22:26 +0200

minor README tweaks

Diffstat:
MREADME.md | 7++++---
Dphoto_stats.db | 0
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -7,7 +7,7 @@ It is mainly a selfcontained [SQlite](https://sqlite.org) database that stores t ## requirements The famous `exiftool` needs to be installed on your system. -### using binary +### using binary (recommended) There are prebuilt binarys (currently x86\_64 linux only) and packages for Arch Linux and derivatives available for [every ref](https://git.sr.ht/~rwa/photo-stats/refs). ### using bare scripts @@ -22,7 +22,8 @@ To run the script, open a shell and invoke `perl phosta.pl`, on most systems it Additionally the following perl modules need to be installed: - Cwd -- DBI +- File::HomeDir +- File::Spec::Functions - Perl::DBD::SQLite - Perl::DBI - Text::SimpleTable::AutoWidth @@ -31,7 +32,7 @@ Additionally the following perl modules need to be installed: ### populate the database Before getting in touch with the stats, you need to populate the database with the data of your images. Run `phosta[.pl] -p <your_image_folder>` to add the data of the images in the folder and every subfolder to the database. -The database will be created in the currend working dir. +The database will be created in the current working dir or at a given place. Be sure that you have write permissions in the respective folder. ### query the database To query the stats, simply run `phosta[.pl] -s <fields> -g <grouping>` after you've initially filled the database. diff --git a/photo_stats.db b/photo_stats.db Binary files differ.