[ 源代码: 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
- 交互式高级面向对象语言(默认 python3 版本)
-
- 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