# 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 # 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 # Enable AniSkip intro detection + markers. aniskip_enabled=yes # Force title (optional). Launcher fills this from guessit when available. aniskip_title= # Force season (optional). Launcher fills this from guessit when available. aniskip_season= # Force MAL id (optional). Leave blank for title lookup. aniskip_mal_id= # Force episode number (optional). Leave blank for filename/title detection. aniskip_episode= # Show intro skip OSD button while inside OP range. aniskip_show_button=yes # OSD text shown for intro skip action. # `%s` is replaced by keybinding. aniskip_button_text=You can skip by pressing %s # Keybinding to execute intro skip when button is visible. aniskip_button_key=y-k # OSD hint duration in seconds (shown during first 3s of intro). aniskip_button_duration=3 # MPV keybindings provided by plugin/subminer.lua: # y-s start, y-S stop, y-t toggle visible overlay