...
The VidiCore Admin Tool source code can be found on GitHub.
Access Denied or no GitHub account?
Create an account here at 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 Repositoryrepository.
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 for it to run correctly.
Requirements to build the extension
Adobe ZXPSignCMD tool for signing certificate and building ZXP.
You can run
...
the command below to generate a certificate for your project:
ZXPSignCmd
...
-selfSignedCert
...
<countryCode>
...
<stateOrProvince>
...
<organization>
...
<commonName>
...
<password>
...
<outputPath.p12>
command to generate certifate for your project.
And to To build it run
...
, run the command below:
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 the following commands to build it:
...
language | none |
---|
Run
...
`yarn
...
install`
...
to
...
download
...
all
...
client
...
node
...
dependencies
...
.
Run
...
`yarn
...
postinstall`
...
to
...
download
...
all
...
host
...
node
...
dependencies
...
.
Run `yarn prebuild`
to sign certificate.
Run
...
`yarn
...
prebuild`
...
to
...
sign
...
certificate
...
.
Run `yarn build`
to build project.
Run
...
`yarn
...
build`
...
to
...
build
...
project.
...
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 built by the ZXPSignCMD tool.
After installing the extension, restart the Adobe Premier Pro application and under Window -> Extensions will be available 2 versions - Production and Development versions.
...