hkjh
This commit is contained in:
@@ -474,6 +474,10 @@ def get_ipc_pipe_path() -> str:
|
||||
Returns:
|
||||
Path to IPC pipe (Windows) or socket (Linux/macOS)
|
||||
"""
|
||||
override = os.environ.get("MEDEIA_MPV_IPC") or os.environ.get("MPV_IPC_SERVER")
|
||||
if override:
|
||||
return str(override)
|
||||
|
||||
system = platform.system()
|
||||
|
||||
if system == "Windows":
|
||||
|
||||
Reference in New Issue
Block a user