Skip to content

Releases: kookxiang/jellyfin-plugin-bangumi

1.7.1

03 Feb 11:47
bd0e5c7
Compare
Choose a tag to compare

What's Changed

  • 优化离线数据库更新逻辑
  • 近期放送的剧集始终使用在线 API 获取
  • 增加 公共标签 支持
  • 修复 OAuth 授权时间显示不正确的问题(不影响正常使用)
  • 修正查询图片时没有携带登录态的问题 #181
  • 代码结构 / 打包流程调整 #159

最新 CI 测试包可以在 https://github.com/kookxiang/jellyfin-plugin-bangumi/releases/tag/ci 下载

Full Changelog: 1.7.0...1.7.1

持续集成

03 Feb 04:51
69b61b5
Compare
Choose a tag to compare
持续集成 Pre-release
Pre-release

最新的代码打包后会自动上传到这里

1.7.0

28 Oct 14:07
68fb2fc
Compare
Choose a tag to compare

Important

  • 支持 Jellyfin 10.10.0(向下兼容 10.9.0)
  • 离线数据库 支持:
    • 当存在离线数据时库时,优先通过离线数据库查询
    • 默认每周更新一次,可在 Jellyfin - 计划任务 中自行修改
    • 离线数据库下载解压过程需要占用约 1GB 内存,索引过程需要占用大量 CPU 资源。
      (作为参考 M2 Mac 需要约 3 分钟,16 核的 Epyc 需要几十秒)
    • 一定程度解决 bgm.tv 挂掉或被墙导致的报错

What's Changed

New Contributors

Full Changelog: 1.6.2...1.7.0

1.6.2

21 Jul 15:53
c39bb26
Compare
Choose a tag to compare
1.6.2 Pre-release
Pre-release

Important

  • 增加了 API 地址修改功能,但还是建议给 Jellyfin 挂梯子
  • 现在修改设置后需要手动点击保存按钮

What's Changed

  • fix: fix movie play status syncing in JF movie libraries by @RandomNamer in #136
  • feat: traversal searching for next season by @RandomNamer in #135
  • fix error when season folder not exists by @fiochen in #141
  • append available access token for emby

New Contributors

Full Changelog: 1.6.1...1.6.2

OAuth Fix

27 May 13:57
f4939a1
Compare
Choose a tag to compare

What's Changed

  • 修正登录授权地址错误

Jellyfin 10.9.0

12 May 06:38
ba8377f
Compare
Choose a tag to compare

What's Changed

  • 升级至 Jellyfin 10.9.0
  • 增加季 ID 自动推算能力
  • 新的搜索接口
  • fix: empty exception message by @fiochen in #75
  • feat: force episode for subject with single ep by @everpcpc in #95
  • Skip OVA in GuessNextSeason by @zeyugao in #118
  • 支持Emby自动点格子 by @zeyugao in #108
  • 切换到 Github Actions

Warning

由于 Jellyfin API 变化,1.6.0 版本起不再支持 Jellyfin 10.8.13 及以下版本
另外 10.9.0 也无法使用旧版本插件,请使用这个版本

Emby 版本需要升级至 4.9.0.12 以上

New Contributors

Full Changelog: 1.5.18...1.6.0

API Update

12 Jun 15:17
780e3f1
Compare
Choose a tag to compare

What's Changed

  • feat: support parsing bangumi id from path attribute by @everpcpc in #62
  • 更换章节收藏信息API by @fiochen in #65
  • fix: 重复标记已观看时,同步api检查状态 by @fiochen in #67
  • feat: 设置节目到'在看/看过' by @fiochen in #66

New Contributors

Full Changelog: 1.5.0...1.5.18

New Year

23 Jan 02:31
4864df1
Compare
Choose a tag to compare
  • 增加 NSFW 内容标记
  • 增加对音乐和书籍的识别能力 #29 #38
  • 增加接口超时时间设置
  • 修正部分设置修改后需要重启才能生效的问题
  • 优化特别篇(SP)识别能力
  • 优化集号识别准确度
  • 优化词条搜索逻辑 by @chu-shen #23
  • 修正词条搜索时上映时间不正确的问题 by @RanKKI #31
  • 同步电视分类元数据识别逻辑至电影分类 by @wzyboy #46

AnitomySharp

17 Jul 15:05
1c006dc
Compare
Choose a tag to compare
  • 支持通过 Anitomy 解析番剧名称和级号 #15 by @chu-shen
  • 修正集数大于 100 时可能的死循环 #19

Bugfix

02 Jul 14:21
8fcfbe4
Compare
Choose a tag to compare
Bugfix Pre-release
Pre-release

此版本主要为 bugfix

  • 提升 SP / OP / ED 的识别能力
  • 支持非整数集(比如某些番剧的 12.5 集)的识别
  • 修正授权跳转地址不正确的问题

#10 #11 #13 #14