Renamed a field to maintain compat

This commit is contained in:
Jamie Hardt
2019-10-08 23:34:15 -07:00
parent d148ec04cb
commit 9982b45441
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ def fmp_dump(data, output):
(['R'], 'Reason', str),
(['Rq'], 'Requested by', str),
(['Spot'], 'Spot', str),
(['event_name', 'Line'], 'Line', str),
(['PT.Clip.Name', 'Line'], 'Line', str),
(['Shot'], 'Shot', str),
(['Note'], 'Note', str),
(['Mins'], 'Time Budget Mins', float),

View File

@@ -152,7 +152,7 @@ class TagInterpreter(Transformation):
event['PT.Track.Name'] = track_tags['line']
event['PT.Session.Name'] = title_tags['line']
event['PT.Clip.Number'] = clip['event']
event['event_name'] = clip_tags['line']
event['PT.Clip.Name'] = clip_tags['line']
event['PT.Clip.Start'] = clip['start_time']
event['PT.Clip.Finish'] = clip['end_time']
event['PT.Clip.Start_Frames'] = clip_start