From 1e4796779ab60a8d41725f3f37d958063b3b1d14 Mon Sep 17 00:00:00 2001 From: Roman Miroshnychenko Date: Mon, 11 Apr 2016 18:21:53 +0300 Subject: [PATCH] Update Readme.md --- Readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index fd54eee..1f4ac83 100644 --- a/Readme.md +++ b/Readme.md @@ -4,8 +4,12 @@ This is a simple yet fully functional example of a video plugin for [Kodi](http: Please read the comments in the plugin code for more details. An installable .zip can be downloaded from "[Releases](https://github.com/romanvm/plugin.video.example/releases)" tab. -The plugin uses free sample videos are provided by [www.vidsplay.com](http://www.vidsplay.com/). +**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 JSON-RPC APIs, +are beyond the scope of this example. -**Note**: the "master" branch is only compatible with Kody 16.0 (Jarvis) and above. For older versions see the "legacy" branch. +**Warning**: the "master" branch is only compatible with Kody 16.0 (Jarvis) and above. For older versions see the "legacy" branch. + +The plugin uses a pre-defined set of free sample videos from [www.vidsplay.com](http://www.vidsplay.com/). License: [GPL v.3](http://www.gnu.org/copyleft/gpl.html)