forked from Libitum/jellyfin-plugin-douban
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
42 lines (42 loc) · 1.99 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"category": "Metadata",
"guid": "e325b8d5-5f54-447f-a38a-a951b933d22c",
"name": "Douban",
"description": "Get Movie/TV information from Douban",
"owner": "Libitum",
"overview": "Manage Your Movie/TV by Douban",
"versions": [
{
"checksum": "8852e47b1002f9ce41dfa368444c828e",
"changelog": "Compatible with Jellyfin 10.7.0-rc3.",
"targetAbi": "10.7.0.0",
"sourceUrl": "https://github.com/Libitum/jellyfin-plugin-douban/releases/download/v2.0.0-rc1/Jellyfin.Plugin.Douban.zip",
"timestamp": "2021-02-20T14:00:00Z",
"version": "2.0.0.0"
},{
"checksum": "4e7782ea4d613a61e65096399b723060",
"changelog": "Fix two bugs when using Identify.",
"targetAbi": "10.6.0.0",
"sourceUrl": "https://github.com/Libitum/jellyfin-plugin-douban/releases/download/v1.0.1/Jellyfin.Plugin.Douban.zip",
"timestamp": "2020-08-10T20:52:00Z",
"version": "1.0.1.0"
},{
"checksum": "b1c4453ce2af189d93d2302a16cef503",
"changelog": "Make the plugin compatible with Jellyfin 10.6.0.",
"targetAbi": "10.6.0.0",
"sourceUrl": "https://github.com/Libitum/jellyfin-plugin-douban/releases/download/v1.0.0/Jellyfin.Plugin.Douban.zip",
"timestamp": "2020-07-29T19:53:00Z",
"version": "1.0.0.0"
},
{
"checksum": "617aa6a482523cd5d8ea8073f17e5e3a",
"changelog": "Solve the problem of been blocked by Douban when access with high frequency",
"targetAbi": "10.5.0.0",
"sourceUrl": "https://github.com/Libitum/jellyfin-plugin-douban/releases/download/v0.6.0/Jellyfin.Plugin.Douban.zip",
"timestamp": "2020-06-23T18:00:00Z",
"version": "0.6.0.0"
}
]
}
]