Files
plugin.video.nickreboot/Readme.md
T

19 lines
1.0 KiB
Markdown
Raw Normal View History

2016-04-11 18:10:22 +03:00
# Simple example plugin for Kodi mediacenter
2015-05-13 14:40:06 +03:00
This is a simple yet fully functional example of a video plugin for [Kodi](http://kodi.tv) mediacenter.
2015-08-31 13:24:17 +03:00
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.
2017-09-28 15:36:31 +03:00
Do **not** try to install a .zip generated by GitHub.
2015-05-13 14:40:06 +03:00
2016-04-11 18:21:53 +03:00
**Note**: the purpose of this example plugin is to show you how to organize and play your media content in Kodi.
2016-12-15 14:14:44 +02:00
The methods of obtaining such content, for example parsing websites or working with various APIs,
2016-04-11 18:21:53 +03:00
are beyond the scope of this example.
2016-04-11 18:21:53 +03:00
The plugin uses a pre-defined set of free sample videos from [www.vidsplay.com](http://www.vidsplay.com/).
2016-04-11 18:10:22 +03:00
2020-04-03 13:00:16 +03:00
Python 3 compatible example plugin for Kodi 19.x "Matrix" and above can be found in `python3` branch.
2020-04-03 12:59:50 +03:00
2017-09-29 14:46:19 +03:00
**Warning**: the "master" branch is only compatible with Kody 17.0 (Krypton) and above. For older versions see the "legacy" branch.
2016-04-11 18:22:31 +03:00
License: [GPL v.3](http://www.gnu.org/copyleft/gpl.html)