Jump to content


Photo

OpenPli5 and LCD4Linux


  • Please log in to reply
35 replies to this topic

Re: OpenPli5 and LCD4Linux #21 cobus

  • Senior Member
  • 4,774 posts

+69
Good

Posted 8 May 2017 - 17:07

In New sdg 5 image lcd4linux works?

Groetjes Cobus R

 

VU+ UNO 4K SE FBC DVB-C (8x)

MUTANT HD66SE FBC DVB-C (3x)

MAXYTEC MULTIBOX COMBO

MUTANT HD60 DVB-S

 

 

Ziggo (digitaal) Kabel TV (FTV) op alle decoders met oa fallback tuner

 


Re: OpenPli5 and LCD4Linux #22 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 8 May 2017 - 17:24

It should be equal to development, the version uploaded here is newer.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPli5 and LCD4Linux #23 cobus

  • Senior Member
  • 4,774 posts

+69
Good

Posted 8 May 2017 - 18:21

Thanks ;)


Groetjes Cobus R

 

VU+ UNO 4K SE FBC DVB-C (8x)

MUTANT HD66SE FBC DVB-C (3x)

MAXYTEC MULTIBOX COMBO

MUTANT HD60 DVB-S

 

 

Ziggo (digitaal) Kabel TV (FTV) op alle decoders met oa fallback tuner

 


Re: OpenPli5 and LCD4Linux #24 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 8 May 2017 - 18:24

Please report if it works, in order to apply/send fix to development version of OpenPLi.

Edited by athoik, 8 May 2017 - 18:25.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPli5 and LCD4Linux #25 cobus

  • Senior Member
  • 4,774 posts

+69
Good

Posted 10 May 2017 - 16:23

Here on the ET10K it works with fresh installed SDG 5


Groetjes Cobus R

 

VU+ UNO 4K SE FBC DVB-C (8x)

MUTANT HD66SE FBC DVB-C (3x)

MAXYTEC MULTIBOX COMBO

MUTANT HD60 DVB-S

 

 

Ziggo (digitaal) Kabel TV (FTV) op alle decoders met oa fallback tuner

 


Re: OpenPli5 and LCD4Linux #26 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 10 May 2017 - 22:27

Nice!

Patches submitted to OpenPLi for inclusion.

Anyone with Samsung Photo-frame and ARM box to confirm that is working as well?
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPli5 and LCD4Linux #27 Maksyuha

  • Senior Member
  • 32 posts

0
Neutral

Posted 13 May 2017 - 15:52

I installed today the image to check the photo frame, but unfortunately I got this:

Attached File  LCD4Linux1.jpg   66.32KB   6 downloads

Attached File  LCD4Linux2.jpg   94KB   6 downloads



Re: OpenPli5 and LCD4Linux #28 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 13 May 2017 - 16:01

See if that is ok https://github.com/a...CD4linux/ymc.py
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPli5 and LCD4Linux #29 Maksyuha

  • Senior Member
  • 32 posts

0
Neutral

Posted 13 May 2017 - 17:55

Checked, it's OK, Lcd4linux works on pli5. I noticed the following, if the channel name is in Russian, then the channel logo is not displayed on the photo frame, on pli4 is ok.

Attached File  IMG_1148.JPG   82.99KB   4 downloads

Attached File  IMG_1149.JPG   63.86KB   4 downloads



Re: OpenPli5 and LCD4Linux #30 Maksyuha

  • Senior Member
  • 32 posts

0
Neutral

Posted 13 May 2017 - 18:55

Crashlog LCD4Linux:

Traceback (most recent call last):
File "/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/plugin.py", line 4338, in run
para[0](para[1],para[2],para[3])
File "/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/plugin.py", line 11094, in putPicon
name2=self.Lchannel_name.decode("utf8").encode("latin-1") + ".png"
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-2: ordinal not in range(256)



Re: OpenPli5 and LCD4Linux #31 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 13 May 2017 - 20:36

I think we are using decode("utf-8").encode("utf-8", 'ignore')) in plugins to solve that issue.

So change line from

name2=self.Lchannel_name.decode("utf8").encode("latin-1") + ".png"

to

name2=self.Lchannel_name.decode("utf-8").encode("utf-8", 'ignore')) + ".png"


I think there is a proper function to get picon name, if somebody knows the function, better to it, instead of reinventing the well.

Edited by athoik, 13 May 2017 - 20:37.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPli5 and LCD4Linux #32 Abu Baniaz

  • PLi® Contributor
  • 2,501 posts

+64
Good

Posted 13 May 2017 - 20:41

Why not copy the picon code?

Re: OpenPli5 and LCD4Linux #33 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 13 May 2017 - 20:43


Because we can re-use it.


import picon_function from somewhere.i.dont.know.where.is
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPli5 and LCD4Linux #34 Abu Baniaz

  • PLi® Contributor
  • 2,501 posts

+64
Good

Posted 14 May 2017 - 00:16

I hope this helps

https://github.com/O...icon.py#L64:L87

Re: OpenPli5 and LCD4Linux #35 Maksyuha

  • Senior Member
  • 32 posts

0
Neutral

Posted 14 May 2017 - 04:52

I think we are using decode("utf-8").encode("utf-8", 'ignore')) in plugins to solve that issue.

So change line from

name2=self.Lchannel_name.decode("utf8").encode("latin-1") + ".png"

to

name2=self.Lchannel_name.decode("utf-8").encode("utf-8", 'ignore')) + ".png"


I think there is a proper function to get picon name, if somebody knows the function, better to it, instead of reinventing the well.

Changed to

 

name2=self.Lchannel_name.decode("utf-8").encode("utf-8", 'ignore') + ".png"

 

аnd it all worked

 

Attached File  IMG_1150.JPG   71.3KB   3 downloads

 

Thanks!



Re: OpenPli5 and LCD4Linux #36 Barni74

  • New Member
  • 2 posts

0
Neutral

Posted 12 April 2020 - 17:27

hi

openpli7.2

VU+ Uno 4K SE

 

LCD4Linux

does this plugin work?

 

 

 

 




10 user(s) are reading this topic

0 members, 10 guests, 0 anonymous users