Go to file
cxfksword 771e14f2ad Optimize log 2023-04-14 23:30:59 +08:00
.github/workflows Update github action 2023-04-06 23:04:47 +08:00
Jellyfin.Plugin.MetaShark Optimize log 2023-04-14 23:30:59 +08:00
Jellyfin.Plugin.MetaShark.Test Fix parse search year 2023-03-19 12:15:58 +08:00
doc Change logo 2022-11-02 11:54:05 +08:00
.gitattributes Update README.md 2023-02-03 09:24:32 +08:00
.gitignore feat: add douban rate limit #12 2023-01-13 20:34:26 +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 Update README.md 2023-04-06 23:05:05 +08:00
build.meta.json Fix actor image error #5 2022-12-18 12:01:25 +08:00
build.sh Update build 2023-03-11 13:53:22 +08:00

README.md

jellyfin-plugin-metashark

release platform license

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

功能:

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

logo

安装插件

只支持最新的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

如何使用

  1. 安装后,先进入控制台 -> 插件查看下MetaShark插件是否是Active状态

  2. 进入控制台 -> 媒体库,点击任一媒体库进入配置页,在元数据下载器选项中勾选MetaShark,并把MetaShark移动到第一位

  3. 识别时默认不返回TheMovieDb结果有需要可以到插件配置中打开

  4. 假如网络原因访问TheMovieDb比较慢可以到插件配置中关闭从TheMovieDb获取数据关闭后不会再获取剧集信息

🚨假如需要刮削大量电影请到插件配置中打开防封禁功能避免频繁请求豆瓣导致被封IP封IP需要等6小时左右才能恢复访问

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/plugins folder

FAQ

  1. Plugin run in error: System.BadImageFormatException: Bad IL format.

    Remove all hidden file and meta.json in metashark plugin folder

Thanks

AnitomySharp