Python client library for Jellyfin API
Project description
Jellyfin API Client
Python interface to Jellyfin Instance
Installation
1. Clone Project
Clone the project from GitHub:
git clone https://github.com/radityaharya/jellyfinapi
2. Change Directory
cd jellyfinapi
3. Install Dependencies
pip install -r requirements.txt
4. Install Package
pip install .
Initialize the API Client
Note: Documentation for the client can be found here.
The following parameters are configurable for the API Client:
| Parameter | Type | Description |
|---|---|---|
http_client_instance |
HttpClient |
The Http Client passed from the sdk user for making requests |
override_http_client_configuration |
bool |
The value which determines to override properties of the passed Http Client from the sdk user |
http_call_back |
HttpCallBack |
The callback value that is invoked before and after an HTTP call is made to an endpoint |
timeout |
float |
The value to use for connection timeout. Default: 60 |
max_retries |
int |
The number of times to retry an endpoint call if it fails. Default: 0 |
backoff_factor |
float |
A backoff factor to apply between attempts after the second try. Default: 2 |
retry_statuses |
Array of int |
The http statuses on which retry is to be done. Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524] |
retry_methods |
Array of string |
The http methods on which retry is to be done. Default: ['GET', 'PUT'] |
x_emby_token |
string |
API key header parameter |
The API client can be initialized as follows:
from jellyfinapi.jellyfinapi_client import JellyfinapiClient
from jellyfinapi.configuration import Environment
client = JellyfinapiClient(
x_emby_token='api key',
server_url="your jellyfin server url",)
Authorization
This API uses X-Emby-Token header.
List of APIs
- Activity Log
- Api Key
- Artists
- Audio
- Branding
- Channels
- Client Log
- Collection
- Configuration
- Dashboard
- Devices
- Display Preferences
- Dlna
- Dlna Server
- Dynamic Hls
- Endpoints
- Environment
- Filter
- Genres
- Hls Segment
- Image
- Image by Name
- Instant Mix
- Item Lookup
- Item Refresh
- Items
- Item Update
- Library
- Library Structure
- Live Tv
- Localization
- Media Info
- Movies
- Music Genres
- Notifications
- Open Subtitles
- Package
- Persons
- Playlists
- Playstate
- Plugins
- Quick Connect
- Remote Image
- Scheduled Tasks
- Search
- Session
- Startup
- Studios
- Subtitle
- Suggestions
- Sync Play
- System
- Time Sync
- Tmdb
- Trailers
- Trakt
- Tv Shows
- Universal Audio
- User
- User Library
- User Views
- Video Attachments
- Videos
- Years
Classes 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jellyfinapi-10.8.5.tar.gz.
File metadata
- Download URL: jellyfinapi-10.8.5.tar.gz
- Upload date:
- Size: 312.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eac8b65c3222026942ec711a99c522306e915cd3acc416a4bf2c9abfc631c8a
|
|
| MD5 |
ffaf818ed3f33943f7a8038d05f73432
|
|
| BLAKE2b-256 |
0ebb7a50722a4ce9efd7022004b0bea6f97a101f13220dabcadddc24600f544c
|
File details
Details for the file jellyfinapi-10.8.5-py3-none-any.whl.
File metadata
- Download URL: jellyfinapi-10.8.5-py3-none-any.whl
- Upload date:
- Size: 641.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39ce4bae3db7cd31c0792ec30922a1dc87237e7edebea62a3a55744e9af96e81
|
|
| MD5 |
8db9012d2ce0cf488d4647389d9e97fd
|
|
| BLAKE2b-256 |
ef3ff76bf450f95b4a719730614badb13dba3cbdd8eb692349255bf744018ef7
|