https://github.com/dyphire/mpv-sub-assrt
从射手网(伪)上下载中文字幕的 mpv 脚本
https://github.com/dyphire/mpv-sub-assrt
assrt lua mpv mpv-script mpv-scripts
Last synced: about 1 month ago
JSON representation
从射手网(伪)上下载中文字幕的 mpv 脚本
- Host: GitHub
- URL: https://github.com/dyphire/mpv-sub-assrt
- Owner: dyphire
- License: mit
- Created: 2025-01-16T16:26:21.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-18T07:43:52.000Z (about 1 month ago)
- Last Synced: 2025-03-18T08:35:38.403Z (about 1 month ago)
- Topics: assrt, lua, mpv, mpv-script, mpv-scripts
- Language: Lua
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mpv-sub-assrt
## assrt 字幕下载
使用 curl 通过 assrt 提供的 API 来搜索和下载中文字幕
通过 [uosc](https://github.com/tomasklaen/uosc) 的菜单 API 和 mpv 内部的 mp.input 原生菜单渲染(mpv 版本需不低于 0.39.0)提供菜单支持
### 用法
将脚本放入 mpv 配置目录的 `scripts` 文件夹中;
然后在`input.conf`中添加相应的键绑定:
```
key script-message-to sub_assrt sub-assrt
```## 鸣谢
- [mpv-assrt](https://github.com/AssrtOSS/mpv-assrt)