bitreich-memestats

statistical analysis of tags in Freenode/#bitreich-en
git clone git://src.adamsgaard.dk/bitreich-memestats
Log | Files | Refs | LICENSE Back to index

commit 985dafa38564eae792f6cbd2a02a9ff74face20e
parent 515a782a49be5f27bed0050438b6a75a9a577a51
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 15 Aug 2020 23:07:28 +0200

Note image viewing time in output

Diffstat:
Mmedia-stats.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/media-stats.sh b/media-stats.sh @@ -35,6 +35,8 @@ printf ' ' printf '| total image viewing time: %6.1f h |\n' \ "$(printf '%s*%f/3600\n' "$n_img" "$img_viewing_time" | bc -l)" printf ' ' +printf '| (assuming %d s per image) |\n' "$img_viewing_time" +printf ' ' printf '| total movie length: %10.1f h |\n' \ "$(printf '%s/3600\n' "$sum" | bc -l)" printf ' '