-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add it mplug script directory #8
Comments
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
},
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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: