Skip to content
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

Open
z8512 opened this issue May 28, 2022 · 2 comments
Open

Add it mplug script directory #8

z8512 opened this issue May 28, 2022 · 2 comments

Comments

@z8512
Copy link

z8512 commented May 28, 2022

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

@Zren
Copy link
Owner

Zren commented May 29, 2022

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

@z8512
Copy link
Author

z8512 commented May 29, 2022

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants