help Background image
#1
how to use the image as a background in the script and how to position directories on the screen
Reply
#2
Thread moved to addon development
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
python:
import os
black = xbmcgui.ControlImage(0, 0, 1920, 1080, os.path.join('your_path', 'black.png')) 
self.addControl(black)
black.setVisibleCondition('True')

https://codedocs.xyz/AlwinEsch/kodi/grou...image.html
Reply

Logout Mark Read Team Forum Stats Members Help
help Background image0