Skip to content

jprm-build

Actions
Builds a Jellyfin plugin via Jellyfin Plugin Repository Manager
v1.1.1
Latest
Star (31)

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.

jprm-build is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Builds a Jellyfin plugin via Jellyfin Plugin Repository Manager
v1.1.1
Latest

jprm-build is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.