[LowerThird] MVP
Use Banner size 1920x250 for full "lowerthird" display
This commit is contained in:
@@ -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 |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user