oddstr13/jprm-build
Builds a Jellyfin plugin via Jellyfin Plugin Repository Manager
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Activelast commit Apr 8, 2026
- License
- MPL 2.0
Pinned Snippet
uses: oddstr13/jellyfin-plugin-repository-manager@9497a0a499416cc572ed2e07a391d9f943a37b4d # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the sources of the plugin solution (default: ".") | no | . |
| output | Path to dotnet build directory (default: ./artifacts) | no | ./artifacts |
| version | Overwrite the detected version of the plugin (default: "") | no | "" |
| dotnet-config | The dotnet build configuration (default: Release) | no | Release |
| dotnet-target | Overwrite the detected dotnet target framework used for the plugin build (default: "") | no | "" |
| max-cpu-count | Maximum number of processors to use during build (default: "1") | no | 1 |
| verbosity | The log verbosity of JPRM | no | debug |
Outputs
| name | description |
|---|---|
| artifact | Returns the built plugin zip |