Update Readme.md

This commit is contained in:
Roman Miroshnychenko 2020-04-03 12:59:50 +03:00
parent cd0849ae48
commit 32e0918b52
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -9,7 +9,9 @@ __pycache__/
# Distribution / packaging
.Python
.env
env/
.venv/
venv/
venv2/
build/

View File

@ -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/).
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](http://www.gnu.org/copyleft/gpl.html)