Jump to content


Taapat

Member Since 7 Jul 2010
Offline Last Active Today, 19:51
-----

#925175 Language assistance requested...

Posted by Taapat on 27 August 2018 - 08:44

@IanSav I think you miss a couple of things:
1. Title for skins who use sreen position = "fill", and therefore they do not have the title on top of the screen, but they use a separate widget. For example in skin PLi-FullHD: https://github.com/l.../skin.xml#L2032
2. Enigma generates translations only for the that, what is in the enigma sources. You can not call in skin screen how you think. You must use a name that is already in the enigma to be translated.
I saw this problem yesterday in zeros screenshots, so I changed the screen examples in your doc file: https://github.com/O...5aaefc57d348f1f
 
To fix this in skins with screen position = "fill" you need return back self.setTitle(_("Virtual keyboard")).
Not "Virtual KeyBoard"! We do not need another translation that duplicates.



#883813 Vu Zero 4k and multistream (t2-mi)

Posted by Taapat on 9 May 2018 - 18:39

If you have an interes and patience I suggest start with this: https://www.satellit...p-guide.170042/

and this: http://sat-dx.club/v...df42159ef125f20




#873712 Do commit comments get read?

Posted by Taapat on 20 April 2018 - 10:17

@littlesat commit who fix this has already been added in RC: https://github.com/O...109b4b36750bbce
When I offered PR I ask to chery pick this also in develop.
Unfortunately, this has not been done.
 
Now more changes have been added in develop ConfigList and I'm not sure if this commit can be chery picked without conflicts. We already had a bad experience with this.
 
I'll try in the evening, and if necessary it will create a new PR for develop.



#785987 Expert mode: the false good idea of OpenPLi 6?

Posted by Taapat on 22 October 2017 - 14:46

Personally, I've been against the expert mode from the start.
At least as it is now. This is not an example for a good UI.
 
It seems to me that the idea that it makes life easier for a simple user is wrong.
I have not heard anyone say that it is good (except those who make it).
These are created by experts who think that it is better for simple users, although they themselves are not a simple users, and therefore does not know what is better for simple users.
 
I am convinced that in start wizard you need to set everything that is used by a simple user.
If after he needs some kind of config, then it is no longer a simple user.
 
But ok, I've been stoped worried about it.
I can turn on expert settings and ignore the question where to find some config because I'm tired write about expert mode.



#783062 OpenPLi 6.0 » Release candidate

Posted by Taapat on 16 October 2017 - 20:04

Remember that plugins in download link on github is the latest which is intended for the develop image not for release or rc.
I recommend using plugins from feed.
 
Talking about your problem.
Do you have a stable internet connection in the receiver?
I have not seen such problems with myself. To my liked video works without problem.
Also, the first crash with you mention is only possible if the Internet connection is not stable.



#782450 OpenPLi 6.0 » Release candidate

Posted by Taapat on 15 October 2017 - 21:24

I already fix this some time ago: https://github.com/T...bab63155711b969
Unfortunately, the plugin versions is frozen in rc and release, and therefore this changes not available.
In the plugin, there are new features (videio higer that 720 playback) that only work on develop, so obviously I will have to create a separate branch with this fix for release.



#773263 OpenPLi 6.0 » Release candidate

Posted by Taapat on 25 September 2017 - 07:00

I have read complaints about the openpli-6.0 problems on VU+ solo and duo.
Image installation breaks the boot partition.
This problem is not on all receivers, but on individual ones.

 

I can make a mistake, but I have read that solo and duo are two versions.
The first version memory size is smaller. I remember that there was already a problem with one of the plugins.
Openpli-6.0 image is biger than openpli-4.0, and maybe its size exceeds the available memory size on the first version recievers.

 

Maybe it's time to stop solo and duo support or post a warning about it?




#758149 Multistream tuner conflicts

Posted by Taapat on 21 August 2017 - 21:41

I also think that need to fix in the cpp code.
 
Add debug and you will see that for multistream fakeRecService.start(True) always return -7: https://github.com/O...tyCheck.py#L193
The record first time for multistream starts because len(self.simultimer) < 2 and  "[TimerSanityCheck] possible bug: unknown conflict!": https://github.com/O...tyCheck.py#L285
After that, on the next records it always causes an error!



#743488 Translations for Enigma 2: Please post them here!

Posted by Taapat on 21 July 2017 - 08:31

You can generate po and enigma2.pot files without compile the enigma2.
I use commands that use the enigma when compiling with flag --with-po:
git clone https://github.com/OpenPLi/enigma2.git
cd enigma2
xgettext --no-wrap -L Python --from-code=UTF-8 -kpgettext:1c,2 --add-comments="TRANSLATORS:" -d enigma2 -s -o enigma2-py.pot `find . -type f -name '*.py'`
sed -i -e 's/CHARSET/UTF-8/g' enigma2-py.pot
python po/xml2po.py `find . -type f -name '*.xml' | egrep -v './timers.xml'` > enigma2-xml.pot
cat enigma2-py.pot enigma2-xml.pot | /usr/bin/msguniq --no-wrap --no-location -o po/enigma2.pot -
rm enigma2-py.pot enigma2-xml.pot
msgmerge --backup=none --no-wrap --no-location -s -U po/lv.po po/enigma2.pot && touch po/lv.po

In the last line change in both places lv.po to your language files!




#627169 Openpli-5 (still next master)

Posted by Taapat on 10 December 2016 - 14:51

@Persian Prince try: https://github.com/p...dvbsnoop/pull/1

 

P.S.

I think that it is strange that you by yourself are offering themselves as dvbsnoop maintainer for openpli and oe-alliance, but do not want to take any tests and fixes :wacko:.




#618556 merge requests for PLi's git

Posted by Taapat on 23 November 2016 - 12:36

@Persian Prince when you optimize these files or you also check whether they are correct sRGB profile?
After your optimization in enigma, using libpng 1.6.24 I saw a warning about incorrect sRGB profile in png files in countries: https://github.com/O...61a94f16a2757a9
I see that from this files you optimize hk.png.



#614986 serviceapp - gstplayer and exteplayer3

Posted by Taapat on 14 November 2016 - 11:08

For others, currently I'm experiencing problem with HLS playback on ffmpeg 3.1.1 also on 3.2, I get pixelated picture on

http://devimages.app.../bipbopall.m3u8 on any variant. Though 3.0 version works well.

 

Try my changes, which I will introduce for fulan: https://github.com/T...71af18ed8be4c51
I do not know what exactly you mean by the "pixelated picture", but on the solo2 I do not see anything like this.



#607540 Update libbluray

Posted by Taapat on 30 October 2016 - 10:45

This should fix package version: https://github.com/O...e-core/pull/124




#558635 New option 'sort menu'

Posted by Taapat on 9 July 2016 - 19:17

I think exactly the same.
It maybe look cool, but it seems to me that it does not need.
Is it really important to see the path to the menu where you are here now?
You have just made it, or you really do not know where you are?
And even if you do not know what it changes?

 

Maybe it would be better to move this option to independent component, to used it in skins only if someone wants to use it?




#548594 Bluray Player plugin no longer works

Posted by Taapat on 19 May 2016 - 13:49

@christophecvr sorry about the problems, but I changed it all to get rid of the mount in the MovieSelection to check bluray iso disc.

 

Now disk folder structure is tested using libudfread and not to waste time for the mount/umont if it's dvd iso disc.
Also, the code in the MovieSelection is much simpler.