nimatrueway / mpv-locatefile-lua-script

a lua-script for mpv to locate current media file on OS file browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpv-locatefile

mpv-locatefile is a tiny lua script for mpv to open current media file in OS file/web browser

Usage
  • Copy locatefile.lua script to (linux/macos) ~/.config/mpv/scripts/bookmarker.lua (win) %APPDATA%\mpv\scripts\bookmarker.lua.
  • Open key configuration file at (linux/macos) ~/.config/mpv/input.conf (win) %APPDATA%\mpv\input.conf and map your desired key to locate-current-file script_message, for example:
Alt+o script_message locate-current-file
Bug reporting

Feel free to create an issue in github, but make sure you provide me with enough information in the description:

  • Your operating system.
  • Run mpv with --msg-level='locatefile=debug' and attach your console output to the issue.
Tested on Ubuntu, macOS 10.12+, Windows 10

About

a lua-script for mpv to locate current media file on OS file browser


Languages

Language:Lua 100.0%