- 1{
- 2 "name": "Pastebin",
- 3 "plugin": "plugin.video.vstream",
- 4 "priority": 100,
- 5 "is_resolvable": "true",
- 6
- 7 "assert": {
- 8 "play_movie": ["tmdb", "title"],
- 9 "play_episode": ["tmdb", "showname", "season", "episode"],
- 10 "search_movie": ["title"],
- 11 "search_episode": ["showname"]
- 12
- 13 },
- 14
- 15 "play_movie": [
- 16 "plugin://plugin.video.vstream/?sTmdbId={tmdb}&site=pastebin&function=showHosters&sMovieTitle={title_url}&sCat=1&sThumb={poster_url}&siteUrl=pastebin%26sMedia%3dfilm%26idTMDB%3d{tmdb}%26sTitle%3d{title_url}",
- 17 { "dialog": "auto" }
- 18 ],
- 19
- 20 "play_episode": [
- 21 "plugin://plugin.video.vstream/?sTmdbId={tmdb}&sSeason={season}&sEpisode={episode}&site=pastebin&function=showHosters&sMovieTitle={showname}&sCat=8&sThumb={thumbnail_url}&siteUrl=pastebin%26sMedia%3dserie%26idTMDB%3d{tmdb}%26sTitle%3d{showname}%26sSaison%3d{season}%26sEpisode%3d{episode}",
- 22 { "dialog": "select" }
- 23 ],
- 24
- 25 "search_movie": [
- 26 "plugin://plugin.video.vstream/?site=cHome&function=showSearchText&title=Films&sCat=1&sThumb={poster_url}&sFav={title_url}",
- 27 { "keyboard": "{title}" },
- 28 { "dialog": "true" }
- 29 ],
- 30
- 31 "search_episode": [
- 32 "plugin://plugin.video.vstream/?site=cHome&function=showSearchText&title=Séries&sCat=2&sThumb={poster_url}&sFav={showname}",
- 33 { "keyboard": "{showname}" },
- 34 { "dialog": "true" }
- 35 ],
- 36
- 37 "make_playlist": "true",
- 38
- 39 "fallback": {
- 40 "play_movie": "Pastebin.json search_movie",
- 41 "play_episode": "Pastebin.json search_episode"
- 42 }
- 43}