...
Table of Contents | ||||
---|---|---|---|---|
|
Introduction
The VidiCore Adobe Extension Theme shows provides one with the capabilities of for using content from VidiCore inside of within Adobe Premiere Pro. It This extension is written in a boilerplate manner with reactjs, material-ui in order to kick-start feature development for already working VidiCore instances. It also contains a debugging tool for easy to facilitate further development.
The key features of the application are centered on granting the user the ability to extend the application by adding components and UIs with reactjs fast.
...
Adobe Extension Theme is ready to go application and requires minimal configuration.
Using the Application
For this guide, we assume that you have a VidiCore instance running. This can be running either inside VidiNet or as a standalone local instance, Adobe Premiere Pro, ZXPSignCMD tool and zxp installer.
VidiCore Version Compatibility
Your VidiCore system needs to be version 4.17 or later in order to use this theme application.
Accessing the Application
The VidiCore Adobe Extension Theme runs as a serverless one-page application. The latest compiled version can be found here: link. This version can be run towards any VidiCore system.
...
Erroneous or missing CORS configuration will render an error in the application login screen
Defining the VidiCore API Endpoint
Enter the API endpoint URI of your VidiCore system in the application’s login screen. Log in to the application using the username and password of a user account in your VidiCore system.
Directing the application towards a VidiCore API endpoint in the login screen
Accessing the Source Code
The VidiCore Admin Tool source code can be found on GitHub
Access Denied or no GitHub account?
Create an account here https://github.com/join and then send your GitHub username to info@vidispine.com with a request to obtain access to the Theme for VidiCore from the Vidispine Repository.
With access to the repository in GitHub you will be able to modify and run the application locally. Remember to adjust your CORS settings for the application to run correctly.
Requirements to build the extension
Adobe ZXPSignCMD tool for signing certificate and building ZXP
...
Code Block |
---|
ZXPSignCmd -sign <directoryName> <name>`date +%Y%m%d-%H%M`.zxp <outputPath.p12 <password> |
How to build the extension
After you have download the repository and opened it in your code editor, you can run commands to build it:
{{Run}}
Code Block | ||
---|---|---|
| ||
Run `yarn install` to download all client node dependencies |
...
Code Block |
---|
Run `yarn postbuild` to create zxp package |
How to use extensions in Adobe
Extensions can be installed via zxp installers. One of the most popular zxp installers is aescripts + eaplugins. All zxp extensions must contain certificates and can be build by ZXPSignCMD tool.
...