forked from tlverwijst/SubLime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
14 lines (13 loc) · 803 Bytes
/
Copy pathaddon.xml
File metadata and controls
14 lines (13 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<addon id="service.sublime"
name="Sublime" version="1.6.5" provider-name="Tommie82">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.service" library="default.py" start="login"></extension>
<extension point="xbmc.addon.metadata">
<summary>Subtitle cleaner for Kodi</summary>
<description>Subtitles come in a lot of different markups. HI tags, different font shapes, colours and sizes, ALL CAPS, author/syncher credits and nowadays even advertisements. Not all of these are just as bad, but they can be annoying. SubLime lets you choose which markup you wanna keep, and which you prefer to filter out.</description>
<platform>all</platform>
</extension>
</addon>