Go to file
cxfksword a964167a04 first commit 2022-10-25 14:32:28 +08:00
.github/workflows first commit 2022-10-25 14:32:28 +08:00
Jellyfin.Plugin.MetaShark first commit 2022-10-25 14:32:28 +08:00
Jellyfin.Plugin.MetaShark.Test first commit 2022-10-25 14:32:28 +08:00
doc first commit 2022-10-25 14:32:28 +08:00
.gitignore first commit 2022-10-25 14:32:28 +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 first commit 2022-10-25 14:32:28 +08:00
build.yaml first commit 2022-10-25 14:32:28 +08:00
build_plugin.sh first commit 2022-10-25 14:32:28 +08:00

README.md

jellyfin-plugin-metashark

metashark metashark metashark

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

安装插件

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

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 Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj

How to test

  1. Build the plugin

  2. Create a folder, like metashark and copy bin/Release/Jellyfin.Plugin.MetaShark.dll into it

  3. Move folder metashark to jellyfin data/plugin folder