wdc2017: no subtitles
This commit is contained in:
parent
a0d8f3ab41
commit
df9ea17a5b
1 changed files with 1 additions and 3 deletions
|
@ -8,7 +8,7 @@ scheduleUrl = 'http://live.ber.c3voc.de/releases/public/wikidatacon2017.xml'
|
||||||
|
|
||||||
|
|
||||||
def introFrames(args):
|
def introFrames(args):
|
||||||
# fade in title, subtitle, persons and id
|
# fade in title, persons and id
|
||||||
frames = 2 * fps
|
frames = 2 * fps
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
yield (
|
yield (
|
||||||
|
@ -55,7 +55,6 @@ def debug():
|
||||||
{
|
{
|
||||||
'$id': 7776,
|
'$id': 7776,
|
||||||
'$title': 'StageWar live!',
|
'$title': 'StageWar live!',
|
||||||
'$subtitle': 'Metal Konzert',
|
|
||||||
'$persons': 'www.stagewar.de'
|
'$persons': 'www.stagewar.de'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -84,7 +83,6 @@ def tasks(queue, args, idlist, skiplist):
|
||||||
parameters={
|
parameters={
|
||||||
'$id': event['id'],
|
'$id': event['id'],
|
||||||
'$title': event['title'],
|
'$title': event['title'],
|
||||||
'$subtitle': event['subtitle'],
|
|
||||||
'$persons': event['personnames']
|
'$persons': event['personnames']
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue