mpv-osc-tethys
mpv-osc-tethys copied to clipboard
Add it mplug script directory
Mplug is like a package manager but for mpv scripts. Please add your script there (if already not there) and also installation instructions in manifest - https://github.com/Nudin/mpv-script-directory/blob/master/HOWTO_ADD_INSTALL_INSTRUCTIONS.md
https://github.com/Nudin/mpv-script-directory/blob/master/mpv_script_directory.json
Hmmm, no mpv-osc-morden or MordenX.
"github:TheAMM/mpv_thumbnail_script": {
"name": "mpv_thumbnail_script",
"url": "https://github.com/TheAMM/mpv_thumbnail_script",
"type": "lua script",
"install": "git",
"receiving_url": "https://github.com/TheAMM/mpv_thumbnail_script",
"install_dir": "github/TheAMM/mpv_thumbnail_script",
"desc": "Show preview thumbnails when hovering over the seekbar, without the need for external dependencies.",
"scriptfiles": [
"mpv_thumbnail_script_server.lua",
"mpv_thumbnail_script_client_osc.lua"
],
"install-notes": "Note: Because this script replaces the built-in OSC, you will have to set osc=no in your mpv's main config file.\nSee the scripts site for configuration options:\nhttps://github.com/TheAMM/mpv_thumbnail_script",
"os": [],
"stars": 294,
"sharedrepo": false
},
"github:darsain/uosc": {
"name": "uosc",
"url": "https://github.com/darsain/uosc",
"type": "lua script",
"receiving_url": "https://github.com/darsain/uosc",
"install_dir": "github/darsain/uosc",
"desc": "Minimalist proximity based UI replacement. Video preview.",
"os": [],
"stars": 68,
"sharedrepo": false
},
mpv_thumbnail_script is probably broken, as the scriptfiles are in the release, not the git clone source code. It's a good example thought.
So mpv-osc-tethys is:
"github:Zren/mpv-osc-tethys": {
"name": "mpv-osc-tethys",
"url": "https://github.com/Zren/mpv-osc-tethys",
"type": "lua script",
"install": "git",
"receiving_url": "https://github.com/Zren/mpv-osc-tethys",
"install_dir": "github/Zren/mpv-osc-tethys",
"desc": "An OSC UI replacement for MPV with icons from the bomi video player. Also contains thumbnail preview and a picture-in-picture button.",
"scriptfiles": [
"mpv_thumbnail_script_server.lua",
"osc_tethys.lua"
],
"install-notes": "Note: Because this script replaces the built-in OSC, you will have to set osc=no in your mpv's main config file.\nSee the scripts site for configuration options:\nhttps://github.com/Zren/mpv-osc-tethys",
"os": [],
"stars": 37,
"sharedrepo": false
},
Excellent! Thank you very much
Can you open a pull request please?