script.xbmc.lcdproc
script.xbmc.lcdproc copied to clipboard
LCDproc Python addon for XBMC, possibly replacing LCD support from core. Original & initial code by Memphiz (https://github.com/Memphiz - thanks for your permission to use!), improvements and finalisa...
Per the feature request on 2018-11-12 from schroedingersdog on the page https://forum.kodi.tv/showthread.php?tid=143912&page=24, I too would like to see the ability to display the KODi volume level on the LCD screen....
XBMC supports DPMS off, which seems to disable the screensaver. Following is a patch which checks against the new system.dpmsactive infolabel in addition to system.screensaveractive. if there is no such...
script.xbmc.lcdproc right now relies on and makes use of the telnetlib module. telnetlib is marked as deprecated since Python 3.11 and will ultimately be removed in Python version 3.13 (see...