MediaPool.import_folder_from_file#

MediaPool.import_folder_from_file(file_path: str, source_clips_path: str) bool[source]#

Returns true if import from given DRB filePath is successful, false otherwise

Parameters:
  • file_path (str) – file path to DRB file

  • source_clips_path (str) – sourceClipsPath is a tring that specifies a filesystem path to search for source clips if the media is inaccessible in their original path, empty by default

Returns:

Returns true if import from given DRB filePath is successful, false otherwise

Return type:

bool

Raises:

APIVersionError – If Resolve version < 18.5.0

Version:

Added in DaVinci Resolve 18.5.0 Beta