-
Notifications
You must be signed in to change notification settings - Fork 15
/
addon.xml
36 lines (36 loc) · 2.51 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
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.simkl"
name="Simkl TV Tracker"
version="3.2.0"
provider-name="David Davó, Simkl">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Simkl Scrobbler with AI file detection system</summary>
<summary lang="en_US">Simkl Scrobbler with AI file detection system</summary>
<description lang="en_GB">Automatically set Movies and TV Shows\Anime as watched on Simkl.com. Simkl knows what you're watching, tells you episodes you've missed, and connects you to what your friends are into. Sign up at https://simkl.com to get all of these features: - Automatically track what you’re watching. - Receive notifications about new episodes. - Find recommendations based on your watch history. - See your friend's ratings. Simkl was created to help people, like you, to keep track of what you watch and receive notifications about new episodes and new movie releases based on your preferences and watch history.</description>
<description lang="en_US">Automatically set Movies and TV Shows\Anime as watched on Simkl.com. Simkl knows what you're watching, tells you episodes you've missed, and connects you to what your friends are into. Sign up at https://simkl.com to get all of these features: - Automatically track what you’re watching. - Receive notifications about new episodes. - Find recommendations based on your watch history. - See your friend's ratings. Simkl was created to help people, like you, to keep track of what you watch and receive notifications about new episodes and new movie releases based on your preferences and watch history.</description>
<disclaimer lang="en_GB">Not tested on Android</disclaimer>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<forum>https://forum.kodi.tv/showthread.php?tid=305324</forum>
<website>https://simkl.com</website>
<email>david@ddavo.me</email>
<source>https://github.com/SIMKL/script.simkl</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<language>en</language>
<news>
v3.2 (22-09-22)
- right click, mark as watched/unwatched added
v3.1 (21-07-13)
- detect engine updated
v3.0 (21-03-16)
- Kodi 19+ support
</news>
</extension>
</addon>