diff --git a/source/_components/media_player.vlc.markdown b/source/_components/media_player.vlc.markdown index 78d2971daee..8a9b6b48522 100644 --- a/source/_components/media_player.vlc.markdown +++ b/source/_components/media_player.vlc.markdown @@ -44,3 +44,11 @@ media_player: name: speaker_1 arguments: '--alsa-audio-device=hw:1,0' ``` + +##### {% linkable_title Additional configuration on macOS %} + +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: + +```bash +export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins +```