Folder#
- class pybmd.folder.Folder(folder)[source]
Bases:
object
Methods
__init__
(folder)Clears audio transcription of the MediaPoolItems within the folder and nested folders.
export
(file_path)Returns true if export of DRB folder to filePath is successful, false otherwise
Returns list of MediaPoolItem objects for all clips in this folder.
Returns true if folder is stale in collaboration mode, false otherwise
get_name
()Returns name of this folder.
Return a list of sub folders in this folder.
Returns a unique ID for the media pool folder
Transcribes audio of the MediaPoolItems within the folder and nested folders.
- get_clip_list() List[MediaPoolItem] [source]
Returns list of MediaPoolItem objects for all clips in this folder.
- Return type:
List[MediaPoolItem]
- get_sub_folder_list() List[Folder] [source]
Return a list of sub folders in this folder.
- Return type:
List[Folder]
- get_is_folder_stale() bool [source]
Returns true if folder is stale in collaboration mode, false otherwise
- Return type:
- export(file_path: str) bool [source]
Returns true if export of DRB folder to filePath is successful, false otherwise