Go to file
Roman Miroshnychenko 32e0918b52 Update Readme.md 2020-04-03 12:59:50 +03:00
resources Update artwork metadata 2016-11-25 11:27:08 +00:00
.gitignore Update Readme.md 2020-04-03 12:59:50 +03:00
Readme.md Update Readme.md 2020-04-03 12:59:50 +03:00
addon.xml Version bump: 2.3.1 2018-01-09 16:01:14 +02:00
fanart.jpg Update artwork metadata 2016-11-25 11:27:08 +00:00
icon.png Changed project structure 2015-08-31 13:09:38 +03:00
main.py Use iterkeys() to iterate dict keys 2017-11-20 16:39:52 +02:00

Readme.md

Simple example plugin for Kodi mediacenter

This is a simple yet fully functional example of a video plugin for Kodi mediacenter. Please read the comments in the plugin code for more details. An installable .zip can be downloaded from "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.

The plugin uses a pre-defined set of free sample videos from www.vidsplay.com.

Python 3 compatible example plugin for Kodi 19.x "Matrix" and above can be found in matrix branch.

Warning: the "master" branch is only compatible with Kody 17.0 (Krypton) and above. For older versions see the "legacy" branch.

License: GPL v.3