kodi-cli
Control Kodi from the command line
kodi-cli
is a tool for sending commands to a Kodi server using JSON RPC.
Features:
Play, pause, stop the currently playing item.
Skip forward or backward in the currently playing item.
Play or queue to the currently list of YouTube videos.
Interactive and noninteractive volume control.
Interactive navigation.
Send text to the Kodi keyboard.
Toggle fullscreen.
Update or clean Kodi libraries.
- Versions: 1.1-1.104dc23
- Website: https://github.com/nawar/kodi-cli
- Licenses: GPL 2+
- Package source: gnu/packages/kodi.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of kodi-cli
as follows:
guix install kodi-cli
Or install a particular version:
guix install kodi-cli@1.1-1.104dc23
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of kodi-cli about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/kodi-cli'><img src='https://packages.guix.gnu.org/packages/kodi-cli/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/kodi-cli)
Example Org:
[[https://packages.guix.gnu.org/packages/kodi-cli][https://packages.guix.gnu.org/packages/kodi-cli/badges/latest-version.svg]]