Skip to content

romanvm/plugin.video.example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0660700 · Aug 28, 2023

History

68 Commits
Jul 11, 2023
Apr 3, 2020
Jul 10, 2023
Jul 11, 2023
Aug 28, 2023
Aug 28, 2023

Repository files navigation

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 public domain movies from publicdomainmovie.net.

Warning: the "master" branch is only compatible with Kody 20.0 ("Nexus") and above that uses Python 3 runtime for addons. For older versions see "matrix" and "python2" branches.

Licenses: