Add VLC wrapper for if regular VLC is not working in Linux

This commit is contained in:
Et0h 2014-07-19 13:28:02 +01:00
parent 9a04e6e0c5
commit eb847e007a

View File

@ -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"
]