Site updated at 2017-03-25 23:02:20 UTC

This commit is contained in:
Travis CI 2017-03-25 23:02:21 +00:00
parent a61ca670d2
commit 2cc4827413
384 changed files with 4883 additions and 1377 deletions

View file

@ -72,13 +72,14 @@
<span class="s">notify</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">kodi</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">NOTIFIER_NAME</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">http://192.168.0.123</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.0.123</span>
</code></pre>
</div>
<ul>
<li><strong>name</strong> (<em>Optional</em>): Name displayed in the frontend. The notifier will bind to the service <code class="highlighter-rouge">notify.NOTIFIER_NAME</code>.</li>
<li><strong>host</strong> (<em>Required</em>): The host name or address of the device that is running Kodi.</li>
<li><strong>port</strong> (<em>Optional</em>): The port number, the default value is <code class="highlighter-rouge">8080</code>.</li>
<li><strong>port</strong> (<em>Optional</em>): The HTTP port number. Defaults to 8080.</li>
<li><strong>proxy_ssl</strong> (<em>Optional</em>): Connect to kodi with HTTPS. Defaults to <code class="highlighter-rouge">false</code>. Useful if Kodi is behind an SSL proxy.</li>
<li><strong>username</strong> (<em>Optional</em>): The XBMC/Kodi HTTP username.</li>
<li><strong>password</strong> (<em>Optional</em>): The XBMC/Kodi HTTP password.</li>
</ul>