Skip to content
package

GitHub Action

jprm-build

v1.1.1 Latest version

jprm-build

package

jprm-build

Builds a Jellyfin plugin via Jellyfin Plugin Repository Manager

Installation

Copy and paste the following snippet into your .yml file.

              

- name: jprm-build

uses: oddstr13/[email protected]

Learn more about this action in oddstr13/jellyfin-plugin-repository-manager

Choose a version

Installing

From PyPI

pip install --user jprm

From GitHub

pip install --user git+https://github.com/oddstr13/jellyfin-plugin-repository-manager

From local developement directory

git clone https://github.com/oddstr13/jellyfin-plugin-repository-manager.git
pip install --user --editable jellyfin-plugin-metadata-manager

Stand-alone Python script

wget -O jprm.py https://raw.githubusercontent.com/oddstr13/jellyfin-plugin-repository-manager/master/jprm/__init__.py

Examples

Running jprm

jprm --version
python3 -m jprm --version
python3 jprm.py --version

Initializing plugin repository

mkdir -p /path/to/repo
jprm repo init /path/to/repo

See build_plugin.sh for an example script.