Skip to content

Commit 37670c3

Browse files
diplixfabaff
authored andcommitted
1 parent fda68be commit 37670c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/_components/media_player.vlc.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ media_player:
4444
name: speaker_1
4545
arguments: '--alsa-audio-device=hw:1,0'
4646
```
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

Comments
 (0)