-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
55 lines (55 loc) · 1.62 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"main": "main.py",
"name": "ExtendedUnrar",
"homepage": "https://github.com/nzbgetcom/Extension-ExtendedUnrar",
"kind": "POST-PROCESSING",
"displayName": "Extended Unrar",
"version": "2.2",
"author": "thorli",
"license": "GNU",
"about": "Unrars nested rar files.",
"queueEvents": "",
"requirements": [
"This script requires Python 3.8.0+ to be installed on your system."
],
"description": [
"This script extracts nested rar archives from downloaded files."
],
"options": [
{
"name": "UnrarCmd",
"displayName": "UnrarCmd",
"value": "unrar e -idp -ai -o-",
"description": [
"Full path to unrar executable.",
"If blank, NZBGet \"UnrarCmd\" setting is used.",
"",
"Default: unrar e -idp -ai -o-"
],
"select": []
},
{
"name": "WaitTime",
"displayName": "WaitTime",
"value": 0,
"description": [
"Time (in seconds) to pause start of script.",
"(Gives NZBGet time to perform \"UnpackCleanupDisk\" action on slow systems).",
"",
"Default: 0"
],
"select": []
},
{
"name": "DeleteLeftover",
"displayName": "DeleteLeftover",
"value": "yes",
"description": [
"Delete leftover rar files after successful extract."
],
"select": ["yes", "no"]
}
],
"commands": [],
"taskTime": ""
}