summaryrefslogtreecommitdiff
path: root/plugin.video.news12/addon.xml
blob: 03657ad9cc125c57d978f69e515e236536920e19 (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
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.news12" version="1.0.3" name="News12" provider-name="Lunatixz">
    <requires>
        <import addon="xbmc.python" version="2.25.0"/>
        <import addon="script.module.simplecache" version="1.0.0"/>
        <import addon="script.module.feedparser" version="5.1.3"/>
        <import addon="script.module.beautifulsoup4" version="4.3.2"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>video</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">Welcome to News 12!</summary>
        <description lang="en_GB">News 12, a cable network exclusive to seven regions of the New York tri-state area. Please select an region to get the latest local news and information.</description>
        <platform>all</platform>
        <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
        <source>https://github.com/Lunatixz/Kodi_Addons/tree/master/plugin.video.news12</source>
        <website>http://news12.com</website>
        <forum>https://forum.kodi.tv/showthread.php?tid=319396</forum>
        <news>v1.0.3[CR]- Leia Compatibility[CR]v1.0.2[CR]- Improved browsing speed.[CR]v.1.0.1[CR]- Fixed Video Quality Error</news>
        <assets>
            <icon>resources/images/icon.png</icon>
            <fanart>resources/images/fanart.jpg</fanart>
            <screenshot>resources/images/screenshot01.png</screenshot>
            <screenshot>resources/images/screenshot02.png</screenshot>
            <screenshot>resources/images/screenshot03.png</screenshot>
        </assets>
    </extension>
</addon>