-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescription.xml
More file actions
executable file
·65 lines (53 loc) · 2.31 KB
/
description.xml
File metadata and controls
executable file
·65 lines (53 loc) · 2.31 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
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
64
65
<?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>080bedd0-5c9b-11df-a08a-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>trakt</title>
<!-- (required) Major.minor.build -->
<version>0.0.4</version>
<!-- (required) author name & email. at least one author name is required -->
<authors>
<author name="Sean Rudford" email="sean@theshallo.ws" />
<author name="Justin Nemeth" email="justin@barnt.org" />
</authors>
<!-- (required) Short description of addon. -->
<summary>A plugin for XBMC to submit and track your tv viewing habits</summary>
<!-- Longer descrption of addon. Usage instructions should go here if required. -->
<description>trakt helps you keep a record of what TV shows you are watching. Based on your favorites, trakt recommends additional shows that you'll enjoy!</description>
<!-- user defined tags e.g. <tags><tag>Example</tag></tags> -->
<tags>
<tag>http://dev.trakt.tv/</tag>
<tag>trakt</tag>
</tags>
<!-- minimum revision of xbmc your addon will run on. Leave blank all revisions-->
<minrevision></minrevision>
<!--patforms 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>Important! Please make sure you check the script settings.</disclaimer>
<!-- (optional) The License the addon is released under.-->
<license>MIT</license>
</addoninfo>