Sorry for not getting back to you sooner, the Publish app uses the tk-multi-reviewsubmission app to handle the quicktime generation. And that app contains a hook that you can take over, so that should allow you to modify the generated quick time:
However the hook won’t get passed the comment, so probably the easiest thing to do would be to store the comment in a env var before the review submission is called, and then retrieve that env var in the review submission hook and use it in the generation of the quick time.
Thanks for the response,
Yeah that’s basically where I’m at.
What I have ended up doing is using the inspect module to look backwards in the frames to find the comment in the previous (x4) frame.