Jump to content


bigroma

Member Since 15 Oct 2009
Offline Last Active 09 Aug 2017 18:25
-----

#248369 EPG Problem

Posted by bigroma on 20 January 2012 - 23:40

After this commit http://openpli.git.s...bf7d54252169e60 on some events in EPGcache stored empty feild instead EventName. I see it only on russian EPG now. When i reverted this patch epg shows good again. EIT now/next shows right EventName always.


#226450 Percents in ServiceList patch

Posted by bigroma on 24 October 2011 - 22:19

For me better both percents and progressbar, may be it's strange but sometimes i tired, sometimes i look tv from different distance depending for this sometimes better progressbar, sometimes percentage.
I don't want begin new wave of flame, i write how it like for me. :)
May be it's depended by language, English more compact then Russian, and Russian eventinfo usualy longer then English and often cutted in field with disabled all options - alignment, percentage and progressbar, when I enable options it look more pleasure for me.

I'll continue add this feature for myself, it's no problem.

Sorry for my bad English.


#226228 Percents in ServiceList patch

Posted by bigroma on 24 October 2011 - 12:29

Both feature are optional. Both feature could be disable by default or at any time. Skinmakers could choice use or not additional features.
I made this patch for opendreambox half year ago, three monts ago i adapt it for openPLI, we test it on Ukranian et9000 forum. We didn't find troubles with this patch.

I don't like very difficult skins, but I think skinmaker must have wide choice.

Sorry for my bad English


#226120 Percents in ServiceList patch

Posted by bigroma on 23 October 2011 - 22:31

Percents likes for many people, I don't propose change progressbars to %-ages, I propose only add. And everyone can choice progressbars or %-ages, or both or nothing.

And I didn't attach file to previous message.

I attach it to this

Attached Files




#226105 Percents in ServiceList patch

Posted by bigroma on 23 October 2011 - 21:38

OK, patch with few updates. Now it work better with unmodified skins.
Screenshots:
1st moded skin

Posted Image

2-4 unmoded skins

Posted Image

Posted Image

Posted Image


Guys, may be you add this patch to OpenPLI? Both features can be disabled by default. This patch tested long time on different STBs and work without problems.


#215858 Percents in ServiceList patch

Posted by bigroma on 3 September 2011 - 18:12

Some people like percents in ServiceList
This patch add percents and alignment in service list.
Both parameters are flexible and can be set from ServiceList.py and skin.xml
Also both parameters can be switched from Setup->System->Customize.
Additional for percents can be set colors and font separately from EventDescription

Screenshot from my et9000 after this patch in ChannelSelector
Posted Image

Example using in skin.xml
<widget name="list" position="400,12" size="740,396" zPosition="1" selectionPixmap="hd-line_tvpro/menu/select_m3.png" 
			 scrollbarMode="showOnDemand" 
			 foregroundColorServiceNotAvail="grey_tux2" 
			 serviceItemHeight="36" 
			 serviceNumberFont="Regular;25" 
			 serviceNameFont="Regular;25" 
			 serviceInfoFont="Regular;20"
			 colorServiceDescription="grey" 
			 colorServiceDescriptionSelected="#fefefe"
			 
			 colorEventProgressbar="#ab5400"
			 colorEventProgressbarSelected="#ff7d00"
			 
			 colorEventProgressbarBorderSelected="#ff7d00"
			 colorEventProgressbarBorder="#ff7d00"
			 
			 eventPercentageWidth="55"
			 colorEventPercentage="#ab5400"
			 colorEventPercentageSelected="#ff7d00"
			 eventPercentageFont="Regular;20" />

I'm sorry, but my English is very weak. If anybody will change name variables and options to more right, I'll be glad.

Attached Files