From 0124a5ed0d3e26c0337da268c367852eeb61d9cb Mon Sep 17 00:00:00 2001 From: Roman Miroshnychenko Date: Mon, 1 Dec 2014 12:32:42 +0200 Subject: [PATCH] Updated comment --- plugin.video.example/default.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.video.example/default.py b/plugin.video.example/default.py index 1b3cf12..22b16b7 100644 --- a/plugin.video.example/default.py +++ b/plugin.video.example/default.py @@ -16,6 +16,8 @@ __handle__ = int(sys.argv[1]) # Free sample videos are provided by www.vidsplay.com # Here we use a fixed set of properties simply for demonstrating purposes +# In a "real life" plugin you will need to get info and links to video files/streams +# from some web-site or online service. VIDEOS = {'Animals': [('Crab', 'http://www.vidsplay.com/vids/crab.jpg', 'http://www.vidsplay.com/vids/crab.mp4'), ('Alligator', 'http://www.vidsplay.com/vids/alligator.jpg',