Python API client for Jellyfin
Project description
Jellyfin ApiClient Python
This is the API client from Jellyfin Kodi extracted as a python package so that other users may use the API without maintaining a fork of the API client. Please note that this API client is not complete. You may have to add API calls to perform certain tasks. Please see Contributing below.
Usage
This client can be installed with pip3 install jellyfin-apiclient-python
and imported with import jellyfin_apiclient_python
.
There is no documentation for this API at this time. For information on how to create a client and establish a session, please see clients.py from Jellyfin MPV Shim. For details on what the individual API calls do or how to do a certain task, you will probably find the Jellyfin MPV Shim and Jellyfin Kodi repositories useful.
Changes from Jellyfin Kodi
- Removal of
websocket.py
(now a dependency towebsocket_client
). - Removal of dependencies on
helper
(from Jellyfin Kodi) andkodi_six
. - Add
has_attribute
directly to__init__.py
. - Add API calls:
get_season
for fetching season metadata.get_audio_stream
to read an audio stream into a filesearch_media_items
to search for media items
- Add parameters
aid=None, sid=None, start_time_ticks=None, is_playback=True
to API callget_play_info
. - Add timesync manager and SyncPlay API methods.
Contributing
When contributing, please maintain backward compatibility with existing calls in the API. Adding parameters is fine, but please make sure that they have default options to prevent existing software from breaking. Please also add your changes to the Changes from Jellyfin Kodi section.
If you would like to produce documentation for this API, I would also be interested in accepting pull requests for documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for jellyfin-apiclient-python-1.7.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d22d46bdfe3013e97ac7a3bee45791d80713cefe585c58aa8f7e9112eee97d0 |
|
MD5 | 8b9ca2d29d43ab248ffdc7ff170cce4a |
|
BLAKE2b-256 | 892f52a8a9563c0b11448bd63dd0eb0f99c4101a12169c0cc0582a56be450253 |
Hashes for jellyfin_apiclient_python-1.7.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee1e1cfc5b186176368515633a332b5284a4787381ea89e7578ae6a122a0d7b2 |
|
MD5 | 7155245d46335a35748983e040603c01 |
|
BLAKE2b-256 | 8d3721ef553bd14f3503accfb68522d13311c2ae7f683f04fba16c5e5a6c00ed |