diff --git a/syncplay/players/mplayer.py b/syncplay/players/mplayer.py index dd35762..4c505a3 100644 --- a/syncplay/players/mplayer.py +++ b/syncplay/players/mplayer.py @@ -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