Files
jellyfin-plugin-danmu/README.md
2022-10-11 14:22:27 +08:00

34 lines
806 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# jellyfin-plugin-danmu
jellyfin的b站弹幕自动下载插件会匹配b站番剧/电影视频,自动下载对应弹幕,并定时更新。
## 安装插件
只支持最新的`jellyfin 10.8.x`版本
添加插件存储库:
`https://github.com/cxfksword/jellyfin-plugin-danmu/raw/main/manifest.json`
## How to test
1. Build the plugin
2. Create a folder, like `Danmu` and copy `bin/Release/Jellyfin.Plugin.Danmu.dll` into it
3. Move folder `Danmu` to jellyfin `data/plugin` folder
## How to build
1. Clone or download this repository
2. Ensure you have .NET Core SDK setup and installed
3. Build plugin with following command.
```sh
$ dotnet restore Jellyfin.Plugin.Danmu/Jellyfin.Plugin.Danmu.csproj
$ dotnet publish -c Release Jellyfin.Plugin.Danmu/Jellyfin.Plugin.Danmu.csproj
```