# SubMiner configuration # Place this file in ~/.config/mpv/script-opts/ # Path to SubMiner binary (leave empty for auto-detection) # Auto-detection searches common locations, including: # - macOS: /Applications/SubMiner.app/Contents/MacOS/SubMiner, ~/Applications/SubMiner.app/Contents/MacOS/SubMiner # - Linux: ~/.local/bin/SubMiner.AppImage, /opt/SubMiner/SubMiner.AppImage, /usr/local/bin/SubMiner, /usr/bin/SubMiner binary_path= # Path to mpv IPC socket (must match input-ipc-server in mpv.conf) socket_path=/tmp/subminer-socket # Enable texthooker WebSocket server texthooker_enabled=yes # Texthooker WebSocket port texthooker_port=5174 # Window manager backend: auto, hyprland, sway, x11 # "auto" detects based on environment variables backend=auto # Automatically start overlay when a file is loaded auto_start=no # Automatically show visible overlay when overlay starts auto_start_visible_overlay=no # Automatically show invisible overlay when overlay starts # Values: platform-default, visible, hidden # platform-default => hidden on Linux, visible on macOS/Windows auto_start_invisible_overlay=platform-default # Legacy alias (maps to auto_start_visible_overlay) # auto_start_overlay=no # Show OSD messages for overlay status osd_messages=yes # Log level for plugin and SubMiner binary: debug, info, warn, error log_level=info # MPV keybindings provided by plugin/subminer.lua: # y-s start, y-S stop, y-t toggle visible overlay # y-i toggle invisible overlay, y-I show invisible overlay, y-u hide invisible overlay