Jump to content


fireside

Member Since 15 Jan 2013
Offline Last Active 19 Jun 2017 08:07
-----

Posts I've Made

In Topic: Extentended Number Zap

28 March 2013 - 12:17

http://mymetrix.de/s...edNumberZap.jpg    skin MetrixHD


In Topic: MetrixHD mod by Taykun345

3 February 2013 - 15:56

Really like that skin.
Though it appears that it is not compatible with my Box and/or Image.
Using Dreambox 800HD SE with OpenPli 3.0.

Infobar is way too big and can't be displayed completely ...

Am I doing something wrong? Can it be customized?

Il faut telecharger le plugin - extention fontmanifier_0.5.2b_mipsel.ipk dans telechargement plugin ; pour pouvoir modifier la police et dimensions des caractères. ;)

In Topic: picon oled dream hd800 se

2 February 2013 - 14:39

yes, it is possible. Picon must be 100x60. You can
a) modify /usr/share/enigma2/skin_display96.xml part for InfoBarSummary
or
b ) create skin_user.xml and add into it part for InfoBarSummary:

<screen name="InfoBarSummary" position="0,0" size="96,64">
  <widget position="0,0" render="Picon" size="100,60" source="session.CurrentService" zPosition="0">
	  <convert type="ServiceName">Reference</convert>
  </widget>
  <widget source="session.RecordState" render="FixedLabel" text="Rec" position="5,41" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" backgroundColor="black" foregroundColor="fullred" halign="center" valign="center">
	  <convert type="ConditionalShowHide"></convert>
  </widget>
  <widget source="session.Event_Now" render="Progress" position="0,62" size="96,2" borderWidth="0" transparent="1" pixmap="skin_default/progress_small.png" backgroundColor="#800000" zPosition="1">
	  <convert type="EventTime">Progress</convert>
  </widget>
</screen>

ok , thank you ;)