commit 24f49f52c3d6ca9a9d91fd55cda72f3a45a018b0
parent d92017c1a41300d28694741352090579f7e661ab
Author: rob <rob@tarina.org>
Date: Thu, 6 Jun 2019 11:13:24 +0300
tarina server, display films in recent modified order
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/srv/tarinaserver.py b/srv/tarinaserver.py
@@ -8,7 +8,7 @@ rundir = os.path.dirname(__file__)
if rundir != '':
os.chdir(rundir)
-filmfolder = '/home/pi/Videos'
+filmfolder = '/home/pi/Videos/'
# Link video directory to static dir
if os.path.isfile('static/Videos') == False:
diff --git a/tarina.py b/tarina.py
@@ -786,7 +786,7 @@ def compileshot(filename):
def render(filmfiles, filename, dub, comp):
#print filmfiles
if len(filmfiles) < 1:
- writemessage('Nothing here cant looki..')
+ writemessage('Nothing here!')
time.sleep(2)
return None
writemessage('Hold on, rendering ' + str(len(filmfiles)) + ' files')