Jump to content


Photo

Device Info Panel in OpenPLi 3.0


  • Please log in to reply
31 replies to this topic

#1 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 1 June 2013 - 19:58

How can I get this device info panel in OpenPLi 3.0?

5umy3udy.jpg

Re: Device Info Panel in OpenPLi 3.0 #2 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 2 June 2013 - 09:44

Nobody???
Is that plugin?

Re: Device Info Panel in OpenPLi 3.0 #3 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 2 June 2013 - 10:35

where did you see that ? which image ?


Open Vision sources: https://github.com/OpenVisionE2


Re: Device Info Panel in OpenPLi 3.0 #4 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 2 June 2013 - 11:46

MediaSat Muzoss Edition 5.0

Re: Device Info Panel in OpenPLi 3.0 #5 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 2 June 2013 - 13:49

go to /usr/lib/enigma2/python/ and compress everything in a single zip file then upload it somewhere and let me know so i can check it


Open Vision sources: https://github.com/OpenVisionE2


Re: Device Info Panel in OpenPLi 3.0 #6 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 2 June 2013 - 15:11

check email



Re: Device Info Panel in OpenPLi 3.0 #7 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 2 June 2013 - 20:37

Did you see the email?

Re: Device Info Panel in OpenPLi 3.0 #8 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 June 2013 - 01:26

no what email ? send to persianpros@yahoo.com


Open Vision sources: https://github.com/OpenVisionE2


Re: Device Info Panel in OpenPLi 3.0 #9 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 3 June 2013 - 08:40

sent to your email persianpros@live.com
sent again to persianpros@yahoo.com
 



Re: Device Info Panel in OpenPLi 3.0 #10 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 June 2013 - 09:15

it's weird somehow because it seems there is no .py file for it

 

check /Components/Renderer/skin.xml

 

  <screen name="DevInfo" position="0,0" size="1280,720" title="ME Devinfo" flags="wfNoBorder">
    <ePixmap position="0,0" zPosition="-1" size="1280,720" pixmap="skin_default/background.png" />
    <ePixmap position="920,460" zPosition="1" size="220,180" pixmap="skin_default/menu/information.png" alphatest="on" />
    <ePixmap position="764,85" zPosition="2" size="26,450" pixmap="skin_default/scroll.png" alphatest="blend" transparent="1" />
    <widget source="session.Event_Now" render="Label" position="820,349" size="420,28" zPosition="2" halign="center" font="Regular;22" foregroundColor="un58bcff" backgroundColor="transpBlack" transparent="1">
      <convert type="EventName">Name</convert>
    </widget>
    <widget source="session.CurrentService" render="Label" position="820,309" size="420,28" zPosition="2" font="Regular;24" halign="center" noWrap="1" transparent="1" foregroundColor="white" backgroundColor="background">
      <convert type="ServiceName">Name</convert>
    </widget>
    <widget source="session.VideoPicture" render="Pig" position="849,89" size="370,208" zPosition="3" backgroundColor="transparent2" />
    <widget source="Title" render="Label" zPosition="2" position="61,36" size="384,30" halign="left" font="Regular; 28" transparent="1" backgroundColor="un999999" />
    <ePixmap position="20,655" size="200,40" pixmap="skin_default/buttons/red.png" alphatest="on" zPosition="2" />
    <ePixmap position="220,655" size="200,40" pixmap="skin_default/buttons/green.png" alphatest="on" zPosition="2" />
    <ePixmap position="420,655" size="200,40" pixmap="skin_default/buttons/yellow.png" alphatest="on" zPosition="2" />
    <ePixmap position="620,655" size="200,40" pixmap="skin_default/buttons/blue.png" alphatest="on" zPosition="2" />
    <widget position="20,655" size="200,40" source="key_red" render="Label" font="Regular; 20" halign="center" valign="center" backgroundColor="un9f1313" transparent="1" zPosition="3" />
    <widget position="220,655" size="200,40" source="key_green" render="Label" font="Regular; 20" halign="center" valign="center" backgroundColor="un1f771f" transparent="1" zPosition="3" />
    <widget position="420,655" size="200,40" source="key_yellow" render="Label" font="Regular; 20" halign="center" valign="center" backgroundColor="una08500" transparent="1" zPosition="3" />
    <widget position="620,655" size="200,40" source="key_blue" render="Label" font="Regular; 20" halign="center" valign="center" backgroundColor="un3253" transparent="1" zPosition="3" />
    <widget source="hddlist" render="Listbox" position="80,85" size="710,450" scrollbarMode="showOnDemand" selectionPixmap="skin_default/icons/ls7160.png" selectionDisabled="1">
      <convert type="TemplatedMultiContent">
				{"template": [
						MultiContentEntryText(pos = (80, 6), size = (900, 28), font=0, flags = RT_HALIGN_LEFT|RT_VALIGN_TOP, text = 0), # index 0 is the hdd_description
						MultiContentEntryText(pos = (80, 42), size = (800, 20), font=1, flags = RT_HALIGN_LEFT|RT_VALIGN_BOTTOM, text = 2), # index 2 is the device info
						MultiContentEntryText(pos = (80, 68), size = (800, 20), font=1, flags = RT_HALIGN_LEFT|RT_VALIGN_BOTTOM, text = 12), # index 2 is the device info
						MultiContentEntryPixmapAlphaTest(pos = (2, 8), size = (55, 55), png = 7), # index 3 is the device pixmap
						MultiContentEntryPixmapAlphaTest(pos = (0, 96), size = (1000, 2), png = 9), # index 3 is the div pixmap
					],
				"fonts": [gFont("Regular", 20),gFont("Regular", 18)],
				"itemHeight": 60
				}
  </convert>
    </widget>
    <widget source="introduction" render="Label" position="80,540" size="710,50" zPosition="10" font="Regular;21" halign="center" valign="center" backgroundColor="background" transparent="1" />
  </screen>

Open Vision sources: https://github.com/OpenVisionE2


Re: Device Info Panel in OpenPLi 3.0 #11 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 3 June 2013 - 09:45

this is skin.xml

Attached Files

  • Attached File  skin.xml   430.44KB   8 downloads


Re: Device Info Panel in OpenPLi 3.0 #12 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 3 June 2013 - 10:19

also in Dream Elite images there is Device Info panel

Attached Files



Re: Device Info Panel in OpenPLi 3.0 #13 mattiL

  • Senior Member
  • 268 posts

+5
Neutral

Posted 3 June 2013 - 17:08

They need to change the units from Gb to GB, Mb to MB etc. in the Device Info Panel..  ;)



Re: Device Info Panel in OpenPLi 3.0 #14 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 3 June 2013 - 19:38

Understand you

Re: Device Info Panel in OpenPLi 3.0 #15 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 4 June 2013 - 14:57

I cant modify my last post, no option edit

@mattiL

I dont understand your answer. Device info panel does not exist in OpenPLi images. My question is: How can I get this device info panel in OpenPLi 3.0? Like in Medisat Image or DE image..look my pictures
 



Re: Device Info Panel in OpenPLi 3.0 #16 mattiL

  • Senior Member
  • 268 posts

+5
Neutral

Posted 4 June 2013 - 16:35

I think you misunderstand me, what I mean is that Dream Elite's Device info panel is using improper units, for example megabyte is MB, not Mb.

Hopefully Persian Prince can help you (us) to get the panel into OpenPLi.


Edited by mattiL, 4 June 2013 - 16:35.


Re: Device Info Panel in OpenPLi 3.0 #17 muh@

  • Senior Member
  • 44 posts

0
Neutral

Posted 5 June 2013 - 22:51

Given that no one has the necessary knowledge to do this please close this topic and delete

Re: Device Info Panel in OpenPLi 3.0 #18 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 6 June 2013 - 08:58

i can add it just like the way i changed About screen in the upcoming version of Persian Empire images but the problem is i can't find the sources or even where are the compiled files (about "Device Info")


Open Vision sources: https://github.com/OpenVisionE2


Re: Device Info Panel in OpenPLi 3.0 #19 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,471 posts

+118
Excellent

Posted 6 June 2013 - 21:43

@PP

 

it's OpenPli support forum here, not an advertisement forum for OpenPLi based images like yours


on the Glassfibre 1GB DVB-C...


Re: Device Info Panel in OpenPLi 3.0 #20 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 6 June 2013 - 22:00

I myself was making plug-ins ;)

Attached Files


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users