mirror of
https://github.com/sakaljurgis/plugin.video.sklk.git
synced 2026-07-08 22:17:43 +00:00
initial setup
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
# Simple example plugin for Kodi mediacenter
|
||||
# Simple plugin for Kodi mediacenter
|
||||
|
||||
API client (GUI) for [kodi-api-server](https://github.com/sakaljurgis/kodi-api-server). Draft version, but fully functional.
|
||||
|
||||
Based on Roman V. M. example plugin: [plugin.video.example](https://github.com/romanvm/plugin.video.example)
|
||||
|
||||
This is a simple yet fully functional example of a video plugin for [Kodi](http://kodi.tv) mediacenter.
|
||||
Please read the comments in the plugin code for more details.
|
||||
An installable .zip can be downloaded from "[Releases](https://github.com/romanvm/plugin.video.example/releases)" tab.
|
||||
Do **not** try to install a .zip generated by GitHub.
|
||||
|
||||
**Note**: the purpose of this example plugin is to show you how to organize and play your media content in Kodi.
|
||||
The methods of obtaining such content, for example parsing websites or working with various APIs,
|
||||
are beyond the scope of this example.
|
||||
Compatible with Kodi 19.0 ("Matrix") and above that uses Python 3.
|
||||
|
||||
The plugin uses a pre-defined set of free sample videos from [www.vidsplay.com](http://www.vidsplay.com/).
|
||||
|
||||
**Warning**: the "master" branch is only compatible with Kody 19.0 ("Matrix") and above that uses Python 3
|
||||
runtime for addons. For older versions based on Python 2 see the "python2" branch.
|
||||
|
||||
License: [GPL v.3](http://www.gnu.org/copyleft/gpl.html)
|
||||
License: no licence
|
||||
|
||||
Reference in New Issue
Block a user