-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathsearch.dubbedanime.dubbed.json
71 lines (71 loc) · 2.36 KB
/
search.dubbedanime.dubbed.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
{
"name" : "Dubbed Anime Dubbed",
"repository" : "repository.magicality",
"plugin" : "plugin.video.dubbedanime",
"priority" : 400,
"id" : "search.dubbedanime.dubbed",
"filters" : {},
"postprocess" : "",
"movies" : [
[
{
"link" : "plugin://plugin.video.dubbedanime/?iconimage=special%3A%2F%2Fhome%2Faddons%2Fplugin.video.dubbedanime%2Fresources%2Fimages%2FSearch.jpg&mode=Searchterm&name={title}",
"steps" : [
"({title}|{title|replace(:, the movie:)}|{title|replace( the movie,)})",
".*",
".*dubbed"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.dubbedanime/?iconimage=special%3A%2F%2Fhome%2Faddons%2Fplugin.video.dubbedanime%2Fresources%2Fimages%2FSearch.jpg&mode=Searchterm&name={title}",
"steps" : [
"({title}|{title|replace(:, the movie:)}|{title|replace( the movie,)})",
".*",
".*subbed"
],
"action" : "PLAY"
}
]
],
"tvshows" : [
[
{
"link" : "plugin://plugin.video.dubbedanime/?iconimage=special%3A%2F%2Fhome%2Faddons%2Fplugin.video.dubbedanime%2Fresources%2Fimages%2FSearch.jpg&mode=Searchterm&name={clearname}",
"steps" : [
".*{clearname}.*(Season {season}|{season}.*Season|{season_ordinal}).*",
".* {episode}",
".*dubbed"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.dubbedanime/?iconimage=special%3A%2F%2Fhome%2Faddons%2Fplugin.video.dubbedanime%2Fresources%2Fimages%2FSearch.jpg&mode=Searchterm&name={clearname}",
"steps" : [
".*{clearname}.*(Season {season}|{season}.*Season|{season_ordinal}).*",
".* {episode}",
".*subbed"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.dubbedanime/?iconimage=special%3A%2F%2Fhome%2Faddons%2Fplugin.video.dubbedanime%2Fresources%2Fimages%2FSearch.jpg&mode=Searchterm&name={clearname}",
"steps" : [
"{clearname}",
".* {absolute_number}",
".*dubbed"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.dubbedanime/?iconimage=special%3A%2F%2Fhome%2Faddons%2Fplugin.video.dubbedanime%2Fresources%2Fimages%2FSearch.jpg&mode=Searchterm&name={clearname}",
"steps" : [
"{clearname}",
".* {absolute_number}",
".*subbed"
],
"action" : "PLAY"
}
]
]
}