Note image viewing time in output - bitreich-memestats - Bitreich meme statistics and graphs.
 (HTM) git clone git://bitreich.org/bitreich-memestats git://hg6vgqziawt5s4dj.onion/bitreich-memestats
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 985dafa38564eae792f6cbd2a02a9ff74face20e
 (DIR) parent 515a782a49be5f27bed0050438b6a75a9a577a51
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat, 15 Aug 2020 23:07:28 +0200
       
       Note image viewing time in output
       
       Diffstat:
         M media-stats.sh                      |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) 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 '                      '