From 843fbaa25bc59e972354950a4c5131216a65e5a5 Mon Sep 17 00:00:00 2001 From: Roman Miroshnychenko Date: Sat, 5 Jul 2025 11:27:10 +0300 Subject: [PATCH 1/2] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 751cc37..37b437d 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ 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. +are outside the scope of this example. The plugin uses a pre-defined set of public domain movies from [publicdomainmovie.net](https://publicdomainmovie.net/). From 8c7ac5e1a77f2559c6bcfc36f941f1fbb89d4a80 Mon Sep 17 00:00:00 2001 From: Roman Miroshnychenko Date: Sat, 5 Jul 2025 11:34:21 +0300 Subject: [PATCH 2/2] Update Readme.md --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 37b437d..a164cd6 100644 --- a/Readme.md +++ b/Readme.md @@ -11,6 +11,10 @@ are outside the scope of this example. The plugin uses a pre-defined set of public domain movies from [publicdomainmovie.net](https://publicdomainmovie.net/). +If you are working with this code in some IDE, like PyCharm or VS Code, I strongly recommend to install +[Kodistubs](https://github.com/romanvm/Kodistubs) in your working Python virtual environment +to get auto-completion and quick documentation for Kodi Python API classes and functions in your IDE. + **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.