Skip to content

Latest commit

 

History

History
85 lines (67 loc) · 4.9 KB

File metadata and controls

85 lines (67 loc) · 4.9 KB

Cloned Repositories

Reference list of all repos in this folder. To restore, run the clone commands below.

Re-clone All

cd /path/to/ExtendScript/repo

git clone https://github.com/Adobe-CEP/CEP-Resources.git --depth=1
git clone https://github.com/Adobe-CEP/Samples.git --depth=1
git clone https://github.com/Adobe-CEP/Getting-Started-guides.git --depth=1
git clone https://github.com/geekloper/ExtendScript-Adobe-Premiere-Pro-Template.git --depth=1
git clone https://github.com/NTProductions/pr-access-mogrts.git --depth=1
git clone https://github.com/Mathsqrt2/QUICK_MOGRT_REPLACE_TOOL_CEP.git --depth=1
git clone https://github.com/Mathsqrt2/SIMPLE_QUEUE_TOOL_CEP.git --depth=1
git clone https://github.com/leancoderkavy/premiere-pro-mcp.git --depth=1
git clone https://github.com/KCoyotes/nhl-api-aep-mogrts.git --depth=1
git clone https://github.com/ibrahimsaber1/PPro-Dev-Console.git --depth=1
git clone https://github.com/Alex25820/Universal-Timer.git --depth=1
git clone https://github.com/rnag/zoom-chat-to-ppro-markers.git --depth=1

Repo Details

Adobe-CEP/CEP-Resources

  • URL: https://github.com/Adobe-CEP/CEP-Resources.git
  • Size: ~1.9GB
  • What it is: Official Adobe CEP SDK resources for versions 4–12. Contains CSInterface.js, manifest schemas, documentation, ExtendScript Toolkit, ZXPSignCmd, and UXP migration guide.
  • Key paths: CEP_11.x/, CEP_12.x/, Documentation/, ExtendScript-Toolkit/

Adobe-CEP/Samples

  • URL: https://github.com/Adobe-CEP/Samples.git
  • What it is: Official Adobe sample CEP extensions. PProPanel is the canonical Premiere Pro ExtendScript reference — exhaustive exercise of the entire API.
  • Key paths: PProPanel/jsx/PPRO/Premiere.jsx (2996 lines, the main reference), PProPanel/CSXS/manifest.xml

Adobe-CEP/Getting-Started-guides

geekloper/ExtendScript-Adobe-Premiere-Pro-Template

NTProductions/pr-access-mogrts

Mathsqrt2/QUICK_MOGRT_REPLACE_TOOL_CEP

  • URL: https://github.com/Mathsqrt2/QUICK_MOGRT_REPLACE_TOOL_CEP.git
  • What it is: Full CEP panel for batch-editing MoGRT parameter values. Uses QEDom API (app.enableQE()). Workaround for Premiere Pro 24.1 and earlier lacking batch edit support.
  • Key paths: jsx/extendScript.jsx (QEDom mogrt iteration + setValue), jsx/fsHandling.jsx

Mathsqrt2/SIMPLE_QUEUE_TOOL_CEP

leancoderkavy/premiere-pro-mcp

  • URL: https://github.com/leancoderkavy/premiere-pro-mcp.git
  • What it is: MCP server that exposes 269 Premiere Pro ExtendScript operations as AI-callable tools. Extremely rich source of ExtendScript patterns covering nearly every API area.
  • Key paths: cep-plugin/host.jsx (all 269 ExtendScript implementations)

KCoyotes/nhl-api-aep-mogrts

  • URL: https://github.com/KCoyotes/nhl-api-aep-mogrts.git
  • What it is: End-to-end example of fetching external API data (NHL stats) and populating MoGRT template fields programmatically in After Effects/Premiere Pro. Shows the data → MoGRT automation pattern.
  • Key paths: MOGRTs/, Example JSONs/, build/

ibrahimsaber1/PPro-Dev-Console

Alex25820/Universal-Timer

rnag/zoom-chat-to-ppro-markers