{"id":20247623,"url":"https://github.com/ryensx/mediaboxpluginrepository","last_synced_at":"2025-07-25T00:05:09.235Z","repository":{"id":39660258,"uuid":"485011832","full_name":"RyensX/MediaBoxPluginRepository","owner":"RyensX","description":"媒体盒子(MediaBox)官方插件仓库","archived":false,"fork":false,"pushed_at":"2024-11-10T08:10:49.000Z","size":3226,"stargazers_count":160,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-17T20:05:36.485Z","etag":null,"topics":["actions","android","html","java","javascript","jsoup","kotlin","nodejs","vitepress"],"latest_commit_sha":null,"homepage":"https://ryensx.github.io/MediaBoxPluginRepository/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RyensX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-04-24T11:45:10.000Z","updated_at":"2025-05-15T07:58:09.000Z","dependencies_parsed_at":"2023-02-18T23:15:53.170Z","dependency_job_id":"40dab468-9b14-43b9-b0fd-f95ee3869870","html_url":"https://github.com/RyensX/MediaBoxPluginRepository","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RyensX/MediaBoxPluginRepository","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyensX%2FMediaBoxPluginRepository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyensX%2FMediaBoxPluginRepository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyensX%2FMediaBoxPluginRepository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyensX%2FMediaBoxPluginRepository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyensX","download_url":"https://codeload.github.com/RyensX/MediaBoxPluginRepository/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyensX%2FMediaBoxPluginRepository/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266928417,"owners_count":24007898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["actions","android","html","java","javascript","jsoup","kotlin","nodejs","vitepress"],"created_at":"2024-11-14T09:38:18.195Z","updated_at":"2025-07-25T00:05:09.160Z","avatar_url":"https://github.com/RyensX.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![数据构建](https://github.com/RyensX/MediaBoxPluginRepository/actions/workflows/plugin_page.yml/badge.svg)\n[![OSCS Status](https://www.oscs1024.com/platform/badge/RyensX/MediaBoxPluginRepository.svg?size=small)](https://www.oscs1024.com/project/RyensX/MediaBoxPluginRepository?ref=badge_small)\n\n# 媒体盒子([MediaBox](https://github.com/RyensX/MediaBox))官方插件仓库\n\n普通用户使用见[**官方网站**](https://ryensx.github.io/MediaBoxPluginRepository/)\n\n插件具体信息见[**插件说明**](https://github.com/RyensX/MediaBoxPluginRepository/tree/gh-pages)\n\n## 👏如何提交插件？\n\n* 拉取[插件API](https://github.com/RyensX/MediaBoxPlugin)根据[插件开发指南](https://github.com/RyensX/MediaBox/wiki)编写插件\n\n* 上传源码到Github（官方插件仓库里的插件都**必须开源**）并发布一个包含插件包的release\n\n* fork本仓库并在[plugin_release_list.json](https://github.com/RyensX/MediaBoxPluginRepository/blob/main/plugin_release_list.json)填写插件信息，注意**格式化**。\n  \n  注意：**提交版本的commit.messages请使用\"[plugin_submit]插件名称\"，否则不会审核通过**\n  \n  插件信息结构如下\n  \n  ```\n  {\n           \"name\": \"插件名称\",\n           \"release\": \"对应插件版本的release链接，如https://github.com/RyensX/SakuraAnimePlugin/releases/tag/1.5(6)\"\n  }\n  ```\n\n* 对本仓库发起PR，等待审核。\n\n成功合并后CI会**自动解析**提交版本插件的信息并生成数据，此后可在官方网站和APP上查看到。\n\n生成的插件信息对应关系如下\n\n| version                     | packageName             | iconBase64     | sourcePath       | name     | apiVersion | repoDesc           | repoUrl        |author|\n| --------------------------- | ----------------------- | -------------- | ---------------- | -------- | ---------- | ------------------ | -------------- | -------------- |\n| AndroidManifest.versionName | AndroidManifest.package | 插件apk图标的base64 | releaseAsset下载地址 | 插件apk应用名 | 插件API版本    | 插件对应仓库的Description | 目前是版本release链接 | 作者名，取自仓库用户名 |\n\n## 🚀如何提交新版本？\n\n与上述操作一致，修改[plugin_release_list.json](https://github.com/RyensX/MediaBoxPluginRepository/blob/main/plugin_release_list.json)中对应的release链接成**新版本链接**即可。\n\n注意：**提交新版本的commit.messages请使用\"[plugin_update]插件名称\"，否则不会审核通过**\n\n## 🧩仓库改进贡献\n\n请遵循本项目的commit风格（commit.messages类型使用Angular Git Commit）\n\n## 💡额外限制\n插件仓库**不支持提交包含R18**内容的插件（但不影响插件自己的仓库提交到Github），感谢理解。\n\n## 许可证\n\n[**GNU General Public License v3.0**](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryensx%2Fmediaboxpluginrepository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryensx%2Fmediaboxpluginrepository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryensx%2Fmediaboxpluginrepository/lists"}