Skip to content

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

License

Notifications You must be signed in to change notification settings

mov-cli/mov-cli-jellyplex

Repository files navigation

🪼📺 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

Jellyfin:

mov-cli -s jelly {query}

Plex:

mov-cli -s jelly.plex {query}

Note

You can also override the jelly namespace to only use jelly instead of jelly.plex:

[mov-cli.scrapers]
jelly = "jellyplex.plex"

[mov-cli.plugins]
jellyplex = "mov-cli-jellyplex"

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published