commit 618d12c99b9adfb0429e5be27163715d20280d0c
parent 6a7052b62533d69b7156e285de54aee3b58d0911
Author: René Wagner <rwagner@rw-net.de>
Date: Sat, 15 Aug 2020 19:51:20 +0200
add links to tracker & list to README
Diffstat:
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -1,11 +1,16 @@
-# Simple Photo Stats
+# Photo Stats
This project is about a small tool providing some stats of your photography.
It is mainly a selfcontained [SQlite](https://sqlite.org) database that stores the data which is extracted from the exif data of your images using [exiftool](https://exiftool.org/) and provides some predefined statistics about the data which can be queried with the tool itself.
+### get in contact
+There are two prefered options to choose from to get in contact for feature request, bug reports, question and everything else related to photo stats:
+- the ticket tracker: https://todo.sr.ht/~rwa/photo-workflow
+- the mailing list: https://lists.sr.ht/~rwa/photo-workflow
+
## requirements
-The famous `exiftool` needs to be installed on your system.
+The famous `exiftool` needs to be installed on your system, no matter if you use prebuilt binarys or the bare scripts.
### 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).
@@ -42,16 +47,17 @@ For information about parameters and usage call `phosta[.pl] --help`.
### available stats
- pictures by lens
- pictures by camera body
-- pictures by shutterspeed
+- pictures by shutterspeed used
- pictures by focal length (35mm) used
- pictures by iso used
-- pictures by aperture
+- pictures by aperture used
The stats are available as grouped counts by
- all time total
- by year
- by month
- by week of year
+- by time of day
## FAQ
- I have my images on a network share, how can i include them into the stats?