[LowerThird] MVP

Use Banner size 1920x250 for full "lowerthird" display
This commit is contained in:
Oli Passey
2018-01-15 21:59:20 +00:00
parent 274e3fc39b
commit f1d5e50d9b
7 changed files with 5 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"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -61,7 +61,7 @@ class OverlayText(object):
self.imageBottom.setHeight(height)
self.imageBottom.setWidth(width)
self.imageBottom.setPosition(xpos, viewport_h - height - yoffset)
self.imageBottom.setPosition(xpos, viewport_h - height)
self.imageCenter.setHeight(height)
self.imageCenter.setWidth(width)

View File

@@ -207,7 +207,7 @@
</extension>
</addon>
<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"/>

View File

@@ -1 +1 @@
63e1282e26f12e07f8046e1891d6ee41
32742cc392552ebef1ee9a126b05e914

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"/>

Binary file not shown.