Go to file
cxfksword 6b56ba4ea0 Parse anime special 2022-10-29 21:42:19 +08:00
.github/workflows Update build script 2022-10-27 10:27:43 +08:00
Jellyfin.Plugin.MetaShark Parse anime special 2022-10-29 21:42:19 +08:00
Jellyfin.Plugin.MetaShark.Test Parse anime special 2022-10-29 21:42:19 +08:00
doc Remove unsed code 2022-10-25 18:07:28 +08:00
.gitignore Update build script 2022-10-25 16:43:09 +08:00
Jellyfin.Plugin.MetaShark.sln first commit 2022-10-25 14:32:28 +08:00
LICENSE first commit 2022-10-25 14:32:28 +08:00
README.md Parse anime special 2022-10-29 21:42:19 +08:00
build.meta.json Update build script 2022-10-25 16:43:09 +08:00
build_plugin.sh Fix build script 2022-10-27 21:29:29 +08:00

README.md

jellyfin-plugin-metashark

metashark metashark metashark

jellyfin电影元数据插件影片信息只要从豆瓣获取并由TheMovieDb补充缺失的剧集数据。

功能:

  • 支持从豆瓣和TMDB获取元数据
  • 兼容anime动画名称格式

preview

安装插件

只支持最新的jellyfin 10.8.x版本

添加插件存储库:

国内加速:https://ghproxy.com/https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/manifest/manifest_cn.json

国外访问:https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/manifest/manifest.json

如何使用

  • 进入控制台 -> 媒体库,在元数据下载器中勾选MetaShark
  • 假如网络原因访问TheMovieDb比较慢也可以到插件配置页关闭从TheMovieDb获取数据

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.

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

  1. Build the plugin

  2. Create a folder, like metashark and copy artifacts/*.dll into it

  3. Move folder metashark to jellyfin data/plugin folder