-
Notifications
You must be signed in to change notification settings - Fork 38
/
netflen.json
93 lines (93 loc) · 2.33 KB
/
netflen.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name" : "[COLOR red]Netflix[/COLOR] [COLOR FF0084FF]->[/COLOR] [COLOR FF00BFFF]Seren[/COLOR]",
"repository" : "nixgates.repository",
"plugin" : "plugin.video.netflix, plugin.video.seren",
"priority" : 150,
"id" : "netflen",
"filters" : {},
"postprocess" : "",
"movies" : [
[
{
"link" : "plugin://plugin.video.netflix/?action=search_result&term={title_+}",
"steps" : [
"{title}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.netflix/directory/search/{title_+}/",
"steps" : [
"{title}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.seren/?action=getSources&actionArgs=%7B%22item_type%22%3A%20%22movie%22%2C%20%22trakt_id%22%3A%20{trakt}%7D",
"steps" : [],
"action" : "PLAY"
}
]
],
"tvshows" : [
[
{
"link" : "plugin://plugin.video.netflix/?action=search_result&term={clearname_+}",
"steps" : [
"{clearname}",
".* {season}",
"{episode}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.netflix/?action=search_result&term={clearname_+}",
"steps" : [
"{clearname}",
"{episode}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.netflix/?action=search_result&term={clearname_+}",
"steps" : [
"{clearname}",
"{clearname}",
"{episode}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.netflix/directory/search/{clearname_+}/",
"steps" : [
"{clearname}",
".* {season}",
"{episode}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.netflix/directory/search/{clearname_+}/",
"steps" : [
"{clearname}",
"{episode}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.netflix/directory/search/{clearname_+}/",
"steps" : [
"{clearname}",
"{clearname}",
"{episode}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.seren/?action=getSources&actionArgs=%7B%22episode%22%3A%20{episode}%2C%20%22item_type%22%3A%20%22episode%22%2C%20%22season%22%3A%20{season}%2C%20%22trakt_id%22%3A%20{trakt}%7D",
"steps" : [],
"action" : "PLAY"
}
]
]
}