[ 原始碼: pykodi ]
套件:python3-pykodi(0.2.7-2)
Async interface to interact with Kodi over JSON-RPC
This library provides a robust async interface to interact with a Kodi multimedia system using JSON-RPC. Users can control various aspects of Kodi, such as playback, volume, and application properties. The connection can be established over HTTP or WebSocket, supporting both secured (SSL) and standard connections. This library is designed to integrate with systems requiring Kodi control, offering functions like play, pause, volume adjustment, and property retrieval.
其他與 python3-pykodi 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-jsonrpc-async
- Compact JSON-RPC client library for asyncio
-
- dep: python3-jsonrpc-websocket
- Compact JSON-RPC websocket client library for asyncio