Fix mpv verbose mode issue with file opening recognition
This commit is contained in:
parent
6e36035e84
commit
d77910d362
@ -175,6 +175,7 @@ class MplayerPlayer(BasePlayer):
|
||||
if line:
|
||||
self._client.ui.showDebugMessage("player << {}".format(line))
|
||||
line = line.replace("[cplayer] ", "") # -v workaround
|
||||
line = line.replace("[term-msg] ", "") # -v workaround
|
||||
line = line.replace(" cplayer: ","") # --msg-module workaround
|
||||
line = line.replace(" term-msg: ", "")
|
||||
if "Failed to get value of property" in line or "=(unavailable)" in line or line == "ANS_filename=" or line == "ANS_length=" or line == "ANS_path=":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user