fix uuid
This commit is contained in:
parent
f0141e4c75
commit
de76702faa
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ generator_template = '''<generatoritem id="Text%(id)s">
|
||||||
<mediatype>video</mediatype>
|
<mediatype>video</mediatype>
|
||||||
</sourcetrack>
|
</sourcetrack>
|
||||||
<itemhistory>
|
<itemhistory>
|
||||||
<uuid>$(uuid)s</uuid>
|
<uuid>%(uuid)s</uuid>
|
||||||
</itemhistory>
|
</itemhistory>
|
||||||
</generatoritem>
|
</generatoritem>
|
||||||
'''
|
'''
|
||||||
|
@ -185,7 +185,7 @@ fcp_footer = '''</xmeml>'''
|
||||||
|
|
||||||
sequence_template = '''
|
sequence_template = '''
|
||||||
<sequence id="%(id)s ">
|
<sequence id="%(id)s ">
|
||||||
<uuid>$(uuid)s</uuid>
|
<uuid>%(uuid)s</uuid>
|
||||||
<updatebehavior>add</updatebehavior>
|
<updatebehavior>add</updatebehavior>
|
||||||
<name>%(id)s</name>
|
<name>%(id)s</name>
|
||||||
<duration>%(duration)s</duration>
|
<duration>%(duration)s</duration>
|
||||||
|
|
Loading…
Reference in a new issue