Files
Oli db2cdd6737 [Broken Dev WIP] RealTime Notifications
Take text from JSON API Call 'notitxt' and then write that text onto a pre-defined background image 'sample-in.jpg' and write it out to 'sample-out.jpg'
Copypasta of another def later in the code to display just that sample-out file.
It's a mess, won't work but its a starting point
2018-01-20 16:07:09 +00:00

32 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.lowerthird" name="LowerThird" version="0.1.2" 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>