forked from a4k-openproject/json.openplayers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetflen.smartplay.json
70 lines (70 loc) · 1.8 KB
/
netflen.smartplay.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
{
"name" : "[COLOR red]Netflix[/COLOR] [COLOR FF0084FF]->[/COLOR] [COLOR FF00BFFF]Seren[/COLOR] (Smart Play)",
"repository" : "nixgates.repository",
"plugin" : "plugin.video.netflix, plugin.video.seren",
"priority" : 75,
"id" : "netflen.smartplay",
"filters" : {},
"postprocess" : "",
"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=smartPlay&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"
}
]
]
}