-
Notifications
You must be signed in to change notification settings - Fork 9
/
plex-server.json
45 lines (45 loc) · 1.68 KB
/
plex-server.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
43
44
45
{
"##": "https://support.plex.tv/articles/201941078-uninstall-plex-media-server/",
"version": "1.41.1.9057-af5eaea7a",
"description": "Plex Media Server. Stream content to all of devices, anywhere.",
"homepage": "https://www.plex.tv/",
"license": {
"identifier": "Proprietary",
"url": "https://support.plex.tv/articles/204096476-license-information/"
},
"url": "https://downloads.plex.tv/plex-media-server-new/1.41.1.9057-af5eaea7a/windows/PlexMediaServer-1.41.1.9057-af5eaea7a-x86.exe",
"hash": "c2e0e5cdff90127560cab9ca6118a0886d2a98673662a2dba10b5edabda4eba1",
"installer": {
"script": [
"$extracted = \"$dir\\extracted\"",
"$msi = \"$dir\\msi\"",
"Expand-DarkArchive \"$dir\\$fname\" \"$extracted\"",
"Expand-MsiArchive \"$extracted\\AttachedContainer\\pms.msi\" \"$msi\"",
"Move-Item \"$msi\\Msi\\*\" \"$dir\" -Force",
"Remove-Item $extracted, $msi, \"$dir\\$fname\" -Force -Recurse"
]
},
"bin": [
[
"Plex Media Server.exe",
"pms"
]
],
"shortcuts": [
[
"Plex Media Server.exe",
"Plex Media Server"
]
],
"checkver": {
"url": "https://plex.tv/pms/downloads/5.json",
"jsonpath": "$.computer.Windows.version"
},
"autoupdate": {
"url": "https://downloads.plex.tv/plex-media-server-new/$version/windows/PlexMediaServer-$version-x86.exe",
"hash": {
"url": "https://plex.tv/api/downloads/1.json",
"jsonpath": "$.computer.Windows.releases..checksum"
}
}
}