Download the PHP package stekel/kodi without Composer
On this page you can find all versions of the php package stekel/kodi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor stekel
Package kodi
Short Description Library for interacting with a kodi instance
License MIT
Homepage https://github.com/stekel/kodi
Package kodi
Short Description Library for interacting with a kodi instance
License MIT
Homepage https://github.com/stekel/kodi
Please rate this library. Is it a good library?
Informations about the package kodi
Kodi
This package provides a simple api for interacting with a running Kodi instance using the Kodi jsonrpc api.
Install
Via Composer
Usage
Laravel
Manual
Supported Functions
Add-ons
Function | Execution |
---|---|
Addons.GetAddons | $kodi->addons()->getAddons(); |
Addons.ExecuteAddon : script.playrandomvideos | $kodi->addons()->playRandom($model) $model can be a TvShow or Song |
Gui
Function | Execution |
---|---|
GUI.ShowNotification | $kodi->gui()->showNotification($title, $message); |
Player
Function | Execution |
---|---|
Player.GetActivePlayers | $kodi->player()->getActivePlayers(); |
Player.Open | $kodi->player()->open($model); $model can be an Episode or Song |
Player.PlayPause | $kodi->player()->playPause(); |
Player.Stop | $kodi->player()->stop(); |
Player.GetItem | $kodi->player()->getItem(); Returns either an Episode or Song |
Video Library
Function | Execution |
---|---|
VideoLibrary.GetTVShows | $kodi->videoLibrary()->getTvShows(); |
VideoLibrary.GetTVShowDetails | $kodi->videoLibrary()->getTVShowDetails(TvShow $tvshow); |
VideoLibrary.GetEpisodes | $kodi->videoLibrary()->getEpisodes($tvShowId); |
VideoLibrary.GetRecentlyAddedEpisodes | $kodi->videoLibrary()->recentlyAddedEpisodes($limit=3); |
VideoLibrary.Clean | $kodi->videoLibrary()->clean(); |
All versions of kodi with dependencies
PHP Build Version
Package Version
The package stekel/kodi contains the following files
Loading the files please wait ....