Skip to content

Commit

Permalink
2024-05-18:Jellyfin 豆瓣元数据插件更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed May 18, 2024
1 parent 188a02a commit 82b855e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
google-protobuf (3.25.3)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
addressable (~> 2.4)
Expand Down
9 changes: 6 additions & 3 deletions _posts/2023-11-06-Jellyfin-Plugin-Douban.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
date: 2023-11-06 22:05
head_image: 50fe68328b2d95ca36d882d4ff0805a0.png
head_image: b37d90a37aba8c4cb2b78b787a95808f.webp
info: 自力更生。
last_modified_at: 2024-05-17 17:32
last_modified_at: 2024-05-18 22:40
links:
- - https://github.com/Xzonn/JellyfinPluginDouban
- JellyfinPluginDouban
Expand Down Expand Up @@ -35,7 +35,7 @@ title: Jellyfin 豆瓣元数据插件
## 安装方式
### 插件库
- 打开控制台,选择`插件``存储库``添加`
-`存储库 URL`处填入:`https://xzonn.top/JellyfinPluginDouban/manifest.json`
-`存储库 URL`处填入:[`https://xzonn.top/JellyfinPluginDouban/manifest.json`](https://xzonn.top/JellyfinPluginDouban/manifest.json)
- 在插件目录中找到Douban插件,选择安装。
- 重启Jellyfin。

Expand Down Expand Up @@ -70,6 +70,9 @@ server {
豆瓣限制了部分影视仅在登录状态下可见([](https://movie.douban.com/subject/26752722/)),这可能导致部分影视无法获取到元数据。如果遇到这种情况,请登录并填入Cookie(参见[上一步](#关于速率限制))。

## 更新日志
- v1.1.0、v2.1.0(2024-05-18):
- 修复了无法将标识符保存到`.nfo`文件的问题。 ([#3](https://github.com/Xzonn/JellyfinPluginDouban/issues/3))
- 部分细节修正。
- v1.0.10、v2.0.1(2024-05-17):
- 修复了人物元数据获取失败的问题。
- 移除了对Open Douban的兼容。
Expand Down

0 comments on commit 82b855e

Please sign in to comment.