fusion19: add pause.svg to avoid warning message, fix schedule url and room name
This commit is contained in:
parent
12f3895e6d
commit
76698c8cfa
2 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@ from renderlib import *
|
||||||
from easing import *
|
from easing import *
|
||||||
|
|
||||||
# URL to Schedule-XML
|
# URL to Schedule-XML
|
||||||
scheduleUrl = 'https://gist.githubusercontent.com/derpeter/0c2995117d54ecf701542e316dba5f5f/raw/09edb2395405e1421c8515da3d81b61a45dab981/proyektortest.xml'
|
scheduleUrl = 'http://157.230.111.117/fusion19.xml'
|
||||||
|
|
||||||
|
|
||||||
def bounce(i, min, max, frames):
|
def bounce(i, min, max, frames):
|
||||||
|
@ -52,6 +52,9 @@ def outroFrames(p):
|
||||||
yield []
|
yield []
|
||||||
|
|
||||||
def pauseFrames(args):
|
def pauseFrames(args):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def pauseFrames_disable(args):
|
||||||
#fade in pause
|
#fade in pause
|
||||||
frames = 4*fps
|
frames = 4*fps
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
|
@ -97,7 +100,7 @@ def debug():
|
||||||
def tasks(queue, args, idlist, skiplist):
|
def tasks(queue, args, idlist, skiplist):
|
||||||
# iterate over all events extracted from the schedule xml-export
|
# iterate over all events extracted from the schedule xml-export
|
||||||
for event in events(scheduleUrl):
|
for event in events(scheduleUrl):
|
||||||
if event['room'] not in ('content'):
|
if event['room'] not in ('Content'):
|
||||||
print("skipping room %s (%s [%s])" % (event['room'], event['title'], event['id']))
|
print("skipping room %s (%s [%s])" % (event['room'], event['title'], event['id']))
|
||||||
continue
|
continue
|
||||||
if not (idlist == []):
|
if not (idlist == []):
|
||||||
|
|
1
fusion19/artwork/pause.svg
Symbolic link
1
fusion19/artwork/pause.svg
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../voc/artwork/pause.svg
|
Loading…
Add table
Reference in a new issue