# HG changeset patch # User cavaliet # Date 1405434119 -7200 # Node ID a30f2b5a2267d42bbe84f13d870f542e00f6f4aa # Parent 67ca35da33cfeff008042015ba598b6f8469b297 v0.5.24 : update player for theatre diff -r 67ca35da33cf -r a30f2b5a2267 src/spel/__init__.py --- a/src/spel/__init__.py Tue Jul 15 11:28:21 2014 +0200 +++ b/src/spel/__init__.py Tue Jul 15 16:21:59 2014 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 5, 22, "final", 0) +VERSION = (0, 5, 24, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 67ca35da33cf -r a30f2b5a2267 src/spel/templates/partial/spel_annotations.html --- a/src/spel/templates/partial/spel_annotations.html Tue Jul 15 11:28:21 2014 +0200 +++ b/src/spel/templates/partial/spel_annotations.html Tue Jul 15 16:21:59 2014 +0200 @@ -22,7 +22,7 @@ {% for s in res.list %} {% with s.tags|get_tags:"type_inter" as tag_list %}
{{ res.content.title }} / {{ s.start_ts|str_duration }} - {{ s.start_ts|add:s.duration|str_duration }} / {{ s.cutting_id }}
{{ s.tags|get_tags:"modscen_and_perso"|join:', ' }}
diff -r 67ca35da33cf -r a30f2b5a2267 src/spel/templates/partial/spel_chapters.html --- a/src/spel/templates/partial/spel_chapters.html Tue Jul 15 11:28:21 2014 +0200 +++ b/src/spel/templates/partial/spel_chapters.html Tue Jul 15 16:21:59 2014 +0200 @@ -37,7 +37,7 @@