We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda68be commit 37670c3Copy full SHA for 37670c3
source/_components/media_player.vlc.markdown
@@ -44,3 +44,11 @@ media_player:
44
name: speaker_1
45
arguments: '--alsa-audio-device=hw:1,0'
46
```
47
+
48
+##### {% linkable_title Additional configuration on macOS %}
49
50
+On macOS phython-vlc won’t find the VLC plugin directory unless you add this to the user’s `.bash_profile` that is running Home Assistant:
51
52
+```bash
53
+export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins
54
+```
0 commit comments