-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathaddon.xml
More file actions
20 lines (20 loc) · 1.05 KB
/
Copy pathaddon.xml
File metadata and controls
20 lines (20 loc) · 1.05 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="plugin.program.tvbgpvr.backend" name="TVBG PVR Backend - 12.02.2025" version="1.6.0" provider-name="HarryDoubleG, DanvanBG">
<requires>
<import addon="script.module.garepobg" version="0.1.3"/>
<import addon="script.module.requests" version="1.1.0"/>
</requires>
<extension point="xbmc.python.script" library="exec.py"/>
<extension point="xbmc.service" library="service.py" start="start" />
<extension point="xbmc.addon.metadata">
<summary>TVBG PVR Backend</summary>
<summary lang="en">TVBG PVR Backend</summary>
<description lang="en">Autmatically downloads and reorders playlists, adds static IDs, names and logos.
For use with Bulgarian EPGs</description>
<disclaimer lang="en">TVBG PVR Backend</disclaimer>
<language>en</language>
<platform>all</platform>
<forum>https://kodibg.org/forum/thread-407.html</forum>
<website>https://github.com/harrygg/plugin.program.tvbgpvr.backend</website>
</extension>
</addon>