Advertisement
Guest User

Untitled

a guest
Oct 24th, 2022
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. {
  2. "name": "Alkodiques",
  3. "plugin": "plugin.video.vstream",
  4. "priority": 100,
  5. "assert": {
  6. "play_movie": [
  7. "title",
  8. "year"
  9. ],
  10. "play_episode": [
  11. "showname",
  12. "season",
  13. "episode"
  14. ],
  15. "search_movie": [
  16. "title"
  17. ],
  18. "search_episode": [
  19. "showname"
  20. ]
  21. },
  22. "play_movie": [
  23. "plugin://plugin.video.vstream/?site=pastebin&function=showSearch&title=Recherche+&siteUrl=https%3A%2F%2Fpastebin.com%2Fraw%2F%26sMedia%3Dfilm%26sSearch%3D&sFav=showSearch",
  24. {
  25. "keyboard": "{title}"
  26. },
  27. {
  28. "title": "(?i)^(\\[.*\\])?.*{title}.*(\\[.*\\])?$",
  29. "year": "{year}"
  30. }
  31. ],
  32. "play_episode": [
  33. "plugin://plugin.video.vstream/?site=pastebin&function=showSearch&title=Recherche+&siteUrl=https%3A%2F%2Fpastebin.com%2Fraw%2F%26sMedia%3Dserie%26sSearch%3D&sFav=showSearch",
  34. {
  35. "keyboard": "{showname}"
  36. },
  37. {
  38. "title": "(?i)^(\\[.*\\])?{showname}(\\[.*\\])?$"
  39. },
  40. {
  41. "return": "true",
  42. "season": "^{season}$",
  43. "episode": "^{episode}$"
  44. },
  45. {
  46. "season": "^{season}$"
  47. },
  48. {
  49. "season": "^{season}$",
  50. "episode": "^{episode}$"
  51. }
  52. ],
  53. "search_movie": [
  54. "plugin://plugin.video.vstream/?site=pastebin&function=showSearch&title=Recherche+&siteUrl=https%3A%2F%2Fpastebin.com%2Fraw%2F%26sMedia%3Dfilm%26sSearch%3D&sFav=showSearch",
  55. {
  56. "keyboard": "{title}"
  57. }
  58. ],
  59. "search_episode": [
  60. "plugin://plugin.video.vstream/?site=pastebin&function=showSearch&title=Recherche+&siteUrl=https%3A%2F%2Fpastebin.com%2Fraw%2F%26sMedia%3Dserie%26sSearch%3D&sFav=showSearch",
  61. {
  62. "keyboard": "{showname}"
  63. }
  64. ],
  65. "is_resolvable": "true",
  66. "make_playlist": "upnext",
  67. "fallback": {
  68. "play_movie": "vStream.json search_movie",
  69. "play_episode": "vStream.json search_episode",
  70. "search_movie": "vStream.json search_movie",
  71. "search_episode": "vStream.json search_episode"
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement