Bazarr
Note
An asynchronous version of this client is available as AsyncBazarr.
The API is identical, but all methods are coroutines and must be awaited.
- class pyarr._sync.bazarr.Bazarr(host: str, api_key: str, port: int = 6767, tls: bool = True, base_path: str = '', request_timeout: int | None = None, api_ver: str | None = '')[source]
Bazarr API client.
Providers
Subtitles
- class pyarr._sync.bazarr.subtitles.Subtitles(handler: RequestHandler)[source]
Subtitle actions for Bazarr.
- get(**kwargs) list[dict[str, Any]][source]
Returns the list of subtitles.
- Parameters:
**kwargs – Additional parameters for filtering.
- Returns:
List of dictionaries with items.
- Return type:
JsonArray