Sync Folder To Bin
Synchronizes a filesystem folder with a Premiere bin while ignoring hidden/system files such as .DS_Store and Thumbs.db. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. Use includeSubfolders to decide whether subfolders are imported, ignored, or flattened, for example INCLUDE, EXCLUDE, or FLATTEN. Hidden/system files and hidden folders are always ignored. Set asNumberedStills when numbered image sequences should be treated as still sequences during sync. Set deleteMissing when items missing on disk should also be removed from the target bin. If storeImportedIn is set, newly imported project items are written to that variable. If storeSkippedIn is set, skipped filesystem entries are written to that variable. If storeDeletedIn is set, deleted project items are written to that variable.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
folderPath | yes | expression | file-path-string | — |
targetBinPath | yes | expression | premiere-pathspec-string | — |
includeSubfolders | no | expression | enum-string | INCLUDE, EXCLUDE, FLATTEN |
asNumberedStills | no | expression | boolean | — |
deleteMissing | no | expression | boolean | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeImportedIn | no | variable-name | variable-name | — |
storeSkippedIn | no | variable-name | variable-name | — |
storeDeletedIn | no | variable-name | variable-name | — |
Notes
No additional notes are available yet.