From eb847e007a32cf2cc2e7c69db5f74660595ceb4f Mon Sep 17 00:00:00 2001 From: Et0h Date: Sat, 19 Jul 2014 13:28:02 +0100 Subject: [PATCH] Add VLC wrapper for if regular VLC is not working in Linux --- syncplay/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/constants.py b/syncplay/constants.py index 75f6142..27acfdb 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -69,6 +69,7 @@ VLC_PATHS = [ r"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe", r"C:\Program Files\VideoLAN\VLC\vlc.exe", "/usr/bin/vlc", + "/usr/bin/vlc-wrapper", "/Applications/VLC.app/Contents/MacOS/VLC" ]