gpn20: imprive outro, delete no longer files
This commit is contained in:
parent
faee47d63f
commit
5063f71f72
3 changed files with 2 additions and 6216 deletions
|
@ -119,7 +119,7 @@ def pauseFrames(params):
|
||||||
*((f'g{i}', 'style', 'opacity', 1) for i in range(0,26))
|
*((f'g{i}', 'style', 'opacity', 1) for i in range(0,26))
|
||||||
)
|
)
|
||||||
# kringel
|
# kringel
|
||||||
for frame in range(0, fps):
|
for frame in range(0, fps+2):
|
||||||
yield (
|
yield (
|
||||||
('pause', 'style', 'opacity', 0),
|
('pause', 'style', 'opacity', 0),
|
||||||
('gfactoryreset', 'style', 'opacity', 0),
|
('gfactoryreset', 'style', 'opacity', 0),
|
||||||
|
@ -149,7 +149,7 @@ def tasks(queue, args, idlist, skiplist):
|
||||||
if event['room'] not in ('Medientheater', "Vortragssaal", "Blauer Salon"):
|
if event['room'] not in ('Medientheater', "Vortragssaal", "Blauer Salon"):
|
||||||
print("skipping room %s (%s)" % (event['room'], event['title']))
|
print("skipping room %s (%s)" % (event['room'], event['title']))
|
||||||
continue
|
continue
|
||||||
if event['day'] not in ('0', '1', '2', '3'):
|
if event['day'] not in ('0', '1', '2', '3', '4'):
|
||||||
print("skipping day %s" % (event['day']))
|
print("skipping day %s" % (event['day']))
|
||||||
continue
|
continue
|
||||||
if not (idlist==[]):
|
if not (idlist==[]):
|
||||||
|
|
3078
gpn20/intro.svg
3078
gpn20/intro.svg
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 134 KiB |
3136
gpn20/outro.svg
3136
gpn20/outro.svg
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 152 KiB |
Loading…
Add table
Reference in a new issue