Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suemor233/marchenplay
MarchenPlay 是本地视频的弹幕播放器,使用弹弹play API,拖入动漫即可匹配弹幕
https://github.com/suemor233/marchenplay
Last synced: 27 days ago
JSON representation
MarchenPlay 是本地视频的弹幕播放器,使用弹弹play API,拖入动漫即可匹配弹幕
- Host: GitHub
- URL: https://github.com/suemor233/marchenplay
- Owner: suemor233
- License: gpl-3.0
- Created: 2024-08-11T15:00:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T05:38:53.000Z (2 months ago)
- Last Synced: 2024-09-18T08:45:47.644Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://marchen-play.suemor.com
- Size: 1.03 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MarchenPlay
## 简介
MarchenPlay 是本地视频弹幕播放器,使用 [弹弹play API](https://github.com/kaedei/dandanplay-libraryindex/blob/master/api/API.md),拖入动漫视频即可匹配对应的弹幕。
采用 Electron 开发,支持 **Web, macOS, Windows, Linux** 四个版本,其中主要适配 **macOS** 版本,目前仅支持 **mp4, mkv** 格式。
目前还在开发初期,功能很少,第一次接触 Electron,还在不断踩坑中,暂时先只提供 [Web版本](https://marchen-play.suemor.com) 体验。
## 开发
```bash
$ git clone https://github.com/suemor233/MarchenPlay.git$ pnpm install
$ pnpm dev
```## 截图
![home](https://fastly.jsdelivr.net/gh/suemor233/static@main/img/marchen-play-1.png)
![player](https://fastly.jsdelivr.net/gh/suemor233/static@main/img/marchen-play-player.png)
## 致谢 & 许可
- [弹弹play](https://www.dandanplay.com)
- [Follow](https://github.com/RSSNext/follow)
- [xgplayer](https://github.com/bytedance/xgplayer)[![GPLv3 License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)