Jump to content


Photo

PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080


  • Please log in to reply
856 replies to this topic

Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #361 Loui (PD1LOI)

  • Senior Member
  • 4,529 posts

+140
Excellent

Posted 12 April 2018 - 11:54

Hello
I was wondering if you could add in skin_plugins.xml MountManager

 

I tried but only with this screen I crash

<screen name="DevicesMountPanel" position="center,center" size="680,462" title="Mount Manager">
        <ePixmap pixmap="skin_default/buttons/red.png" position="40,0" size="140,40" alphatest="on" />
        <ePixmap pixmap="skin_default/buttons/green.png" position="190,0" size="140,40" alphatest="on" />
        <ePixmap pixmap="skin_default/buttons/yellow.png" position="340,0" size="140,40" alphatest="on" />
        <ePixmap pixmap="skin_default/buttons/blue.png" position="490,0" size="140,40" alphatest="on" />
        <ePixmap pixmap="skin_default/buttons/key_menu.png" position="10,435" size="35,25" alphatest="on" />
        <widget name="key_red" position="40,0" zPosition="1" size="140,40" font="Regular;17" halign="center" valign="center" backgroundColor="#9f1313" transparent="1" />
        <widget name="key_green" position="190,0" zPosition="1" size="140,40" font="Regular;17" halign="center" valign="center" backgroundColor="#1f771f" transparent="1" />
        <widget name="key_yellow" position="340,0" zPosition="1" size="140,40" font="Regular;17" halign="center" valign="center" backgroundColor="#a08500" transparent="1" />
        <widget name="key_blue" position="490,0" zPosition="1" size="140,40" font="Regular;17" halign="center" valign="center" backgroundColor="#18188b" transparent="1" />
        <widget name="key_menu" position="50,415" zPosition="1" size="584,41" font="Regular; 34" halign="center" valign="center" foregroundColor="#00ffc000" transparent="1" />
        <widget source="list" render="Listbox" position="10,50" size="660,340" scrollbarMode="showOnDemand">
            <convert type="TemplatedMultiContent">
                {"template": [
                 MultiContentEntryText(pos = (90, 0), size = (480, 30), color = 0x0058bcff, color_sel = 0x00ffc000, font=0, text = 0),
                 MultiContentEntryText(pos = (110, 30), size = (600, 50), font=1, flags = RT_VALIGN_TOP, text = 1),
                  MultiContentEntryText(pos = (580, 0), size = (80, 18), font=2,color = 0x00999999, color_sel = 0x00999999, flags = RT_VALIGN_CENTER, text = 3),
                 MultiContentEntryPixmapAlphaBlend(pos = (0, 0), size = (80, 80), png = 2),
                ],
                "fonts": [gFont("Regular", 23),gFont("Regular", 19),gFont("Regular", 17)],
                "itemHeight": 85
                }
            </convert>
        </widget>
        <widget name="lab1" zPosition="2" position="30,90" size="620,50" font="Regular; 24" halign="center" transparent="1" />
    </screen>

Regards

 Backup you plugin. xml and place this plugin. xml in you folder, reboot.

Attached File  skin_plugins.xml   174.23KB   17 downloads



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #362 Loui (PD1LOI)

  • Senior Member
  • 4,529 posts

+140
Excellent

Posted 12 April 2018 - 11:57

Hi,

Is it possible to put the audio bar top centered, or can you give me codes for it.

Thanks

 Just trying to change the numbers in volume.

 

        <screen name="Volume" title="Volume" position="75,180" size="30,330" backgroundColor="background" zPosition="1" flags="wfNoBorder">
<widget name="Volume" pixmap="Pd1loi-HD-night/infobar/volumeslider.png" position="0,3" size="30,300" orientation="orBottomToTop" transparent="1" zPosition="1">
</widget>
<ePixmap pixmap="Pd1loi-HD-night/infobar/vol_box.png" position="0,303" size="30,24" alphatest="on" zPosition="4"/>
</screen>
 
<screen name="Mute" title="Mute" position="center,15" size="45,45" backgroundColor="transparent" zPosition="10" flags="wfNoBorder">
<ePixmap pixmap="Pd1loi-HD-night/infobar/mute.png" position="0,0" size="48,48" alphatest="on" zPosition="0"/>
</screen>

Edited by Loui (PD1LOI), 12 April 2018 - 11:58.


Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #363 pzanone

  • Senior Member
  • 202 posts

+10
Neutral

Posted 12 April 2018 - 12:31

 

Hello
I was wondering if you could add in skin_plugins.xml MountManager

 

I tried but only with this screen I crash

<screen name="DevicesMountPanel" position="center,center" size="680,462" title="Mount Manager">
        <ePixmap pixmap="skin_default/buttons/red.png" position="40,0" size="140,40" alphatest="on" />
        <ePixmap pixmap="skin_default/buttons/green.png" position="190,0" size="140,40" alphatest="on" />
        <ePixmap pixmap="skin_default/buttons/yellow.png" position="340,0" size="140,40" alphatest="on" />
        <ePixmap pixmap="skin_default/buttons/blue.png" position="490,0" size="140,40" alphatest="on" />
        <ePixmap pixmap="skin_default/buttons/key_menu.png" position="10,435" size="35,25" alphatest="on" />
        <widget name="key_red" position="40,0" zPosition="1" size="140,40" font="Regular;17" halign="center" valign="center" backgroundColor="#9f1313" transparent="1" />
        <widget name="key_green" position="190,0" zPosition="1" size="140,40" font="Regular;17" halign="center" valign="center" backgroundColor="#1f771f" transparent="1" />
        <widget name="key_yellow" position="340,0" zPosition="1" size="140,40" font="Regular;17" halign="center" valign="center" backgroundColor="#a08500" transparent="1" />
        <widget name="key_blue" position="490,0" zPosition="1" size="140,40" font="Regular;17" halign="center" valign="center" backgroundColor="#18188b" transparent="1" />
        <widget name="key_menu" position="50,415" zPosition="1" size="584,41" font="Regular; 34" halign="center" valign="center" foregroundColor="#00ffc000" transparent="1" />
        <widget source="list" render="Listbox" position="10,50" size="660,340" scrollbarMode="showOnDemand">
            <convert type="TemplatedMultiContent">
                {"template": [
                 MultiContentEntryText(pos = (90, 0), size = (480, 30), color = 0x0058bcff, color_sel = 0x00ffc000, font=0, text = 0),
                 MultiContentEntryText(pos = (110, 30), size = (600, 50), font=1, flags = RT_VALIGN_TOP, text = 1),
                  MultiContentEntryText(pos = (580, 0), size = (80, 18), font=2,color = 0x00999999, color_sel = 0x00999999, flags = RT_VALIGN_CENTER, text = 3),
                 MultiContentEntryPixmapAlphaBlend(pos = (0, 0), size = (80, 80), png = 2),
                ],
                "fonts": [gFont("Regular", 23),gFont("Regular", 19),gFont("Regular", 17)],
                "itemHeight": 85
                }
            </convert>
        </widget>
        <widget name="lab1" zPosition="2" position="30,90" size="620,50" font="Regular; 24" halign="center" transparent="1" />
    </screen>

Regards

 Backup you plugin. xml and place this plugin. xml in you folder, reboot.

attachicon.gifskin_plugins.xml

 

Great

 

i have added.

-  <!-- PiconPath -->

-  <!-- SetPiconPath -->

- <!-- SystemTime -->

and your edit DevicesMountPanel and work very fine..

 

Thank's master  Skin LoI is the best

 

Regards



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #364 Loui (PD1LOI)

  • Senior Member
  • 4,529 posts

+140
Excellent

Posted 13 April 2018 - 19:05

 This skin is the same as the previous version's only is this now suitable for OpenPli 6.2. The menu buttons are readjusted for the last version of OpenPli.


Edited by Tech, 16 April 2018 - 07:19.
Removed attachment, as requested


Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #365 pzanone

  • Senior Member
  • 202 posts

+10
Neutral

Posted 13 April 2018 - 20:00

sorry.. but

 

Missing icons menu_on and _menu_off ?

 

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 523, in <module>
    skin.loadSkinData(enigma.getDesktop(0))
  File "/usr/lib/enigma2/python/skin.py", line 716, in loadSkinData
  File "/usr/lib/enigma2/python/skin.py", line 534, in loadSingleSkinData
skin.SkinError: {Pd1loi-HD-night/skin.xml}: [Skin] switchpixmap pixmap filename="PLi-FullNightHD/icons/menu_on.png" (/usr/share/enigma2/PLi-FullNightHD/icons/menu_on.png) not found. Please contact the skin's author!
 

 

Regards



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #366 Loui (PD1LOI)

  • Senior Member
  • 4,529 posts

+140
Excellent

Posted 13 April 2018 - 22:19

 

sorry.. but

 

Missing icons menu_on and _menu_off ?

 

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 523, in <module>
    skin.loadSkinData(enigma.getDesktop(0))
  File "/usr/lib/enigma2/python/skin.py", line 716, in loadSkinData
  File "/usr/lib/enigma2/python/skin.py", line 534, in loadSingleSkinData
skin.SkinError: {Pd1loi-HD-night/skin.xml}: [Skin] switchpixmap pixmap filename="PLi-FullNightHD/icons/menu_on.png" (/usr/share/enigma2/PLi-FullNightHD/icons/menu_on.png) not found. Please contact the skin's author!
 

 

Regards

 Sorry forgot to copy. Now present

 

;)


Edited by Tech, 16 April 2018 - 07:19.
Removed attachment, as requested


Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #367 Loui (PD1LOI)

  • Senior Member
  • 4,529 posts

+140
Excellent

Posted 14 April 2018 - 09:58

 A few unused rules removed, and what beauty-bugs taken out.

Attached Files



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #368 pzanone

  • Senior Member
  • 202 posts

+10
Neutral

Posted 14 April 2018 - 11:22

well ..

but with 2.6 i have a crash on MountManager screen

 

Good on 2.5c

 

:(

 

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/MountManager/plugin.py", line 214, in updateList2
    self.selectionChanged()
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/MountManager/plugin.py", line 148, in selectionChanged
    for line in self.sel:
TypeError: 'bool' object is not iterable

 

 

attached my edit skin_plugins.xml

 

Thanks LOI

 

 

 

 

Attached Files



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #369 Loui (PD1LOI)

  • Senior Member
  • 4,529 posts

+140
Excellent

Posted 14 April 2018 - 14:57

well ..

but with 2.6 i have a crash on MountManager screen

 

Good on 2.5c

 

:(

 

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/MountManager/plugin.py", line 214, in updateList2
    self.selectionChanged()
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/MountManager/plugin.py", line 148, in selectionChanged
    for line in self.sel:
TypeError: 'bool' object is not iterable

 

 

attached my edit skin_plugins.xml

 

Thanks LOI

 Build up the buttons in 6.2 is totally different than at OpenPli 6.0 or 6.1 this I'm going yet to figure out. how I get this working.



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #370 jos1311

  • Senior Member
  • 42 posts

+1
Neutral

Posted 14 April 2018 - 19:41

goede avond ik wilde deze skin 

in mijn vu+solo 4k zetten  ik heb deze skin op de usb gezet op de manier  zoals ik altijd doe 

ik heb nu een zwaar probleem tuner start iedere keer op nieuw op met een groen sherm 

en blijft dit maar door en door herhalen wie weet wat te doen 

 

    jos

 

Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #371 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 14 April 2018 - 20:41

Niet dubbel posten graag!


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #372 honda-civic

  • Senior Member
  • 307 posts

+22
Neutral

Posted 14 April 2018 - 22:18

 

well ..

but with 2.6 i have a crash on MountManager screen

 

Good on 2.5c

 

:(

 

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/MountManager/plugin.py", line 214, in updateList2
    self.selectionChanged()
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/MountManager/plugin.py", line 148, in selectionChanged
    for line in self.sel:
TypeError: 'bool' object is not iterable

 

 

attached my edit skin_plugins.xml

 

Thanks LOI

 Build up the buttons in 6.2 is totally different than at OpenPli 6.0 or 6.1 this I'm going yet to figure out. how I get this working.

 

Is wrong

<screen name="DevicesMountPanel" position="center,center" size="680,462" title="Mount Manager">

TypeError: 'bool' object is not iterable

 

you Need

<screen name="DevicesMountPanel" position="fill" size="680,462" title="Mount Manager">

​than you have NO Error .... TypeError: 'bool' object is not iterable

 

 

 



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #373 pzanone

  • Senior Member
  • 202 posts

+10
Neutral

Posted 14 April 2018 - 22:46

thanks @honda-civic but the same thing happens

 

TypeError: 'bool' object is not iterable

 

:)


Edited by pzanone, 14 April 2018 - 22:46.


Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #374 honda-civic

  • Senior Member
  • 307 posts

+22
Neutral

Posted 15 April 2018 - 07:05

:DOm my Skin NO problem ;)  :D

 

pv2f7wql.jpg

kr2plrn7.jpg



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #375 pzanone

  • Senior Member
  • 202 posts

+10
Neutral

Posted 15 April 2018 - 07:53

but this no skin LOI :o



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #376 honda-civic

  • Senior Member
  • 307 posts

+22
Neutral

Posted 15 April 2018 - 08:18

I never use standard skin ... :D I said on mine is not a problem :D :P



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #377 Loui (PD1LOI)

  • Senior Member
  • 4,529 posts

+140
Excellent

Posted 15 April 2018 - 08:35

 

goede avond ik wilde deze skin 

in mijn vu+solo 4k zetten  ik heb deze skin op de usb gezet op de manier  zoals ik altijd doe 

ik heb nu een zwaar probleem tuner start iedere keer op nieuw op met een groen sherm 

en blijft dit maar door en door herhalen wie weet wat te doen 

 

    jos

 

 

Is dat ook zo met  deze skin? PLi-FullNightHD want mijn skin is daar een aangepaste kopie van. stuur mij anders even jou crashlog.


Edited by Loui (PD1LOI), 15 April 2018 - 08:35.


Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #378 Loui (PD1LOI)

  • Senior Member
  • 4,529 posts

+140
Excellent

Posted 15 April 2018 - 08:44

 

goede avond ik wilde deze skin 

in mijn vu+solo 4k zetten  ik heb deze skin op de usb gezet op de manier  zoals ik altijd doe 

ik heb nu een zwaar probleem tuner start iedere keer op nieuw op met een groen sherm 

en blijft dit maar door en door herhalen wie weet wat te doen 

 

    jos

 

 

inloggen fia FTP en in etc/enigma2 settings de regel van de gebruikte skin verwijderen of standaard skin invullen, en dan herstarten.
Daarna gaat de box weer normaal aan.



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #379 honda-civic

  • Senior Member
  • 307 posts

+22
Neutral

Posted 15 April 2018 - 12:57

Loui, if you need help, get in touch ;) :D

 

Attached File  1.jpg   92.34KB   16 downloads

 

Attached File  2.jpg   115.32KB   10 downloads

 

Attached File  screenshot.jpg   86.23KB   18 downloads



Re: PD1LOI-Full-HD test skin (PLi-FullNightHD skin Mod) 1920x1080 #380 Loui (PD1LOI)

  • Senior Member
  • 4,529 posts

+140
Excellent

Posted 15 April 2018 - 14:05

Loui, if you need help, get in touch ;) :D

 

attachicon.gif1.jpg

 

attachicon.gif2.jpg

 

attachicon.gifscreenshot.jpg

PM




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users