I do not have AutoBouquetMaker plugin installed, so, in order to get this mod working, dvbreader.so file (which is in ABM folder) has to be copied on SystemPlugins satfinder folder.
Erik, I have deleted the red line at the top, and converted to dark grey.
It has been modified to work on PLi-FullNightHD skin
on /etc/enigma2, it has to be created a file called skin_user_PLi-FullNightHD.xml
and inside it, copy the following:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<skin>
<screen name="Satfinder" title="Satfinder" position="fill" flags="wfNoBorder">
<panel name="BasicTemplate"/>
<widget source="Frontend" render="Progress" pixmap="PLi-FullNightHD/infobar/bar_big.png" position="30,150" size="1860,75" borderWidth="1" borderColor="un808888">
<convert type="FrontendInfo">SNR</convert>
</widget>
<eLabel text="SNR:" position="37,150" size="150,75" valign="center" backgroundColor="darkgrey" borderWidth="1" transparent="1" font="Regular;52"/>
<widget source="Frontend" render="Label" position="1552,150" size="330,75" halign="right" valign="center" borderWidth="1" transparent="1" font="Regular;52">
<convert type="FrontendInfo">SNR</convert>
</widget>
<widget source="Frontend" render="Progress" pixmap="PLi-FullNightHD/infobar/bar_big.png" position="30,240" size="1860,75" borderWidth="1" borderColor="un808888">
<convert type="FrontendInfo">AGC</convert>
</widget>
<eLabel text="AGC:" position="37,240" size="150,75" valign="center" backgroundColor="darkgrey" borderWidth="1" transparent="1" font="Regular;52"/>
<widget source="Frontend" render="Label" position="1552,240" size="330,75" halign="right" valign="center" borderWidth="1" transparent="1" font="Regular;52">
<convert type="FrontendInfo">AGC</convert>
</widget>
<eLabel text="SNR:" position="30,360" size="180,30" backgroundColor="darkgrey" transparent="1" zPosition="5" font="Regular;27"/>
<widget source="Frontend" render="Label" position="30,390" size="450,112" font="Regular;108" halign="left" backgroundColor="darkgrey" transparent="1">
<convert type="FrontendInfo">SNRdB</convert>
</widget>
<eLabel text="AGC:" position="30,540" size="180,30" backgroundColor="darkgrey" transparent="1" zPosition="5" font="Regular;27"/>
<widget source="Frontend" render="Label" position="30,570" size="450,112" backgroundColor="darkgrey" transparent="1" font="Regular;108" halign="left">
<convert type="FrontendInfo">AGC</convert>
</widget>
<eLabel text="BER:" position="30,720" size="180,30" backgroundColor="darkgrey" transparent="1" zPosition="5" font="Regular;27"/>
<widget source="Frontend" render="Label" position="30,750" size="450,112" font="Regular;108" halign="left" backgroundColor="darkgrey" transparent="1">
<convert type="FrontendInfo">BER</convert>
</widget>
<eLabel text="TSID:" position="450,335" size="100,50" font="Regular;30" transparent="0" halign="right"/>
<widget source="tsid" render="Label" position="560,335" size="100,50" font="Regular;30" foregroundColor="yellow" backgroundColor="darkgrey" halign="left" transparent="1" zPosition="1"/>
<eLabel text="ONID:" position="755,335" size="100,50" font="Regular;30" transparent="0" halign="right"/>
<widget source="onid" render="Label" position="865,335" size="100,50" font="Regular;30" foregroundColor="yellow" backgroundColor="darkgrey" halign="left" transparent="1" zPosition="1"/>
<eLabel text="Orb Pos:" position="1060,335" size="130,50" font="Regular;30" transparent="0" halign="right"/>
<widget source="pos" render="Label" position="1200,335" size="100,50" font="Regular;30" foregroundColor="yellow" backgroundColor="darkgrey" halign="left" transparent="1" zPosition="1"/>
<widget text="LOCK" source="Frontend" render="FixedLabel" position="30,900" size="465,135" font="Regular;108" halign="left" foregroundColor="green" backgroundColor="darkgrey" transparent="1" >
<convert type="FrontendInfo">LOCK</convert>
<convert type="ConditionalShowHide"/>
</widget>
<widget name="config" position="450,400" size="1440,603" itemHeight="49" font="Regular;40" transparent="1" enableWrapAround="1" scrollbarMode="showOnDemand"/>
<widget name="introduction" position="0,0" size="0,0" zPosition="0"/>
<panel name="ButtonRed"/>
<eLabel text="Cancel" position="242,1030" size="370,38" backgroundColor="black" zPosition="1" transparent="1" font="Regular;34" halign="left"/>
<panel name="ButtonGreen"/>
<eLabel text="Scan" position="678,1030" size="345,38" backgroundColor="black" zPosition="1" transparent="1" font="Regular;34" halign="left"/>
<panel name="ButtonYellow"/>
<eLabel text="Service list" position="1114,1030" size="345,38" backgroundColor="black" zPosition="1" transparent="1" font="Regular;34" halign="left"/>
</screen>
</skin>
Here it is the satfinder plugin file
plugin.py 35.32KB
11 downloads