summaryrefslogtreecommitdiff
path: root/plugin.video.crackle/addon.xml
blob: 9caaf50a30ed48c2a59c7993a7ad9dd98c5d95d2 (plain)
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.crackle" name="Crackle" version="2018.1.27" provider-name="eracknaphobia">
  <requires>
      <import addon="xbmc.python" version="2.25.0"/>
      <import addon="script.module.requests" version="2.9.1"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="main.py">
        <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <summary lang="en_GB">Crackle delivers popular, award-winning TV, movies and originals. With no limit to how much you can watch across all your devices, you can binge all you want, wherever you want.</summary>
    <description lang="en_GB">Crackle is a video streaming distributor of original web shows, Hollywood movies, and TV shows. Founded in the early 2000s as Grouper, and rebranded in 2007, Crackle is owned by Sony Pictures Entertainment.</description>
    <disclaimer lang="en_GB"></disclaimer>
      <news>
        - Added support for inputstream adaptive
        - Code clean up
      </news>
    <language>en</language>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <forum></forum>
    <source>https://github.com/eracknaphobia/plugin.video.crackle</source>
  </extension>
</addon>