Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed May 19, 2024
1 parent 6d85002 commit a85e02d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"versions": [
{
"checksum": "DDE6BD69F0CCA6A555163DA49071BC1C",
"changelog": "- 优化了对含有多季的影视的搜索。",
"changelog": "- 优化了对含有多季的影视的搜索。\n\n**注意**:Jellyfin 10.8.x 版本和 10.9.x 版本的插件互相不兼容。对于 Jellyfin 10.8.13 版本,请使用本插件的 1.x 版本;对于 Jellyfin 10.9.0 及以上版本,请使用本插件的 2.x 版本。不支持 10.8.12 及以下版本。",
"targetAbi": "10.8.0.0",
"sourceUrl": "https://xzonn.top/JellyfinPluginDouban/dist/Jellyfin.Plugin.Douban.1.0.9.0.zip",
"timestamp": "2024-05-16T13:18:37Z",
Expand Down Expand Up @@ -42,18 +42,18 @@
},
{
"checksum": "4F702620B8D329928AF8450017A9AB43",
"changelog": "https://xzonn.top/posts/Jellyfin-Plugin-Douban.html#%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97",
"changelog": "- 增加了搜索人物图片的支持。\n- 部分细节修正。",
"targetAbi": "10.8.0.0",
"sourceUrl": "https://xzonn.top/JellyfinPluginDouban/dist/Jellyfin.Plugin.Douban.1.1.1.0.zip",
"timestamp": "2024-05-19T04:34:00Z",
"version": "1.1.1.0"
},
{
"checksum": "11A0DE41BF0740E6D6C5B400D3DDDB7E",
"changelog": "https://xzonn.top/posts/Jellyfin-Plugin-Douban.html#%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97",
"changelog": "- 增加了搜索人物图片的支持。\n- 部分细节修正。",
"targetAbi": "10.9.0.0",
"sourceUrl": "https://xzonn.top/JellyfinPluginDouban/dist/Jellyfin.Plugin.Douban.2.1.1.0.zip",
"timestamp": "2024-05-19T04:34:00Z",
"timestamp": "2024-05-19T04:34:10Z",
"version": "2.1.1.0"
}
]
Expand Down
2 changes: 1 addition & 1 deletion update_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"changelog": f"https://xzonn.top/posts/Jellyfin-Plugin-Douban.html#%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97",
"targetAbi": f"10.{int(major) + 7}.0.0",
"sourceUrl": f"https://xzonn.top/JellyfinPluginDouban/dist/{file_name}",
"timestamp": datetime.datetime.now(tz=datetime.timezone.utc).replace(microsecond=0).isoformat().replace("+00:00", "Z"),
"timestamp": (datetime.datetime.now(tz=datetime.timezone.utc) + datetime.timedelta.seconds((int(major) - 1) * 10)).replace(microsecond=0).isoformat().replace("+00:00", "Z"),
"version": f"{major}.{minor}.{patch}.{revision}",
})

Expand Down

0 comments on commit a85e02d

Please sign in to comment.