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 Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
jprm-0.2.0-py3-none-any.whl
(14.3 kB
view hashes)