tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 81142d59d415be6c9dbd07ff6f62888e6b9ea29b
parent 5c1b017af5a58185f06795e4d865a46db6e0c206
Author: rob <rob@tarina.org>
Date:   Tue,  4 Jun 2019 07:28:15 +0300

getting there

Diffstat:
MREADME.md | 4++++
Minstall.sh | 2+-
Mtarina.py | 2+-
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -63,6 +63,10 @@ Connect Matrix [#tarina:bennysmatrixchat.ddns.net](https://riot.im/app/#/room/!KHPruVufWZoLpQAUMZ:bennysmatrixchat.ddns.net) Mail rob(at)tarina.org +Support +------- +Bitcoin: [bc1q4we7yjzxzppha445agcw997h8jgfs3exmfls76](bitcoin:bc1q4we7yjzxzppha445agcw997h8jgfs3exmfls76) + Standing on the shoulders of giants ----------------------------------- This whole project has only been possible because of the people behind the free and open source movement. Couldn't possible list all of the projects on which shoulders this is standing for it would reach the moon. A big shout out to all of ya!! Yaa all awesome! diff --git a/install.sh b/install.sh @@ -44,7 +44,7 @@ apt-get -y install git python3-pip libav-tools mediainfo gpac omxplayer sox cpuf echo "installing python-omxplayer-wrapper..." sudo pip3 install omxplayer-wrapper echo "installing rwb27s openflexure microscope fork of picamera with lens shading correction..." -sudo pip3 --no-cache-dir install https://github.com/rwb27/picamera/archive/lens-shading.zip --upgrade +sudo pip3 --no-cache-dir install https://github.com/rbckman/picamera/archive/master.zip --upgrade echo "installing web.py for the tarina webserver..." sudo pip3 install web.py==0.40-dev1 diff --git a/tarina.py b/tarina.py @@ -19,7 +19,7 @@ import RPi.GPIO as GPIO from PIL import Image import smbus import socket -import shlex +#import shlex from blessed import Terminal #if buttons are installed