Jump to content


Photo

SimpleHD skin by Holi made for OpenPli


  • Please log in to reply
127 replies to this topic

Re: SimpleHD skin by Holi made for OpenPli #61 holi

  • Senior Member
  • 108 posts

+8
Neutral

Posted 18 April 2012 - 10:25

Made an update, so here`s changelog:

** fixed DreamExplorer screen
** fixed (again) MyTube screen
** add icons to Menu/Setup
** some png`s improvements
** switch infobars to PliExtraInfo (thanks @littlesat for CryptoInfo & ServiceInfo - working like a charm)
** volume bar is little bit raised up
** REMOVE additional converters. Now Simple skin versions works without those converters, so they are not included in ipk
You can install (and remove) them with SimpleHDTools.

Attached Files



Re: SimpleHD skin by Holi made for OpenPli #62 littlesat

  • PLi® Core member
  • 56,560 posts

+693
Excellent

Posted 18 April 2012 - 10:47

It is set ready...

but... this night the builds did not run - so the new PliExtraInfo is not yet on the feeds.... so those who manually install be aware...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: SimpleHD skin by Holi made for OpenPli #63 holi

  • Senior Member
  • 108 posts

+8
Neutral

Posted 18 April 2012 - 10:54

Yes, it`s true. But if You want here is new PliExtraInfo (usr/lib/enigma2/python/Component/Converter) used in this 04 version.

Attached Files



Re: SimpleHD skin by Holi made for OpenPli #64 littlesat

  • PLi® Core member
  • 56,560 posts

+693
Excellent

Posted 18 April 2012 - 10:55

:D

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: SimpleHD skin by Holi made for OpenPli #65 Alias1

  • Senior Member
  • 575 posts

+13
Neutral

Posted 18 April 2012 - 15:05

I have modified your skin to do PIG for forc plugin if you are interested

Attached Files


DM800se Vu+Duo ET-9000 Vu+Ultimo


Re: SimpleHD skin by Holi made for OpenPli #66 HPPli

  • Senior Member
  • 1,886 posts

+36
Good

Posted 18 April 2012 - 16:18

I have modified your skin to do PIG for forc plugin if you are interested

Yes, this is what we like too !
Maybe, can you publish the skin or file ??
Thanks in advance.

Re: SimpleHD skin by Holi made for OpenPli #67 Alias1

  • Senior Member
  • 575 posts

+13
Neutral

Posted 19 April 2012 - 01:32

For those that are interested :)
Place contents here /usr/share/enigma2/SimpleHD/
Back up first in case you dont want it

Attached Files


DM800se Vu+Duo ET-9000 Vu+Ultimo


Re: SimpleHD skin by Holi made for OpenPli #68 holi

  • Senior Member
  • 108 posts

+8
Neutral

Posted 19 April 2012 - 17:31

Thanks, I will take a look at this and add with next skin update (maybe next week).

Re: SimpleHD skin by Holi made for OpenPli #69 Jahu

  • Senior Member
  • 42 posts

+5
Neutral

Posted 21 April 2012 - 00:37

Has something changed in v.04? I have now only 1 Next event instead of 4 listed in PIG as it was before.

Thanks :)

Attached Files



Re: SimpleHD skin by Holi made for OpenPli #70 holi

  • Senior Member
  • 108 posts

+8
Neutral

Posted 21 April 2012 - 07:18

Yes, because i was using non Pli converter. And now I remove that, but if someone will write SingleEpgList.py for me, I am gonna add this funcionality

Re: SimpleHD skin by Holi made for OpenPli #71 Jahu

  • Senior Member
  • 42 posts

+5
Neutral

Posted 21 April 2012 - 11:47

Thanks buddy. I liked the 4 events at same time to be seen. :)

Re: SimpleHD skin by Holi made for OpenPli #72 holi

  • Senior Member
  • 108 posts

+8
Neutral

Posted 21 April 2012 - 13:38

I`ve found some code, but this one is not working. If someone could port that to Pli it will be great (maybe some changes in NextEpgInfo.py?)

# -*- coding: utf-8 -*-


#original Coders by Nikolasi for INDB 9
#simple changes from mogli123
from Components.VariableText import VariableText
from ****** import eLabel, eEPGCache
from Renderer import Renderer
from time import localtime

class SingleEpgList(Renderer, VariableText):
def __init__(self):
Renderer.__init__(self)
VariableText.__init__(self)
self.epgcache = eEPGCache.getInstance()

GUI_WIDGET = eLabel
def changed(self, what):
event = self.source.event
if event is None:
self.text = "" # string is " " empty (show nothing)... you can edit like: (self.text = "No EPG Data" ) and this will show when epg/event is empty
return None
service = self.source.service
text = ""
SingleEpgList = None
if self.epgcache is not None:
SingleEpgList = self.epgcache.lookupEvent(["IBDCT", (service.toString(), 0, -1, -1)])
if SingleEpgList:
SingleEpgList
maximal = 0
for x in SingleEpgList:
if maximal > 0:
if x[4]:
x[4]
t = localtime(x[1])
text = text + "%02d:%02d %s\n" % (t[3], t[4], x[4])
else:
x[4]
text = text + "n/a\n"
maximal += 1
if maximal > 50: # maximal "50" = 50 next epg/event entry´s ... you can edit this number to show more or less
break
continue
else:
SingleEpgList
self.text = text

return None



Re: SimpleHD skin by Holi made for OpenPli #73 holi

  • Senior Member
  • 108 posts

+8
Neutral

Posted 23 April 2012 - 13:06

Next update in progress guys. Added Foreca Wheather to all PIG versions. New ipk will upload tommorow. But also I want to report to @littlesat small bug? in PliExtraInfo. If you are using gbox as softcam - there is no "cryptoinfo" - it just showing FTA. And DVB-S2 problem, but this one I think you know.

Re: SimpleHD skin by Holi made for OpenPli #74 zackmuc

  • Senior Member
  • 195 posts

+1
Neutral

Posted 23 April 2012 - 18:20

Can i install this skin only manually or can i find it somewhere in pli plugins online so that i can install it through the dm?

Re: SimpleHD skin by Holi made for OpenPli #75 holi

  • Senior Member
  • 108 posts

+8
Neutral

Posted 23 April 2012 - 18:26

You can find skin online. Just turn on Menu/Plugins/Green(download plugins)/skins/SimpleHD by Holi. Skin install automaticly SimpleHDTools, so after install you can go to extensions/ppanel/simplehdtools and there you can change random skin versions

Edited by holi, 23 April 2012 - 18:29.


Re: SimpleHD skin by Holi made for OpenPli #76 zackmuc

  • Senior Member
  • 195 posts

+1
Neutral

Posted 23 April 2012 - 19:38

If i update the software does it update the skin too?

Re: SimpleHD skin by Holi made for OpenPli #77 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 23 April 2012 - 19:49

yes
Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi

Re: SimpleHD skin by Holi made for OpenPli #78 holi

  • Senior Member
  • 108 posts

+8
Neutral

Posted 24 April 2012 - 07:20

Ok, next update, but only SimpleHDTools. So upgrade current Tools and change skin version with Ppanel.
Changes? Not many, just add Foreca Weather plugin to all PIG versions and small cosmetics in other screens.

Attached Files



Re: SimpleHD skin by Holi made for OpenPli #79 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 24 April 2012 - 08:30

I'm very happy with your skin B) My preferred combination is 'Extended - SecondInfobar' (without mem. and cpu info).
Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: SimpleHD skin by Holi made for OpenPli #80 holi

  • Senior Member
  • 108 posts

+8
Neutral

Posted 24 April 2012 - 08:57

Glad to hear that. Enjoy the skin


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users