-
Notifications
You must be signed in to change notification settings - Fork 19
/
description.xml
executable file
·63 lines (51 loc) · 2.24 KB
/
description.xml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<addoninfo>
<!-- (required) guuid: unique identifier of this addon
guuids can be generated online at sites such as http://www.famkruithof.net/uuid/uuidgen -->
<guid>11e5a340-6bf4-11e1-b0c4-0800200c9a66</guid>
<!-- (required) type:
1: visualization
2: skin
3: pvrdll
4: script
5: scraper
6: screensaver
7: plugin-pvr
8: plugin-video
9: plugin-music
10: plugin-program
11: plugin-pictures
12: plugin-weather -->
<type>4</type>
<!-- (required) Title -->
<title>SuperTV</title>
<!-- (required) Major.minor.build -->
<version>1.0</version>
<!-- (required) author name & email. at least one author name is required -->
<authors>
<author name="HansMayer" email="[email protected]" />
</authors>
<!-- (required) Short description of addon. -->
<summary>LiveTV with an extensive EPG</summary>
<!-- Longer descrption of addon. Usage instructions should go here if required. -->
<description>Turns your XBMC into global TV. Most major TV stations from the United States*, the United Kingdom*, France*, Germany*, Italy*, Austria*, Switzerland*, Spain*, Portugal*, Poland, Russia, Brazil, Viet Nam* and lots more. (*with EPG)</description>
<!-- user defined tags e.g. <tags><tag>Example</tag></tags> -->
<tags>
<tag></tag>
</tags>
<!-- minimum revision of xbmc your addon will run on. Leave blank all revisions-->
<minrevision></minrevision>
<!--platforms compatible with your addon. xbox, osx, windows, linux, or all -->
<platforms>
<platform>all</platform>
</platforms>
<!--list any dependancies (such as another addon, your addon may have. minversion and maxversion are optional-->
<dependencies>
<dependency minversion="" maxversion=""></dependency>
</dependencies>
<!-- (optional) Whatever is put in disclaimer will be shown before download in an ok/cancel dialog.
Keep it short and to the point. -->
<disclaimer>The author is not to be held liable for any copyrights that any content providers may have infringed on</disclaimer>
<!-- (optional) The License the addon is released under.-->
<license>Proprietary</license>
</addoninfo>