A mov-cli v4 plugin for watching content from a media server hosting jellyfin or plex.
Here's how to install and add the plugin to mov-cli.
- Install it.
pip install mov-cli-jellyplex
yay -S python-mov-cli-jellyplex
- Then add the plugin to your mov-cli config.
mov-cli -e
[mov-cli.plugins]
jelly = "mov-cli-jellyplex"
- 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"
- 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"