[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
This commit is contained in:
Oli
2018-01-20 16:07:09 +00:00
parent 8b432bc93d
commit db2cdd6737
7 changed files with 34 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.lowerthird" name="LowerThird" version="0.1.1" provider-name="Double T">
<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"/>