Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ the known tools with their metadata. The Information is encoded as JSON:
the shaders folder (`$MPV_HOME/shaders`).
- `fontfiles`: List of files from source that should be installed in
the fonts folder (`$MPV_HOME/fonts`).
- `executeablefiles`: List of executeable files from source that should
- `exefiles`: List of executeable files from source that should
be installed (user queried, defaults to `~/bin`).
- `install-notes`: Text that will be displayed after install.
- For a more detailed description of how to add the installation instructions
Expand Down
14 changes: 12 additions & 2 deletions mpv_script_directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -1709,9 +1709,19 @@
"name": "pause-indicator",
"url": "https://gist.github.com/torque/9dbc69543118347d2e5f43239a7e609a",
"type": "lua script",
"install": "git",
"receiving_url": "https://gist.github.com/torque/9dbc69543118347d2e5f43239a7e609a",
"install_dir": "gist/torque/pause-indicator",
"scriptfiles": [
"pause-indicator.lua"
],
"desc": "Displays a momentary icon that flashes in the middle of the screen, similar to YouTube.",
"os": [],
"stars": 12,
"os": [
"Linux",
"Mac",
"Windows"
],
"stars": 13,
"sharedrepo": false
},
"github:mpv-player/mpv/pause-when-minimize.lua": {
Expand Down