https://github.com/marchen-dev/marchen-player
Marchen Player 是本地视频的弹幕播放器,使用弹弹play API,支持跨平台,拖入动漫即可匹配弹幕
https://github.com/marchen-dev/marchen-player
anime dandanplay danmaku danmu electron macos player
Last synced: 2 days ago
JSON representation
Marchen Player 是本地视频的弹幕播放器,使用弹弹play API,支持跨平台,拖入动漫即可匹配弹幕
- Host: GitHub
- URL: https://github.com/marchen-dev/marchen-player
- Owner: marchen-dev
- License: agpl-3.0
- Created: 2024-09-24T06:13:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-26T18:13:35.000Z (5 days ago)
- Last Synced: 2026-04-26T20:21:32.437Z (5 days ago)
- Topics: anime, dandanplay, danmaku, danmu, electron, macos, player
- Language: TypeScript
- Homepage: https://marchen-play.suemor.com
- Size: 14.9 MB
- Stars: 54
- Watchers: 0
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Marchen Player
Marchen Player 是本地视频弹幕播放器,拖入动漫视频即可匹配对应的弹幕。
采用 Electron 开发,支持 **Web, macOS, Windows, Linux** 四个版本,目前主要适配 **macOS** 版本。
[在线体验](https://marchen-play.suemor.com) | [下载客户端](https://github.com/marchen-dev/marchen-player/releases/latest)
## ✨ 特征
- [x] 导入动漫自动匹配弹幕
- [x] 支持设置弹幕字体大小、持续时间、显示区域
- [x] 支持手动添加第三方弹幕网址
- [x] 支持导入本地 XML 和 JSON 弹幕文件
- [x] 支持对不同平台的弹幕进行单独的开关
- [x] 支持弹幕缓存,加快弹幕加载速度
- [x] 支持弹幕繁体转简体
- [x] 自动安装更新,无需手动下载安装
- [x] 跨平台,支持 macOS Windows Linux Web 版本
- [x] 支持白天夜间模式,可以跟随系统自动切换
- [x] 支持解析视频内嵌字幕和导入本地字幕
- [x] 支持修改匹配的弹幕库
- [x] 还算不错的 UI 设计
- [x] 播放记录界面可以显示播放进度和对应的画面
## 👀 截图









## 🔧 开发
```bash
$ corepack enable
$ git clone https://github.com/marchen-dev/marchen-player.git
$ pnpm install
$ cp .env.example .env
$ pnpm dev
```
## 📎 技术栈
- Electron
- React
- TypeScript
- Tailwind CSS
- Jotai
- shadcn/ui
- TanStack Query
- Framer motion
- xgplayer
## ❤️ 致谢 & 许可
- [弹弹play](https://www.dandanplay.com)
- [xgplayer](https://github.com/bytedance/xgplayer)
[](https://www.gnu.org/licenses/agpl-3.0)