Automated Protools Imports
I put a new package in the store based on Christian's script from here : Automating importing session data & video.
Automated Protools Imports
As a TV Supervisor I am CONSTANTLY importing Videos, guide tracks, AAFs, Editor sessions, ADR sessions etc.
By keeping a consistent folder structure and using these scripts I've cut down on my clicks by 1000s daily.
@DJH asked about something similar in the forum which motivated me to finally clean it up and put in in the store as it seems like something a lot of people would find useful.
- OOwen Granich-Young @Owen_Granich_Young
... Well it doesn't work in Big Sur... sheet's look totally diffrent and it's not recognizing them.
//Wait for the sheet to appear var sheet = win.sheets.first.elementWaitFor({ timeout: 500 }, 'Could not find "Go to" sheet in the Save/Open dialog').element;
This line is failing, anybody know what the Big Sur equivalent would look like or one that would work for both Big Sur and Mojave?