docs » plugins.finalcutpro.watchfolders.media
Final Cut Pro Media Watch Folder Plugin.
- Constants - Useful values which cannot be changed
- SECONDS_UNTIL_DELETE
- Variables - Configurable values
- automaticallyImport
- deleteAfterImport
- insertIntoTimeline
- mediaFolders
- Functions - API calls offered directly by the extension
- init
- loadMediaFolders
- saveMediaFolders
| Signature | plugins.finalcutpro.watchfolders.media.SECONDS_UNTIL_DELETE -> number |
|---|---|
| Type | Constant |
| Description | Seconds until a file is deleted. |
| 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. |
| Signature | plugins.finalcutpro.watchfolders.media.init(deps, env) -> table |
|---|---|
| Type | Function |
| Description | Initialises the module. |
| Parameters |
|
| Returns |
|
| 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 |
|
| Returns |
|