安装插件只支持最新的jellyfin 10.8.x版本添加插件存储库:国内加速:https://ghproxy.com/https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest_cn.json国外访问:https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest.json
如何使用新加入的影片会自动获取弹幕(只匹配番剧和电影视频),旧影片可以通过计划任务扫描媒体库匹配弹幕手动执行获取可以在元数据中手动指定匹配的视频ID,如播放链接https://www.bilibili.com/bangumi/play/ep682965,对应的视频ID就是682965对于电视剧和动画,可以在元数据中指定季ID,如播放链接https://www.bilibili.com/bangumi/play/ss1564,对应的季ID就是1564,只要集数和b站的集数的一致,每季视频的弹幕会自动获取
How to testBuild the pluginCreate a folder, like Danmu and copy bin/Release/Jellyfin.Plugin.Danmu.dll into itMove folder Danmu to jellyfin data/plugin folder
How to buildClone or download this repositoryEnsure you have .NET Core SDK setup and installedBuild plugin with following command.$ dotnet restore $ dotnet publish -c Release Jellyfin.Plugin.Danmu/Jellyfin.Plugin.Danmu.csproj