From 5eff55dcf0c72116f6cab9569459302156074397 Mon Sep 17 00:00:00 2001 From: Florian Harr Date: Fri, 8 Sep 2017 03:19:14 -0400 Subject: [PATCH] Added note regarding script.json-cec plugin on kodi page (#3330) * Added note regarding script.json-cec plugin on kodi page * Add HTML for note --- source/_components/media_player.kodi.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/media_player.kodi.markdown b/source/_components/media_player.kodi.markdown index f5a5c25c9f1..a5297acd749 100644 --- a/source/_components/media_player.kodi.markdown +++ b/source/_components/media_player.kodi.markdown @@ -193,6 +193,9 @@ media_player: command: standby ``` +

+This example and the following requires to have the [script.json-cec](https://github.com/joshjowen/script.json-cec) plugin installed on your kodi player. It'll also expose th endpoints standy, toggle and activate without authentication on your kodi player. Use this with caution. +

### {% linkable_title Kodi services samples %}