Skip to main content
Known Participant
June 11, 2019
Pregunta

Import with duplicate with Premiere SDK

  • June 11, 2019
  • 1 respuesta
  • 427 visualizaciones

Hello there!

I've got the next question:

I imported a sequence using "importSequences()" function.

The trouble is if I import the sequence more than 1 time the files of the sequence don't be imported, only the first time.

If we import the sequence manually there is a checkbox "Allow importing duplicate media".

Is it possible to import sequences again with duplication of items using the script?

Thank you!

Este tema ha sido cerrado para respuestas.

1 respuesta

Participating Frequently
June 26, 2019

I have the same question, is there any solution?

Justin Taylor-Hyper Brew
Community Expert
Community Expert
June 26, 2019

Doesn't look like this is currently possible with the current API as it only takes 2 arguments, would make a good feature request though

     * Imports sequences from a project.

     * @param projectPath Path to project from which to import sequences.

     * @param sequences An array of sequence IDs to import, from the project.

     */

    importSequences(projectPath: String, sequencesToImport: Array): boolean