Add vlc.exe expandedpath
This commit is contained in:
parent
461ca0f442
commit
3aba8e926d
@ -175,6 +175,9 @@ class VlcPlayer(BasePlayer):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def getExpandedPath(playerPath):
|
def getExpandedPath(playerPath):
|
||||||
|
if(os.path.isfile(playerPath + u"\\vlc.exe")):
|
||||||
|
playerPath += u"\\vlc.exe"
|
||||||
|
return playerPath
|
||||||
if os.access(playerPath, os.X_OK):
|
if os.access(playerPath, os.X_OK):
|
||||||
return playerPath
|
return playerPath
|
||||||
for path in os.environ['PATH'].split(':'):
|
for path in os.environ['PATH'].split(':'):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user