Site updated at 2017-01-18 07:52:00 UTC

This commit is contained in:
Travis CI 2017-01-18 07:52:01 +00:00
parent 83ade7af9e
commit ae6974910e
24 changed files with 45 additions and 37 deletions

View file

@ -123,6 +123,14 @@
</code></pre>
</div>
<h5><a class="title-link" name="additional-configuration-on-macos" href="#additional-configuration-on-macos"></a> Additional configuration on macOS</h5>
<p>On macOS phython-vlc wont find the VLC plugin directory unless you add this to the users <code class="highlighter-rouge">.bash_profile</code> that is running Home Assistant:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="nb">export </span><span class="nv">VLC_PLUGIN_PATH</span><span class="o">=</span><span class="nv">$VLC_PLUGIN_PATH</span>:/Applications/VLC.app/Contents/MacOS/plugins
</code></pre>
</div>
</article>