Skip to main content
Version: 19.1.0

MediaStorage

AddClipMattesToMediaPool(MediaPoolItem, [paths],stereoEye)

Return Type: Bool

Adds specified media files as mattes for the specified MediaPoolItem . StereoEye is an optional argument for specifying which eye to add the matte to for stereo clips ("left" or "right"). Returns True if successful.

AddItemListToMediaPool([{itemInfo}, ...])

Return Type: [clips...]

Adds list of itemInfos specified as dict of "media", "startFrame" (int), "endFrame" (int) from Media Storage into current Media Pool folder. Returns a list of the MediaPoolItem created.

AddItemListToMediaPool([items...])

Return Type: [clips...]

Adds specified file/folder paths from Media Storage into current Media Pool folder. Input is an array of file/folder paths. Returns a list of the MediaPoolItem created.

AddItemListToMediaPool(item1, item2, ...)

Return Type: [clips...]

Adds specified file/folder paths from Media Storage into current Media Pool folder. Input is one or more file/folder paths. Returns a list of the MediaPoolItem created.

AddTimelineMattesToMediaPool([paths])

Return Type: [MediaPoolItems]

Adds specified media files as timeline mattes in current media pool folder. Returns a list of created MediaPoolItem .

GetFileList(folderPath)

Return Type: [paths...]

Returns list of media and file listings in the given absolute folder path. Note that media listings may be logically consolidated entries.

GetMountedVolumeList()

Return Type: [paths...]

Returns list of folder paths corresponding to mounted volumes displayed in Resolve’s Media Storage.

GetSubFolderList(folderPath)

Return Type: [paths...]

Returns list of folder paths in the given absolute folder path.

RevealInStorage(path)

Return Type: Bool

Expands and displays given file/folder path in Resolve’s Media Storage.