-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 1.16 KB
/
addon.xml
File metadata and controls
25 lines (25 loc) · 1.16 KB
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.hallmark"
name="Hallmark Channel"
version="1.0.1"
provider-name="t1m">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Hallmark Channel</summary>
<description lang="en">Hallmark Channel. The channel's programming is primarily targeted at families, and features a mix of television movies and miniseries, original and acquired television series, and lifestyle programs.</description>
<disclaimer lang="en">Feel free to use this script. For information visit the wiki.</disclaimer>
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=230993</forum>
<website>http://www.hallmarkchanneleverywhere.com/</website>
<email></email>
<source>https://github.com/learningit/plugin.video.hallmark/</source>
</extension>
</addon>