-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexplore.bbciplayer.q.metalliq.json
87 lines (87 loc) · 3 KB
/
explore.bbciplayer.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] BBC iPlayer ([COLOR FF0084FF]Q[/COLOR])",
"repository" : "repository.noobsandnerds",
"plugin" : "plugin.video.bbciplayer",
"priority" : 700,
"id" : "explore.bbciplayer.q",
"filters" : {},
"postprocess" : "",
"movies" : [
[
{
"link" : "plugin://plugin.video.bbciplayer/?IPID&description={plot_+}&iconimage={poster}&mode=16&name={sorttitle[0]}&url=http://www.bbc.co.uk/iplayer/a-z/{sorttitle[0]}",
"steps" : [
"{title}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.bbciplayer/?IPID&description={plot_+}&iconimage={poster}&mode=8&name={title_+}&url=http%3a%2f%2fwww.bbc.co.uk%2fiplayer%2fsearch%3fq%3d{title|ws(%2520)}",
"steps" : [
"{title}"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.bbciplayer/?IPID&description={plot_+}&iconimage={poster}&mode=8&name={title_+}&url=http%3a%2f%2fwww.bbc.co.uk%2fiplayer%2fsearch%3fq%3d{title|ws(%2520)}",
"steps" : [
".*{title}.*"
],
"action" : "PLAY"
}
]
],
"tvshows" : [
[
{
"link" : "plugin://plugin.video.bbciplayer/?IPID&description={plot_+}&iconimage={poster}&mode=16&name={sortname[0]}&url=http://www.bbc.co.uk/iplayer/a-z/{sortname[0]}",
"steps" : [
"{clearname}",
"{clearname}.*({season}.{episode}.*{title}|{epday:02d}.{epmonth:02d}.{epyear:02d}|{season}.{episode}.*)"
],
"action" : "PLAY"
},
{
"link" : "plugin://plugin.video.bbciplayer/?IPID&description={plot_+}&iconimage={poster}&mode=8&name={title_+}&url=http%3a%2f%2fwww.bbc.co.uk%2fiplayer%2fsearch%3fq%3d{title|ws(%2520)}",
"steps" : [
"{clearname}.*({season}.{episode}.*{title}|{epday:02d}.{epmonth:02d}.{epyear:02d}|{season}.{episode}.*)"
],
"action" : "PLAY"
}
]
],
"musicvideos" : [],
"music" : [],
"live" : [
[
{
"link":"plugin://plugin.video.bbciplayer/?IPID&description&iconimage=special://home/addons/plugin.video.bbciplayer/icon.png&mode=2&name={name}&url=url",
"steps":[
"{name}"
],
"action":"PLAY"
},
{
"link":"plugin://plugin.video.bbciplayer/?IPID&description&iconimage=special://home/addons/plugin.video.bbciplayer/icon.png&mode=2&name={name}&url=url",
"steps":[
".*{name}.*"
],
"action":"PLAY"
},
{
"link":"plugin://plugin.video.bbciplayer/?IPID&description&iconimage=special://home/addons/plugin.video.bbciplayer/icon.png&mode=2&name={name}&url=url",
"steps":[
".*{basename}.({extension}|{extension|number_to_text()}|{extension|text_to_number()})"
],
"action":"PLAY"
},
{
"link":"plugin://plugin.video.bbciplayer/?IPID&description&iconimage=special://home/addons/plugin.video.bbciplayer/icon.png&mode=2&name={name}&url=url",
"steps":[
".*{basename}.({extension}|{extension|number_to_text()}|{extension|text_to_number()}).*"
],
"action":"PLAY"
}
]
]
}