{"id":13835081,"url":"https://github.com/tsl0922/mpv-menu-plugin","last_synced_at":"2026-03-05T14:03:50.934Z","repository":{"id":211848270,"uuid":"730086937","full_name":"tsl0922/mpv-menu-plugin","owner":"tsl0922","description":"context menu, file dialog, clipboard support for mpv","archived":false,"fork":false,"pushed_at":"2025-01-15T12:28:36.000Z","size":266,"stargazers_count":159,"open_issues_count":9,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-01T03:00:28.518Z","etag":null,"topics":["c","lua","mpv","mpv-script","win32"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsl0922.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"tsl0922"}},"created_at":"2023-12-11T07:13:22.000Z","updated_at":"2025-05-31T12:57:09.000Z","dependencies_parsed_at":"2024-01-27T04:23:10.428Z","dependency_job_id":"20b386cf-07a1-41b3-a3bc-a902559a86a6","html_url":"https://github.com/tsl0922/mpv-menu-plugin","commit_stats":null,"previous_names":["tsl0922/mpv-plugin","tsl0922/mpv-menu-plugin"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/tsl0922/mpv-menu-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsl0922%2Fmpv-menu-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsl0922%2Fmpv-menu-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsl0922%2Fmpv-menu-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsl0922%2Fmpv-menu-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsl0922","download_url":"https://codeload.github.com/tsl0922/mpv-menu-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsl0922%2Fmpv-menu-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30130031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","lua","mpv","mpv-script","win32"],"created_at":"2024-08-04T14:00:56.333Z","updated_at":"2026-03-05T14:03:50.914Z","avatar_url":"https://github.com/tsl0922.png","language":"C","funding_links":["https://github.com/sponsors/tsl0922"],"categories":["Menu"],"sub_categories":[],"readme":"# mpv-menu-plugin\n\nConfigurable context menu for [mpv](https://mpv.io) on Windows, with additional support for native file dialog and clipboard.\n\n![screenshot](screenshot/menu.jpg)\n\nSee also [mpv-debug-plugin](https://github.com/tsl0922/mpv-debug-plugin).\n\n## Features\n\n- Configurable Native Context Menu\n- Open from File Dialog / Clipboard\n- Scripting API for developers\n\n## Installation\n\n[mpv](https://mpv.io) \u003e= `0.37.0` is required, and the `cplugins` feature should be enabled.\n\nDownload the plugin from [Releases](https://github.com/tsl0922/mpv-menu-plugin/releases/latest), place the `.dll` and `.lua` files in your mpv [scripts](https://mpv.io/manual/master/#script-location) folder.\n\n\u003e [!IMPORTANT]\n\u003e **THIS PLUGIN DOES NOT HAVE A BUILTIN DEFAULT MENU CONFIG.**\n\u003e You must define some menu items in [input.conf](https://mpv.io/manual/master/#command-interface), or you won't see a menu, check the **Configuration** section below.\n\u003e\n\u003e See also [Frequently Asked Questions (FAQ)](https://github.com/tsl0922/mpv-menu-plugin/wiki/FAQ).\n\n\u003e [!TIP]\n\u003e To find mpv config location on Windows, run `echo %APPDATA%\\mpv` in `cmd.exe`.\n\u003e\n\u003e You can also use `portable_config` next to `mpv.exe`, read [FILES ON WINDOWS](https://mpv.io/manual/master/#files-on-windows).\n\u003e\n\u003e If the `scripts` folder doesn't exist in mpv config dir, you may create it yourself.\n\n## Configuration\n\n- [Documentation](https://github.com/tsl0922/mpv-menu-plugin/wiki/Configuration)\n- [Example](https://gist.github.com/tsl0922/8989aa32994b0448a2652ee260348a35)\n\n## Scripting\n\n- [Documentation](https://github.com/tsl0922/mpv-menu-plugin/wiki/Scripting)\n- [Example](https://github.com/tsl0922/mpv-menu-plugin/wiki/Scripting-example)\n\n## Credits\n\nThis project contains code copied from [mpv](https://github.com/mpv-player/mpv).\n\n# License\n\n[GPLv2](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsl0922%2Fmpv-menu-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsl0922%2Fmpv-menu-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsl0922%2Fmpv-menu-plugin/lists"}