-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
26 lines (25 loc) · 1.44 KB
/
Copy pathaddon.xml
File metadata and controls
26 lines (25 loc) · 1.44 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="Unicode" standalone="yes"?>
<addon id="script.tvshowtime-dev"
name="TVShow Time Dev"
version="1.1.1"
provider-name="CXII">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
<extension point="xbmc.python.script" library="program.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" library="default.py" start="login"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">TVShow Time</summary>
<description lang="en">Automatically set episodes as watched on tvshowtime.com - Can be done when watching the episode or from the contextual menu of the episode. You can also synchronize the whole or a part of your library.</description>
<description lang="fr">Marque automatiquement les épisodes comme vus sur tvshowtime.com - Peut être fait tout en regardant l'épisode ou via le menu contextuel de l'épisode. Vous pouvez aussi synchroniser l'entièreté ou une partie de votre librairie.</description>
<platform>all</platform>
<language>en fr</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=199604</forum>
<website>https://github.com/cxii-dev/script.tvshowtime</website>
<source>https://github.com/cxii-dev/script.tvshowtime.git</source>
<email>cxii-dev[AT]users[DOT]noreply[DOT]github[DOT]com</email>
</extension>
</addon>