Release XBMC LCDproc Python addon
#1
Brick 
ANNOUNCEMENT: "XBMC LCDproc" is now part of the official XBMC.org Addon repository and is installable and receives updates within Eden and Frodo!

Hi all,

I've lately been busy hacking on an LCDproc Python addon. The addon handles communication to LCDd more cleanly (reacts properly on any responses and only sends update when really needed, without spamming the socket) and improves on many other things (e.g. no more character translation table for any display type required, special chars handled via native LCDproc widgets etc.). While the addon runs very stable at least for me and can fully replace the code currently present in XBMC's core, it definitely requires testing by more users (different platforms, different displays, different LCD.xml configurations and so on). So I'd like to kindly ask anyone using a LCD or VFD driven by LCDproc to test this Smile

The addon can be found at my GitHub repo at https://github.com/herrnst/script.xbmc.lcdproc.

The repo has been reorganized a bit lately: Base functionality has been branched as version 1.1.0, and will receive bugfixes only from now on.

The "imonmdm" branch is now merged to master and will eventually become version 1.2.0. So, master now contains the additional functionality to drive the extra icons surrounding the text area of the display. @SoundGraph iMON LCD/Futaba mdm166a users: Please report back any problems you see with this. Especially mdm166a users should report back if the stuff works at all, as this support has been implemented blindly without any testing (no hardware). Everyone else: No harm or instability should be caused by this, please report if it unfortunately does.

For notes, instructions and so on, please check https://github.com/herrnst/script.xbmc.lcdproc/wiki (updated for version information etc.).

Would love to receive any feedback on this, and don't hesitate to ask questions or report problems Smile

Thanks to XBMC Team member Memphiz for the base implementation and letting me use it Smile

Best regards,
Daniel
Following up on the PR-discussion from PR#1482 here:

Memphiz Wrote:The only thing i found is that "$INFO[LCD.TimeWide21]" should show the clock not the player.time (when screensaver is on there is no player running).

I found out that the screensaver mode also gets active at least while music is playing, thus getting the LCD.TimeXX being drawn, but the output was scrambled due to special chars being directly posted. Haven't looked at the core code at that time, so it felt like a good idea to print the player.time at that point Smile However, looking afterwards it indeed states "systemtime" in core. What about leaving "player.time" when playing media, and showing "systemtime" when screensaver gets active without anything playing?

Greets,
Daniel
script.xbmc.lcdproc!
Leia+VAAPI+HD-Audio+LCDproc addon,TVHeadend-master/DVB-C/T2+pvr.tvh addon on Ubuntu 18.04 (amd64)
Reply


Messages In This Thread
XBMC LCDproc Python addon - by herrnst - 2012-10-29, 19:33
RE: XBMC LCDproc Python addon - by Skram0 - 2015-06-08, 04:59
RE: XBMC LCDproc Python addon - by willemd - 2015-04-18, 15:43
RE: XBMC LCDproc Python addon - by noxx2 - 2015-04-19, 08:23
RE: XBMC LCDproc Python addon - by herrnst - 2015-04-20, 18:44
RE: XBMC LCDproc Python addon - by noxx2 - 2015-04-22, 21:59
RE: XBMC LCDproc Python addon - by xtdv - 2015-08-16, 18:17
RE: XBMC LCDproc Python addon - by Doesel - 2015-09-29, 11:39
RE: XBMC LCDproc Python addon - by benris - 2016-06-03, 21:44
RE: XBMC LCDproc Python addon - by OvCa77 - 2016-07-30, 14:29
RE: XBMC LCDproc Python addon - by pirlouwi - 2016-10-18, 12:28
RE: XBMC LCDproc Python addon - by mangavalk - 2016-11-04, 16:53
RE: XBMC LCDproc Python addon - by ajw107 - 2016-12-27, 22:51
RE: XBMC LCDproc Python addon - by husk123 - 2017-01-13, 18:20
RE: XBMC LCDproc Python addon - by jardes69 - 2017-02-10, 13:27
LCDProc: serialVFD? - by orclex - 2017-04-06, 10:04
RE: XBMC LCDproc Python addon - by markusA - 2017-05-07, 14:30
RE: XBMC LCDproc Python addon - by tjost - 2017-06-21, 17:58
RE: XBMC LCDproc Python addon - by hartmuta - 2018-02-11, 00:40
RE: XBMC LCDproc Python addon - by hartmuta - 2018-03-03, 11:24
RE: XBMC LCDproc Python addon - by andrkac - 2018-04-04, 23:52
RE: XBMC LCDproc Python addon - by herrnst - 2018-06-07, 21:04
RE: XBMC LCDproc Python addon - by TB-303 - 2019-04-27, 19:21
RE: XBMC LCDproc Python addon - by herrnst - 2018-11-12, 18:34
RE: XBMC LCDproc Python addon - by asselnik - 2019-06-19, 08:45
RE: XBMC LCDproc Python addon - by posluchac - 2021-05-18, 10:18
RE: XBMC LCDproc Python addon - by serjy - 2021-09-23, 14:45
Logout Mark Read Team Forum Stats Members Help
XBMC LCDproc Python addon2