/mov-cli-jellyplex

A mov-cli v4 plugin for watching content from a media server hosting jellyfin or plex.

Primary LanguagePythonMIT LicenseMIT

🪼📺 mov-cli-jellyplex

A mov-cli v4 plugin for watching content from a media server hosting jellyfin or plex.

Installation 🛠️

Here's how to install and add the plugin to mov-cli.

  1. Install it.

PIP

pip install mov-cli-jellyplex

AUR

yay -S python-mov-cli-jellyplex
  1. Then add the plugin to your mov-cli config.
mov-cli -e
[mov-cli.plugins]
jelly = "mov-cli-jellyplex"

Usage 🖱️

  1. Set your environment variables

See this page on how to edit them.

These environment variables should be set:

  • Jellyfin

    JELLY_URL = "http://ip/"
    JELLY_USERNAME = "example"
    JELLY_PASSWORD = "example"
  • Plex

    PLEX_SERVER_ID="example"
    PLEX_USERNAME="example"
    PLEX_PASSWORD="example"
  1. Usage
mov-cli -s jelly {query}