neBM / jellyfin-plugin-repository-manager

A repository manager for Jellyfin plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A repository manager for Jellyfin plugins

License:Mozilla Public License 2.0


Languages

Language:Python 95.3%Language:Shell 4.7%