feat: add new example: XMPP bot
chore: update poetry.lock
build: add optional deps for XMPP notifier bot
A library to interact with a Jellyfin server in modern™ Python.
It includes 2 python packages:
jellyfin_api_client
: generated from
Jellyfin's OpenAPI schema
with
openapi-python-client.jellyfix
: A higher-level interface with helpers for a few functions and a
Jellyfin websocket client.To learn more, read the docs or take a look at the examples.
You might also just be interested in the scripts that ensure the
original, untranslated title
of movies and TV shows is used for their names.
Installation can be done with pipx install jellyfix
.
This will provide two scripts jellyfix-existing
and jellyfix-listen
.