Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
82 lines (66 loc) · 6.07 KB

File metadata and controls

82 lines (66 loc) · 6.07 KB

docs » plugins.finalcutpro.watchfolders.media


Final Cut Pro Media Watch Folder Plugin.

Submodules

API Overview

API Documentation

Constants

Signature plugins.finalcutpro.watchfolders.media.SECONDS_UNTIL_DELETE -> number
Type Constant
Description Seconds until a file is deleted.

Variables

Signature plugins.finalcutpro.watchfolders.media.automaticallyImport <cp.prop: boolean>
Type Variable
Description Boolean that sets whether or not new generated voice file are automatically added to the timeline or not.
Signature plugins.finalcutpro.watchfolders.media.deleteAfterImport <cp.prop: boolean>
Type Variable
Description Boolean that sets whether or not you want to delete file after they've been imported.
Signature plugins.finalcutpro.watchfolders.media.insertIntoTimeline <cp.prop: boolean>
Type Variable
Description Boolean that sets whether or not the files are automatically added to the timeline or not.
Signature plugins.finalcutpro.watchfolders.media.mediaFolders -> table
Type Variable
Description The table of MediaFolders currently configured.

Functions

Signature plugins.finalcutpro.watchfolders.media.init(deps, env) -> table
Type Function
Description Initialises the module.
Parameters
  • deps - The dependencies environment
  • env - The plugin environment
Returns
  • Table of the module.
Signature plugins.finalcutpro.watchfolders.media.loadMediaFolders()
Type Function
Description Loads the MediaFolder list from storage. Any existing MediaFolder instances
Signature plugins.finalcutpro.watchfolders.media.saveMediaFolders()
Type Function
Description Saves the current state of the media folders, including notifications, etc.
Parameters
  • None
Returns
  • Nothing