Site updated at 2017-05-21 18:46:25 UTC
This commit is contained in:
parent
8b8dbecd7c
commit
11e5dfd71a
27 changed files with 44 additions and 42 deletions
|
@ -84,7 +84,7 @@
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>ssocr_bin</strong> (<em>Optional</em>): The command line tool <code class="highlighter-rouge">ssocr</code>. Set it if you use a different name for the executable. Defaults to <code class="highlighter-rouge">ssorc</code>.</li>
|
||||
<li><strong>ssocr_bin</strong> (<em>Optional</em>): The command line tool <code class="highlighter-rouge">ssocr</code>. Set it if you use a different name for the executable. Defaults to <code class="highlighter-rouge">ssocr</code>.</li>
|
||||
<li><strong>x_position</strong> (<em>Optional</em>): X coordinate of the upper left corner of the area to crop. Defaults to <code class="highlighter-rouge">0</code>.</li>
|
||||
<li><strong>y_position</strong> (<em>Optional</em>): Y coordinate of the upper left corner of the area to crop. Defaults to <code class="highlighter-rouge">0</code>.</li>
|
||||
<li><strong>height</strong> (<em>Optional</em>): Height of the area to crop. Defaults to <code class="highlighter-rouge">0</code>.</li>
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
<span class="s">host</span><span class="pi">:</span> <span class="s">0.0.0.0</span>
|
||||
<span class="s">port</span><span class="pi">:</span> <span class="s">65432</span>
|
||||
<span class="s">remotes</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">kira_remote</span>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s">kira_remote</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.100.1</span>
|
||||
<span class="s">port</span><span class="pi">:</span> <span class="s">65432</span>
|
||||
</code></pre>
|
||||
|
|
|
@ -72,12 +72,14 @@
|
|||
<li>Denon DRA-N5</li>
|
||||
<li>Denon RCD-N8 (untested)</li>
|
||||
<li>Denon RCD-N9 (partial support)</li>
|
||||
<li>Denon AVR receivers with Integrated Network support (partial support)</li>
|
||||
<li>Denon AVR receivers with integrated Network support (partial support)</li>
|
||||
<li>Denon AVR-X4100W (via denonavr platform)</li>
|
||||
<li>Denon AVR receivers (via denonavr platform (untested))</li>
|
||||
<li>Marantz M-RC610 (via denonavr platform)</li>
|
||||
<li>Marantz receivers (experimental via denonavr platform)</li>
|
||||
</ul>
|
||||
</ul><pre class="note">
|
||||
If you have something else using the IP controller for your Denon AVR 3808CI, such as your URC controller, it will not work! There is either a bug or security issue with some models where only one device could be controlling the IP functionality.
|
||||
</pre>
|
||||
<p>To add a Denon Network Receiver to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p><strong>Telnet platform</strong></p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue