This commit is contained in:
nose
2025-12-05 03:42:57 -08:00
parent 5e4df11dbf
commit 5482ee5586
20 changed files with 911 additions and 223 deletions

View File

@@ -316,6 +316,12 @@ def _play_in_mpv(file_url: str, file_title: str, is_stream: bool = False, header
return False
# Backward-compatible alias for modules expecting the old IPC helper name.
def _get_fixed_ipc_pipe() -> str:
"""Return the shared MPV IPC pipe path (compat shim)."""
return get_ipc_pipe_path()
def _handle_search_result(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
"""Handle a file from search-file results using FileStorage backend."""
try: