Skip to content

Commit

Permalink
update plugin repository url in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kookxiang committed Feb 3, 2025
1 parent 5ab7782 commit 370eacd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jellyfin.Plugin.Bangumi.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_LIST_PATTERN/@EntryValue">CHOP_IF_LONG</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_PARAMETERS_STYLE/@EntryValue">CHOP_IF_LONG</s:String>
<s:Boolean x:Key="/Default/UserDictionary/Words/=bangumi/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=emby/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=jellyfin/@EntryIndexedValue">True</s:Boolean>
</wpf:ResourceDictionary>
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,17 @@ Jellyfin bgm.tv 数据源插件,用于拉取中文番剧信息及图片。

## 通过插件库安装

1. 控制台中选择 插件 - 存储库 - 添加:
`https://jellyfin-plugin-bangumi.pages.dev/repository.json`
1. 控制台中选择 插件 - 存储库 - 添加
2. 在插件目录中找到 Bangumi 插件安装

目前有三个插件库地址可供选择,可以视网络情况自行选择:
- GitHub Pages\
https://kookxiang.github.io/jellyfin-plugin-bangumi/repository.json
- CloudFlare Pages\
https://jellyfin-plugin-bangumi.kookxiang.dev/repository.json
- CloudFlare Pages(不推荐)\
https://jellyfin-plugin-bangumi.pages.dev/repository.json

安装后可在后台更新,推荐使用此方式安装

## 手动安装
Expand Down

0 comments on commit 370eacd

Please sign in to comment.