Build#

Compiling Themerr-jellyfin requires the following:

Clone#

Ensure git is installed and run the following:

git clone https://github.com/lizardbyte/themerr-jellyfin.git
cd ./themerr-jellyfin

Setup Python venv#

It is recommended to setup and activate a venv.

Install Requirements#

Install Requirements

python -m pip install -r ./requirements-dev.txt

Compile#

mkdir -p ./build
python -m jprm plugin build --output ./build

Remote Build#

It may be beneficial to build remotely in some cases. This will enable easier building on different operating systems.

  1. Fork the project

  2. Activate workflows

  3. Trigger the CI workflow manually

  4. Download the artifacts from the workflow run summary