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(