Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimatrueway/mpv-locatefile-lua-script
a lua-script for mpv to locate current media file on OS file browser
https://github.com/nimatrueway/mpv-locatefile-lua-script
Last synced: 3 months ago
JSON representation
a lua-script for mpv to locate current media file on OS file browser
- Host: GitHub
- URL: https://github.com/nimatrueway/mpv-locatefile-lua-script
- Owner: nimatrueway
- Created: 2018-01-07T17:30:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T07:48:35.000Z (over 2 years ago)
- Last Synced: 2024-06-30T11:30:31.068Z (4 months ago)
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 21
- Watchers: 7
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-mpv - locate-file - Locate current media file on your OS file browser (File)
README
## 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