[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"?>
|
<?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>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
<import addon="script.module.pil" version="1.1.7"/>
|
<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.setHeight(height)
|
||||||
self.imageBottom.setWidth(width)
|
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.setHeight(height)
|
||||||
self.imageCenter.setWidth(width)
|
self.imageCenter.setWidth(width)
|
||||||
|
|||||||
@@ -207,7 +207,7 @@
|
|||||||
</extension>
|
</extension>
|
||||||
</addon>
|
</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>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
<import addon="script.module.pil" version="1.1.7"/>
|
<import addon="script.module.pil" version="1.1.7"/>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
63e1282e26f12e07f8046e1891d6ee41
|
32742cc392552ebef1ee9a126b05e914
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?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>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
<import addon="script.module.pil" version="1.1.7"/>
|
<import addon="script.module.pil" version="1.1.7"/>
|
||||||
|
|||||||
BIN
zips/service.lowerthird/service.lowerthird-0.1.2.zip
Normal file
BIN
zips/service.lowerthird/service.lowerthird-0.1.2.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user