https://github.com/a-wing/endplayer
:end: Electron Native Danmaku Player
https://github.com/a-wing/endplayer
danmaku danmaku-player player
Last synced: about 2 months ago
JSON representation
:end: Electron Native Danmaku Player
- Host: GitHub
- URL: https://github.com/a-wing/endplayer
- Owner: a-wing
- License: gpl-3.0
- Created: 2019-06-04T11:23:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:29:57.000Z (almost 3 years ago)
- Last Synced: 2024-12-15T00:12:33.728Z (10 months ago)
- Topics: danmaku, danmaku-player, player
- Language: TypeScript
- Homepage:
- Size: 2.68 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Endplayer
=====> Electron Native Danmaku Player

> Use Electron, React, mpv, danmaku player
## Todo
- [ ] Engine && Loder System
- [x] Engine: Danmaku
- [x] Loader: Auto Search ACplayer(dandanplayer API) danmaku
- [x] Loader: handle Bilibili danmaku
- [ ] Plugin: Send Danmaku
- [ ] Danmaku Filter
- [x] Engine: Subtitle
- [x] Loader: handleSubtitleLoad Subtitle ass
- [ ] Loader: Auto Search SubtitleLoad
- [ ] Play List
- [ ] Socket control API (Maybe http RESTful Or RPC)
- [ ] Shortcut key support
- [x] Debug display log
- [x] ~~UI blur support~~ Refactor UI
- [x] Setting## Depends
- mpv## Build
```
npm install# For Linux
npm run use-system-ffmpeg# Run
npm run build
npm run start
```## About Get bilibili Danmaku
```
https://comment.bilibili.com/ + (cid) + (.xml)
https://comment.bilibili.com/52175602.xmlOr
https://api.bilibili.com/x/v1/dm/list.so?oid= + (cid)
https://api.bilibili.com/x/v1/dm/list.so?oid=87404714
```## Acknowledgement
- [Kagami/mpv.js](https://github.com/Kagami/mpv.js)
- [weizhenye/Danmaku](https://github.com/weizhenye/Danmaku)
- [weizhenye/ASS](https://github.com/weizhenye/ASS)