From 32e0918b5249edff994fd9080e45e2366943367d Mon Sep 17 00:00:00 2001 From: Roman Miroshnychenko Date: Fri, 3 Apr 2020 12:59:50 +0300 Subject: [PATCH] Update Readme.md --- .gitignore | 2 ++ Readme.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 92c2af4..32927aa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,9 @@ __pycache__/ # Distribution / packaging .Python +.env env/ +.venv/ venv/ venv2/ build/ diff --git a/Readme.md b/Readme.md index 4aa1e46..7e327a9 100644 --- a/Readme.md +++ b/Readme.md @@ -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)