This repository is the data backing FPP's Plugin Manager:
pluginList.json- the master index of community plugins. Each entry points at a plugin'spluginInfo.json(hosted in the plugin's own repo), which FPP fetches to list, version-check, and install it.pluginCategories.json- the canonical category list plugins can tag themselves with.
Start at Submit a plugin
See PLUGINS.md for the submission guidelines and what the automated plugin check covers.
Building the plugin itself? Start at
fpp-plugin-Template -
it has the pluginInfo.json format reference, the plugin guidelines, and a
working skeleton to fork.
Start at Request Plugin Removal. Existing installs are unaffected; the entry is just removed from pluginList.json.
Start at Request Category Change, which lets you pick a new category from the canonical list in pluginCategories.json.