mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Renamed a field to maintain compat
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user