Jellyfin Plugin Repository Manager
Project description
Installing
From PyPI
pip install --user jprm
From GitHub
pip install --user git+https://github.com/oddstr13/jellyfin-plugin-metadata-manager
From local developement directory
git clone https://github.com/oddstr13/jellyfin-plugin-metadata-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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jprm-0.4.2.tar.gz
(15.0 kB
view hashes)
Built Distribution
jprm-0.4.2-py3-none-any.whl
(15.1 kB
view hashes)