script.xbmc.lcdproc icon indicating copy to clipboard operation
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...

Results 3 script.xbmc.lcdproc issues
Sort by recently updated
recently updated
newest added

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....

enhancement
Kodi-Matrix

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...

enhancement

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...