-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathdirect.invisible.json
28 lines (24 loc) · 1.19 KB
/
direct.invisible.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
{
"name" : "[COLOR yellow]Mr invisible[/COLOR]",
"plugin" : "plugin.video.invisible",
"priority" : 500,
"id" : "direct.invisible",
"movies" : [
[
{
"link" : "plugin://plugin.video.invisible/?mode=4&title={title_+}&description={info[plot]}&imdb={imdb}&season=%20&episode=%20&tvdb={tmdb}&data={year}&eng_name={urltitle}&fanart={fanart}&iconimage={poster}&heb_name={urltitle}&name={urltitle}&original_title={original_title}&show_original_year={year}&id={tmdb}&url=http://api.themoviedb.org/3/movie/popular?api_key=34142515d9d23817496eeb4ff1d223d0&language=he&page=1",
"steps" : ["(.*.*)"],
"action" : "Play"
}
]
],
"tvshows" : [
[
{
"link" : "plugin://plugin.video.invisible/?mode=4&title={title_+}&season={season}&episode={episode}&description={info[plot]}&imdb={imdb}&tvdb={tmdb}&data={year}&eng_name={urltitle}&fanart={fanart}&iconimage={poster}&heb_name={urltitle}&name={urltitle}&original_title={showname}&show_original_year={year}&id={tmdb}&url=http://api.themoviedb.org/3/movie/popular?api_key=34142515d9d23817496eeb4ff1d223d0&language=he&page=1",
"steps" : ["(.*.*)"],
"action" : "Play"
}
]
]
}