add instructions for macOS vlc configuration (#1810)

https://community.home-assistant.io/t/audio-media-player-to-local-audio-out/9714/4?u=diplix
This commit is contained in:
diplix 2017-01-18 08:25:24 +01:00 committed by Fabian Affolter
parent fda68bef25
commit 37670c3912

View File

@ -44,3 +44,11 @@ media_player:
name: speaker_1 name: speaker_1
arguments: '--alsa-audio-device=hw:1,0' arguments: '--alsa-audio-device=hw:1,0'
``` ```
##### {% linkable_title Additional configuration on macOS %}
On macOS phython-vlc wont find the VLC plugin directory unless you add this to the users `.bash_profile` that is running Home Assistant:
```bash
export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins
```