Update Readme.md
This commit is contained in:
parent
cd0849ae48
commit
32e0918b52
|
|
@ -9,7 +9,9 @@ __pycache__/
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
|
.env
|
||||||
env/
|
env/
|
||||||
|
.venv/
|
||||||
venv/
|
venv/
|
||||||
venv2/
|
venv2/
|
||||||
build/
|
build/
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@ are beyond the scope of this example.
|
||||||
|
|
||||||
The plugin uses a pre-defined set of free sample videos from [www.vidsplay.com](http://www.vidsplay.com/).
|
The plugin uses a pre-defined set of free sample videos from [www.vidsplay.com](http://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.
|
**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](http://www.gnu.org/copyleft/gpl.html)
|
License: [GPL v.3](http://www.gnu.org/copyleft/gpl.html)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue