From dc1ca779a888fd8f10bd4d6fec22a4f8f63af2af Mon Sep 17 00:00:00 2001 From: derchris Date: Mon, 15 Nov 2021 19:55:26 +0100 Subject: [PATCH] fiffkon21 updates --- fiffkon21/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fiffkon21/__init__.py b/fiffkon21/__init__.py index 60efe52..2510aa0 100644 --- a/fiffkon21/__init__.py +++ b/fiffkon21/__init__.py @@ -1,4 +1,5 @@ #!/usr/bin/python3 +# vim: tabstop=4 shiftwidth=4 expandtab from renderlib import * from easing import * @@ -96,6 +97,7 @@ def tasks(queue, params, idlist, skiplist): # generate a task description and put them into the queue if int(event['id']) not in skiplist: + print("processing id (%s [%s])" % (event['title'], event['id'])) queue.put(Rendertask( infile = 'intro.svg', outfile = str(event['id'])+".ts", @@ -108,6 +110,7 @@ def tasks(queue, params, idlist, skiplist): } )) + # place a task for the outro into the queue if not "out" in skiplist: queue.put(Rendertask(