1.8 KiB
1.8 KiB
jellyfin-plugin-metashark
jellyfin电影元数据插件,影片信息只要从豆瓣获取,并由TheMovieDb补充缺失的季数据和剧集数据。
功能:
- 支持从豆瓣和TMDB获取元数据
- 兼容anime动画名称格式
安装插件
只支持最新的jellyfin 10.8.x
版本
添加插件存储库:
国外访问:https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/manifest/manifest.json
如何使用
- 进入
控制台 -> 媒体库
,在元数据下载器中勾选MetaShark - 假如网络原因访问TheMovieDb比较慢,也可以到插件配置页关闭从TheMovieDb获取数据
How to build
-
Clone or download this repository
-
Ensure you have .NET Core SDK setup and installed
-
Build plugin with following command.
dotnet restore
dotnet publish --output=artifacts Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj
# remove unused dll
cd artifacts
rm -rf MediaBrowser*.dll Microsoft*.dll Newtonsoft*.dll System*.dll Emby*.dll Jellyfin.Data*.dll Jellyfin.Extensions*.dll *.json *.pdb
How to test
-
Build the plugin
-
Create a folder, like
metashark
and copyartifacts/*.dll
into it -
Move folder
metashark
to jellyfindata/plugin
folder