-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimdbtrailers.json
22 lines (22 loc) · 1.02 KB
/
imdbtrailers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name" : "IMDb Trailers",
"plugin" : "plugin.video.imdb.trailers",
"priority" : 500,
"is_resolvable" : "true",
"play_movie" : [
"plugin://plugin.video.imdb.trailers/?action=search_word&keyword={title_escaped}",
{"title": "{title}"}
],
"search_movie" : [
"plugin://plugin.video.imdb.trailers/?action=search_word&keyword={title_escaped}",
{"dialog": "true"}
],
"play_episode" : [
"plugin://plugin.video.imdb.trailers/?action=search_word&keyword={showname_escaped}",
{"title": "{showname}"}
],
"search_episode" : [
"plugin://plugin.video.imdb.trailers/?action=search_word&keyword={showname_escaped}",
{"dialog": "true"}
]
}