mpv-osc-tethys icon indicating copy to clipboard operation
mpv-osc-tethys copied to clipboard

Add it mplug script directory

Open z8512 opened this issue 3 years ago • 2 comments

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

z8512 avatar May 28 '22 10:05 z8512

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
    },

Zren avatar May 29 '22 20:05 Zren

Excellent! Thank you very much

Can you open a pull request please?

z8512 avatar May 29 '22 20:05 z8512