forked from 4lb3rtO/service.nfo.watchedstate.updater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
31 lines (31 loc) · 1.43 KB
/
addon.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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon
id="service.nfo.watchedstate.updater"
name="NFO Watchedstate Updater"
version="1.1.1"
provider-name="4lb3rtO">
<requires>
<!-- Those are the version on final release. Just depend on the python version for Betas/RCs -->
<import addon="xbmc.python" version="2.19.0"/>
<import addon="xbmc.json" version="6.20.0"/>
<import addon="xbmc.addon" version="14.0.0"/>
</requires>
<extension
point="xbmc.service"
library="default.py"
start="login"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Renewed your watchedstate in nfo files</summary>
<summary lang="de">Erneuert deinen watchedstate in den nfo Dateien</summary>
<description lang="en">Update your watchedstate in the nfo files as soon as this happens in the XBMC library.</description>
<description lang="de">Aktualisiert deinen watchedstate in den nfo Dateien, sobald dies in der XBMC Bibliothek geschieht.</description>
<platform>all</platform>
<language>en</language>
<language>de</language>
<license>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)</license>
<forum><!-- http://www.kodinerds.net/index.php/Thread/36207 --></forum>
<website></website>
<email>[email protected]</email>
<source><!-- https://github.com/4lb3rtO/service.nfo.watchedstate.updater.git --></source>
</extension>
</addon>