-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathprovider.reddit_tv.meta.json
40 lines (40 loc) · 1.21 KB
/
provider.reddit_tv.meta.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
{
"name": "reddit tv",
"plugin": "plugin.video.reddit_tv",
"movies": [
[
{
"link": "plugin://plugin.video.reddit_tv/?mode=searchVideos&url=all",
"steps":[
"@keyboard: {title}",
"{title}$$.*"
]
}
]
],
"tvshows": [
[
{
"link": "plugin://plugin.video.reddit_tv/?mode=searchVideos&url=all",
"steps":[
"@keyboard: {clearname} Season {season} Episode {episode}",
"{clearname}$$.*$${season}$$.*$${episode}.*"
]
},
{
"link": "plugin://plugin.video.reddit_tv/?mode=searchVideos&url=all",
"steps":[
"@keyboard: {clearname} Season {season}",
"{clearname}$$.*$${season}$$.*"
]
},
{
"link": "plugin://plugin.video.reddit_tv/?mode=searchVideos&url=all",
"steps":[
"@keyboard: {clearname}",
"{clearname}$$.*"
]
}
]
]
}