-
applescript/XML for reconnecting files by reel/TC
I would really like to know if anyone is able to write an applescript similar to those found on this page to help with FCP media management.
https://www.ridiculopathy.com/projects/flunky/fcp.php
As far as i understand it – and please correct me if I’m wrong – FCP is incapable of reconnecting media files based on the reel numbers and timecodes contained in those files. instead it simply looks at the filenames. But I am told that avid is able to do this.
If this is the case, it is a problem for me because I have a very big project which I need to reconnect to quicktime files on my system. unfortunately the project is looking for other files with different media start/end points and probably different names, but they actually cover the same source media footage.
I wonder if it is possible to make a script that does this:
1. takes an FCP sequence exported as XML
2. reads the reel numbers and timecodes of clips in the sequence
3. reads the reel numbers and timecodes of Quicktimes in a specified folder
4. modifies the XML file to reflect the filenames and in/out points of quicktimes that include the requested frames.I don’t know much about applescript but it doesn’t seem too complicated, after all I could do it manually but surely there’s a way of automating it? If so i think it would be a really handy tool.
I may be going about this the wrong way so please let me know if there is an established way of doing it. it’s just that i came across similar questions on this forum and no real solutions.