From 0b521f26d91c7783736784742e79db3453205b84 Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Fri, 3 Feb 2023 09:24:32 +0800 Subject: [PATCH] Update README.md --- .gitattributes | 1 + README.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4986ba9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Jellyfin.Plugin.MetaShark/Vendor/** linguist-vendored diff --git a/README.md b/README.md index e32918e..a4d094a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # jellyfin-plugin-metashark [![metashark](https://img.shields.io/github/v/release/cxfksword/jellyfin-plugin-metashark)](https://github.com/cxfksword/jellyfin-plugin-metashark/releases) -[![metashark](https://img.shields.io/badge/jellyfin-10.8.x-lightgrey)](https://github.com/cxfksword/jellyfin-plugin-metashark/releases) +[![metashark](https://img.shields.io/badge/jellyfin-10.8.x-lightgrey?logo=jellyfin)](https://github.com/cxfksword/jellyfin-plugin-metashark/releases) [![metashark](https://img.shields.io/github/license/cxfksword/jellyfin-plugin-metashark)](https://github.com/cxfksword/jellyfin-plugin-metashark/main/LICENSE) jellyfin电影元数据插件,影片信息只要从豆瓣获取,并由TheMovieDb补全缺失的剧集数据。 @@ -10,7 +10,7 @@ jellyfin电影元数据插件,影片信息只要从豆瓣获取,并由TheMov * 支持从豆瓣和TMDB获取元数据 * 兼容anime动画命名格式 -![preview](doc/logo.png) +![logo](doc/logo.png) ## 安装插件 @@ -63,6 +63,6 @@ rm -rf MediaBrowser*.dll Microsoft*.dll Newtonsoft*.dll System*.dll Emby*.dll Je ## FAQ -#### Plugin run in error: `System.BadImageFormatException: Bad IL format.` - -Remove all hidden file and `meta.json` in `metashark` plugin folder \ No newline at end of file +1. Plugin run in error: `System.BadImageFormatException: Bad IL format.` + + Remove all hidden file and `meta.json` in `metashark` plugin folder \ No newline at end of file