-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathaddon.xml
More file actions
15 lines (15 loc) · 807 Bytes
/
Copy pathaddon.xml
File metadata and controls
15 lines (15 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.http-scrobbler" name="HTTP Scrobbler" version="1.0.0" provider-name="Programie">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.31.0"/>
</requires>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">Simple HTTP Scrobbler</summary>
<summary lang="de_DE">Einfacher HTTP Scrobbler</summary>
<description lang="en_GB">Track watched TV shows and movies via a HTTP endpoint.</description>
<description lang="de_DE">Tracke gesehene Serien und Filme über einen HTTP Endpunkt.</description>
</extension>
</addon>