forked from Rick7C2/verified-metalliq-players
-
Notifications
You must be signed in to change notification settings - Fork 0
/
navigate.morepower.q.metalliq.json
87 lines (87 loc) · 2.15 KB
/
navigate.morepower.q.metalliq.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
{
"name" : "Explore [COLOR FF0084FF]-[/COLOR] MorePower ([COLOR FF0084FF]Q[/COLOR])",
"repository" : "na",
"plugin" : "plugin.video.morepower",
"priority" : 800,
"id" : "explore.morepower.q",
"filters" : {},
"postprocess" : "",
"movies" : [
[
{
"link" : "plugin://plugin.video.morepower/",
"steps" : [
"@anynotcontaining:.*signup.*|.*read.*",
"($$.*$$){title}.*{year}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.morepower/",
"steps" : [
"@anynotcontaining:.*signup.*|.*read.*",
"($$.*$$){title}.*"
],
"action" : "PLAY"
}
]
],
"tvshows" : [
[
{
"link" : "plugin://plugin.video.morepower/",
"steps" : [
"@anycontaining:.*TV.*",
"($$.*$$)({clearname}.*{year}|{clearname}).*",
"($$.*$$).*(S{season}E{episode:02d}|S{season:02d}E{episode:02d}|Ep.{episode}).*"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.morepower/",
"steps" : [
"@anycontaining:.*TV.*",
"($$.*$$)({clearname}.*{year}|{clearname}).*",
"($$.*$$).*(S{season}E{episode:02d}|S{season:02d}E{episode:02d}|Ep.{episode}).*",
".*"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.morepower/",
"steps" : [
"@anycontaining:.*TV.*",
"($$.*$$)({clearname}.*{year}|{clearname}).*",
"($$.*$$).*Season.{season}.*",
"($$.*$$).*(S{season}E{episode:02d}|S{season:02d}E{episode:02d}|Ep.{episode}).*"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.morepower/",
"steps" : [
"@anycontaining:.*TV.*",
"($$.*$$)({clearname}.*{year}|{clearname}).*",
"($$.*$$).*Season.{season}.*",
"($$.*$$).*(S{season}E{episode:02d}|S{season:02d}E{episode:02d}|Ep.{episode}).*",
".*"
],
"action" : "PLAY"
}
]
],
"musicvideos" : [
[
{
"link" : "plugin://plugin.video.morepower/",
"steps" : [
"@anycontaining",
"{clearartist}.*{album}.*"
],
"action" : "PLAY"
}
]
],
"music" : [],
"live" : []
}