-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
20 lines (20 loc) · 1.12 KB
/
addon.xml
File metadata and controls
20 lines (20 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.ftvguide_sync" name="FTV Guide Sync" version="0.1.2" provider-name="bluezed">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
<import addon="script.module.requests" version="2.4.3"/>
</requires>
<extension point="xbmc.service" library="service.py" start="login"/>
<extension point="xbmc.addon.metadata">
<summary>FTV Guide Sync</summary>
<description>This Service will try to sync your FTV Guide database and settings with a WebDAV-compatible server that you can specify in the Service-Settings. This should allow you to have the same channels and settings across multiple devices.</description>
<disclaimer>PLEASE NOTE: This Service is still very much EXPERIMENTAL and there is still a risk that data might get lost!</disclaimer>
<language></language>
<platform>all</platform>
<license>GPLv2</license>
<forum>http://forums.tvaddons.ag/forums/181-FTV-GUIDE-FOR-KODI</forum>
<website></website>
<email>bluezed.apps@gmail.com</email>
<source>https://github.com/bluezed/script.ftvguide_sync</source>
</extension>
</addon>