No internet connection
  1. Home
  2. Script Sharing

Automated Protools Imports

By Owen Granich-Young @Owen_Granich_Young
    2022-04-22 17:51:12.926Z

    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.

    • 1 replies
    1. O

      ... 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?