Do not treat mplayerc.exe (Media Player Classic) as a synonym for mplayer2

This commit is contained in:
Et0h 2015-10-12 13:58:44 +01:00
parent d65f7eeb12
commit 63731811ae

View File

@ -216,7 +216,7 @@ class MplayerPlayer(BasePlayer):
@staticmethod
def isValidPlayerPath(path):
if "mplayer" in path and MplayerPlayer.getExpandedPath(path):
if "mplayer" in path and MplayerPlayer.getExpandedPath(path) and not "mplayerc.exe" in path: # "mplayerc.exe" is Media Player Classic (not Home Cinema):
return True
return False