diff --git a/README.md b/README.md index 0a4c0d7..7f2a475 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mpv_script_directory.json b/mpv_script_directory.json index 9545adb..7ceb06d 100644 --- a/mpv_script_directory.json +++ b/mpv_script_directory.json @@ -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": {