-
Notifications
You must be signed in to change notification settings - Fork 10
/
addon.xml
25 lines (25 loc) · 917 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.bsplayer"
name="BSPlayer"
version="1.0.1"
provider-name="realgam3">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.subtitle.module" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">
BSPlayer Subtitles
</summary>
<description lang="en">
Search and download various subtitles from the BSPlayer subtitles community.
</description>
<source>https://github.com/realgam3/service.subtitles.bsplayer</source>
<email>[email protected]</email>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<platform>all</platform>
<assets>
<icon>logo.png</icon>
</assets>
</extension>
</addon>