Release XBMC LCDproc Python addon
(2014-01-14, 13:20)HiPi Wrote: I wanted to make small customization, but so far with no success :-) Particularly, I would like to change format of PlayerTime and PlayerDuration info labels depending on media type, e.g. when playing video I would like to have HH:MM format instead off default HH:MM:SS.

You don't need to fiddle around with the sources to achieve this (indeed, with that change you just broke things like the progress bar percentage calculation).

Just open up your ~/.xbmc/userdata/LCD.xml in your favorite editor, then change the corresponding line you want a different time-format to e.g.:
Code:
$INFO[Player.Time(hh:mm)]
(or use e.g. "mmConfuseds" to use minutesConfusedeconds).

HTH,
nst
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 (testing needed) - by herrnst - 2014-01-14, 20:45
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