By default banners will not auto-display, although i have left the option available to respect the original code-base. Trigger via JSON is the norm for this forked version
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="service.lowerthird" name="LowerThird" version="0.1.1" provider-name="Double T">
|
|
<requires>
|
|
<import addon="xbmc.python" version="2.1.0"/>
|
|
<import addon="script.module.pil" version="1.1.7"/>
|
|
</requires>
|
|
<extension point="xbmc.service" library="default.py" start="startup">
|
|
</extension>
|
|
<extension point="xbmc.python.script" library="standalone.py">
|
|
<provides>executable</provides>
|
|
</extension>
|
|
<extension point="xbmc.addon.metadata">
|
|
<platform>all</platform>
|
|
<website>https://olipassey.me.uk</website>
|
|
<summary lang="en">Display LowerThird Notifications via JSON</summary>
|
|
<license>GNU GENERAL PUBLIC LICENSE. Version 3</license>
|
|
<forum></forum>
|
|
<email>oli@olipassey.me.uk</email>
|
|
<description lang="en">Displays lower third notifications</description>
|
|
<news>This addon was forked from Lanik's Banners addon</news>
|
|
<assets>
|
|
<icon>icon.png</icon>
|
|
<fanart>fanart.jpg</fanart>
|
|
<screenshot>resources/screenshot-01.jpg</screenshot>
|
|
<screenshot>resources/screenshot-02.jpg</screenshot>
|
|
<screenshot>resources/screenshot-03.jpg</screenshot>
|
|
<banner>resources/banner.jpg</banner>
|
|
<logo>resources/logo.png</logo>
|
|
</assets>
|
|
</extension>
|
|
</addon>
|