Jump to content


mr42O

Member Since 17 Jan 2012
Offline Last Active 17 Apr 2012 22:14
-----

Posts I've Made

In Topic: OpenAAF ConcinnityHD skin in OpenPLi

10 April 2012 - 20:45

does not work on DM8000

In Topic: DMconcinnlty-HD skin emu info not working. How to fix ?

8 April 2012 - 10:33

no one ?

In Topic: DMconcinnlty-HD skin emu info not working. How to fix ?

7 April 2012 - 13:24

Look e.g. in de PLi-HD skin and use the same renderer used there in this skin.



i am not expert in this so would be nice if u can be specfic :)

this is from PLI HD

"
<!-- CCCam InfoBar -->
<screen flags="wfNoBorder" name="EcmInfoScreen" position="0,0" size="755,25" title="ECM Info" backgroundColor="transpBlack" zPosition="-1">
<widget name="irdeto" position="0,0" size="15,25" font="Regular;16" text="I" valign="center" halign="center" borderColor="black" borderWidth="2" transparent="1" />
<widget name="seca" position="15,0" size="15,25" font="Regular;16" text="S" valign="center" halign="center" borderColor="black" borderWidth="2" transparent="1" />
<widget name="nagra" position="30,0" size="15,25" font="Regular;16" text="N" valign="center" halign="center" borderColor="black" borderWidth="2" transparent="1" />
<widget name="via" position="45,0" size="15,25" font="Regular;16" text="V" valign="center" halign="center" borderColor="black" borderWidth="2" transparent="1" />
<widget name="conax" position="60,0" size="30,25" font="Regular;16" text="CO" valign="center" halign="center" borderColor="black" borderWidth="2" transparent="1" />
<widget name="betacrypt" position="90,0" size="25,25" font="Regular;16" text="BC" valign="center" halign="center" borderColor="black" borderWidth="2" transparent="1" />
<widget name="crypto" position="115,0" size="35,25" font="Regular;16" text="CW" valign="center" halign="center" borderColor="black" borderWidth="2" transparent="1" />
<widget name="dreamcrypt" position="150,0" size="25,25" font="Regular;16" text="DC" valign="center" halign="center" borderColor="black" borderWidth="2" transparent="1" />
<widget name="nds" position="175,0" size="40,25" font="Regular;16" text="NDS" valign="center" halign="center" borderColor="black" borderWidth="2" transparent="1" />
<widget name="ecmInfo" position="225,0" size="530,25" font="Regular;16" valign="center" transparent="1" borderColor="black" borderWidth="2" noWrap="1" />
</screen>

and this is from my skin

</widget>
<widget source="session.CurrentService" render="Label" font="Regular; 18" position="285, 132" size="600, 22" halign="left" zPosition="1" backgroundColor="green" foregroundColor="foreground" transparent="1" noWrap="1">
<convert type="ExtremeInfo">EcmInfo</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="679, 26" size="440, 22" font="Regular; 18" backgroundColor="green" foregroundColor="foreground" transparent="1" halign="right">
<convert type="SmartInfo">ExpertInfo</convert>
</widget>
<eLabel text="B" font="Regular; 18" position="20, 135" size="20,18" halign="center" foregroundColor="foreground" backgroundColor="black" transparent="0" valign="center" zPosition="0" />
<widget source="session.CurrentService" render="FixedLabel" text="B" font="Regular; 18" position="20, 135" size="20,18" halign="center" foregroundColor="black" backgroundColor="yellow" zPosition="1" transparent="0" valign="center">
<convert type="ExtremeInfo">BetaCrypt</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="FixedLabel" text="B" font="Regular; 18" position="20, 135" size="20,18" halign="center" foregroundColor="black" backgroundColor="green" zPosition="2" transparent="0" valign="center">
<convert type="ExtremeInfo">BetaEcm</convert>
<convert type="ConditionalShowHide" />
</widget>
<eLabel text="I" font="Regular; 18" position="64, 135" size="20, 18" halign="center" foregroundColor="foreground" backgroundColor="black" transparent="0" zPosition="0" valign="center" />
<widget source="session.CurrentService" render="FixedLabel" text="I" font="Regular; 18" position="64, 135" size="20, 18" halign="center" foregroundColor="black" backgroundColor="yellow" zPosition="1" transparent="0" valign="center">
<convert type="ExtremeInfo">IrdCrypt</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="FixedLabel" text="I" font="Regular; 18" position="64, 135" size="20,18" halign="center" foregroundColor="black" backgroundColor="green" zPosition="2" transparent="0" valign="center">
<convert type="ExtremeInfo">IrdEcm</convert>
<convert type="ConditionalShowHide" />
</widget>
<eLabel text="S" font="Regular; 18" position="42, 135" size="20,18" halign="center" foregroundColor="foreground" backgroundColor="black" transparent="0" valign="center" zPosition="0" />
<widget source="session.CurrentService" render="FixedLabel" text="S" font="Regular; 18" position="42, 135" size="20,18" halign="center" foregroundColor="black" backgroundColor="yellow" zPosition="1" transparent="0" valign="center">
<convert type="ExtremeInfo">SecaCrypt</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="FixedLabel" text="S" font="Regular; 18" position="42, 135" size="20,18" halign="center" foregroundColor="black" backgroundColor="green" zPosition="2" transparent="0" valign="center">
<convert type="ExtremeInfo">SecaEcm</convert>
<convert type="ConditionalShowHide" />
</widget>
<eLabel text="V" font="Regular; 18" position="86, 135" size="20,18" halign="center" foregroundColor="foreground" backgroundColor="black" transparent="0" valign="center" zPosition="0" />
<widget source="session.CurrentService" render="FixedLabel" text="V" font="Regular; 18" position="86, 135" size="20,18" halign="center" foregroundColor="black" backgroundColor="yellow" zPosition="1" transparent="0" valign="center">
<convert type="ExtremeInfo">ViaCrypt</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="FixedLabel" text="V" font="Regular; 18" position="86, 135" size="20,18" halign="center" foregroundColor="black" backgroundColor="green" zPosition="2" transparent="0" valign="center">
<convert type="ExtremeInfo">ViaEcm</convert>
<convert type="ConditionalShowHide" />
</widget>
<eLabel text="N" font="Regular; 18" position="108, 135" size="20,18" halign="center" foregroundColor="foreground" backgroundColor="black" transparent="0" valign="center" zPosition="0" />
<widget source="session.CurrentService" render="FixedLabel" text="N" font="Regular; 18" position="108, 135" size="20,18" halign="center" foregroundColor="black" backgroundColor="yellow" zPosition="1" transparent="0" valign="center">
<convert type="ExtremeInfo">NagraCrypt</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="FixedLabel" text="N" font="Regular; 18" position="108, 135" size="20,18" halign="center" foregroundColor="black" backgroundColor="green" zPosition="2" transparent="0" valign="center">
<convert type="ExtremeInfo">NagraEcm</convert>
<convert type="ConditionalShowHide" />
</widget>
<eLabel text="CW" font="Regular; 18" position="130, 135" size="33,18" halign="center" foregroundColor="foreground" backgroundColor="black" transparent="0" valign="center" zPosition="0" />
<widget source="session.CurrentService" render="FixedLabel" text="CW" font="Regular; 18" position="130, 135" size="33,18" halign="center" foregroundColor="black" backgroundColor="yellow" zPosition="1" transparent="0" valign="center">
<convert type="ExtremeInfo">CrwCrypt</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="FixedLabel" text="CW" font="Regular; 18" position="130, 135" size="33,18" halign="center" foregroundColor="black" backgroundColor="green" zPosition="2" transparent="0" valign="center">
<convert type="ExtremeInfo">CrwEcm</convert>
<convert type="ConditionalShowHide" />
</widget>
<eLabel text="NDS" font="Regular; 18" position="165, 135" size="40, 18" halign="center" foregroundColor="foreground" backgroundColor="black" transparent="0" valign="center" />
<widget source="session.CurrentService" render="FixedLabel" text="NDS" font="Regular; 18" position="165, 135" size="40, 18" halign="center" foregroundColor="black" backgroundColor="yellow" zPosition="1" transparent="0" valign="center">
<convert type="ExtremeInfo">NdsCrypt</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="FixedLabel" text="ND" font="Regular; 18" position="165, 135" size="40, 18" halign="center" foregroundColor="black" backgroundColor="green" zPosition="2" transparent="0" valign="center">
<convert type="ExtremeInfo">NdsEcm</convert>
<convert type="ConditionalShowHide" />
</widget>
<eLabel text="CO" font="Regular; 18" position="207, 135" size="30,18" halign="center" foregroundColor="foreground" backgroundColor="black" transparent="0" valign="center" />
<widget source="session.CurrentService" render="FixedLabel" text="CO" font="Regular; 18" position="207, 135" size="30,18" halign="center" foregroundColor="black" backgroundColor="yellow" zPosition="1" transparent="0" valign="center">
<convert type="ExtremeInfo">ConaxCrypt</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="FixedLabel" text="CO" font="Regular; 18" position="207, 135" size="30,18" halign="center" foregroundColor="black" backgroundColor="green" zPosition="2" transparent="0" valign="center">
<convert type="ExtremeInfo">ConaxEcm</convert>
<convert type="ConditionalShowHide" />
</widget>
<eLabel text="DC" font="Regular; 18" position="239, 135" size="38, 18" halign="center" foregroundColor="foreground" backgroundColor="black" transparent="0" valign="center" />

In Topic: DMconcinnlty-HD skin emu info not working. How to fix ?

7 April 2012 - 09:42

Use the correct converter/renderer....


What do u mean ?

In Topic: Pli-Hd-m-mod_2.0

2 April 2012 - 18:26


How can i remove picon in channel list on top ?



delate this 2 line in skin.xml

<ePixmap position="554,12" size="127,81" pixmap="PLi-HD-mod/infobar/frame_picons.png" zPosition="2" alphatest="on" transparent="0" />

<widget source="ServiceEvent" render="Picon2" position="567,22" size="100,60" zPosition="3" transparent="1" alphatest="blend" />



Thx and service info ? I want to move picon and sid etc since its coming in way of channel name etc.