Site updated at 2017-01-15 17:48:29 UTC
This commit is contained in:
parent
3a2befc8da
commit
a9e8c57522
536 changed files with 12700 additions and 1884 deletions
|
@ -104,8 +104,24 @@
|
|||
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): The name to use in the frontend.</li>
|
||||
<li><strong>arguments</strong> (<em>Optional</em>): Additional arguments to be passed to VLC.</li>
|
||||
</ul>
|
||||
|
||||
<p>Only “music” media type is supported for now.</p>
|
||||
|
||||
<p>This service will control a background VLC instance, therefore you cannot use this to control a VLC instance launched on your desktop, unlike the Kodi media player for example.</p>
|
||||
|
||||
<h2><a class="title-link" name="full-configuration" href="#full-configuration"></a> Full configuration</h2>
|
||||
|
||||
<p>A full configuration for VLC could llok like the one below:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">media_player</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">vlc</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">speaker_1</span>
|
||||
<span class="s">arguments</span><span class="pi">:</span> <span class="s1">'</span><span class="s">--alsa-audio-device=hw:1,0'</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
@ -175,6 +191,9 @@
|
|||
<li>
|
||||
<a href='/components/media_player.mpd/'>Music Player Daemon (MPD)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.nad/'>NAD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.onkyo/'>Onkyo</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue