Jump to content


Photo

MyMetrix 2.0.14 en Open Store

Skin

  • Please log in to reply
70 replies to this topic

Re: MyMetrix 2.0.14 en Open Store #41 VenimK

  • Senior Member
  • 37 posts

0
Neutral

Posted 11 December 2013 - 04:37

Heb deze ook geinstalleerd, maar krijg ze niet werkend ?

 

config.skin.primary_skin=PLi-HD-mod/skin.xml blijft in mijn settings staan.

 

OpenPLI 4.0 * Linux vuduo 3.1.1

 

Wat doe ik verkeerd ?



Re: MyMetrix 2.0.14 en Open Store #42 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 16 December 2013 - 23:55

it seems that you're using IPK Creator 3.0

 

you can use it easier like : http://www.et-view-s...ator-3-0-(Java)

 

i think it's good to release v4 with ARM support and less settings (make it easier)


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


Re: MyMetrix 2.0.14 en Open Store #43 delavega

  • Senior Member
  • 377 posts

+2
Neutral

Posted 23 December 2013 - 13:21

can we use it on openpli 4 yet?


<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ DUO 2</strong></span></span></p>
<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ SOLO</strong></span></span>

Re: MyMetrix 2.0.14 en Open Store #44 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 24 December 2013 - 21:44

you can remove "rc.png" and "rcold.png" as we're loading them from default skin

also you can provide "ServiceName2.py" not the pyo file , source : http://www.mediafire...iceName2.py.zip

btw you can use IPK Creator 4.0 : http://openpli.org/f...ator-40-how-to/

good luck


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


Re: MyMetrix 2.0.14 en Open Store #45 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 24 December 2013 - 21:54

in e2info.py yoy can replace

 

def getPiconPath():
    if pathExists('/media/usb/picon/'):
        return '/media/usb/picon/'
    elif pathExists('/media/cf/picon/'):
        return '/media/cf/picon/'
    elif pathExists('/usr/share/enigma2/picon/'):
        return '/usr/share/enigma2/picon/'
    elif pathExists('/picon/'):
        return '/picon/'
    else:
        return ''

with

 

def getPiconPath():
    if pathExists('/media/usb/picon/'):
        return '/media/usb/picon/'
    elif pathExists('/media/cf/picon/'):
        return '/media/cf/picon/'
    elif pathExists('/media/hdd/picon/'):
        return '/media/hdd/picon/'
    elif pathExists('/usr/share/enigma2/picon/'):
        return '/usr/share/enigma2/picon/'
    elif pathExists('/picon/'):
        return '/picon/'
    else:
        return ''

for supporting hdd picons

 

and as it seems you copied this from info.py (Open WebIF) i think it needs some tweaks for other brands/models (i'll do it for myself soon)


Edited by Persian Prince, 24 December 2013 - 21:59.

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


Re: MyMetrix 2.0.14 en Open Store #46 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 25 December 2013 - 14:59

also in "metrixDefaults.py" we have

 

config.plugins.MetrixWeather = ConfigSubsection()

config.plugins.MetrixWeather.refreshInterval

config.plugins.MetrixWeather.woeid

config.plugins.MetrixWeather.tempUnit

 

twice which is wrong i think


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


Re: MyMetrix 2.0.14 en Open Store #47 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 25 December 2013 - 15:05

in "metrixDesigns.py" you can change

 

addFont('/usr/lib/enigma2/python/Plugins/Extensions/MyMetrix/setrixHD.ttf', 'SetrixHD', 100, False)

 

to

 

addFont('/usr/share/fonts/setrixHD.ttf', 'SetrixHD', 100, False)

 

also in "plugin.py" you can change

 

addFont('/usr/lib/enigma2/python/Plugins/Extensions/MyMetrix/setrixHD.ttf', 'SetrixHD', 100, False)
addFont('/usr/lib/enigma2/python/Plugins/Extensions/MyMetrix/meteocons.ttf', 'Meteo', 100, False)

 

to

 

addFont('/usr/share/fonts/setrixHD.ttf', 'SetrixHD', 100, False)
addFont('/usr/share/fonts/meteocons.ttf', 'Meteo', 100, False)

 

and use "/usr/share/fonts/" for your fonts , it's standard and could reduce package size if you also use it in your skin.xml


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


Re: MyMetrix 2.0.14 en Open Store #48 msarastoo

  • Member
  • 3 posts

0
Neutral

Posted 27 December 2013 - 20:50

hi .

why metrix skin not campatible with positioner setup plugin in openpli 4? the help buttom does not show > (green - yellow - red - blue guide)

tnx



Re: MyMetrix 2.0.14 en Open Store #49 hensat

  • Senior Member
  • 74 posts

0
Neutral

Posted 6 February 2014 - 21:52

Mooie image ,alleen helaas werkt mijn permantclock niet meer ,(voor permant op het scherm) weet jij misschien een mogelijkheid ? ik mis ook de signaal meter in in de infobalk

 

mvg hensat



Re: MyMetrix 2.0.14 en Open Store #50 FullSky

  • Member
  • 32 posts

0
Neutral

Posted 19 February 2014 - 13:00


It's my first post here so hi to all :)

 

I have dm800se, openpli4 and MyMetrix2.14 with OpenStore.

 

 

I have a grest problem with this skin:

 

- when I configure the skin the video is large too large to configure options, why?

 

Can you help me, please?

 



Re: MyMetrix 2.0.14 en Open Store #51 FullSky

  • Member
  • 32 posts

0
Neutral

Posted 19 February 2014 - 13:12

Attached File  screenshot.jpg   163.85KB   336 downloads

 

This is the sreenshot



Re: MyMetrix 2.0.14 en Open Store #52 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 19 February 2014 - 20:17

I assume it's a full HD skin, but the DM800SE doesn't have a full-HD framebuffer?


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: MyMetrix 2.0.14 en Open Store #53 FullSky

  • Member
  • 32 posts

0
Neutral

Posted 19 February 2014 - 22:17

I think yes :blink:



Re: MyMetrix 2.0.14 en Open Store #54 auxius

  • Senior Member
  • 59 posts

0
Neutral

Posted 20 February 2014 - 13:21

anybody tried this on clone DM800se SIM 2.1? greatly appreciate.



Re: MyMetrix 2.0.14 en Open Store #55 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 20 February 2014 - 13:58

We don't do clone's here!


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: MyMetrix 2.0.14 en Open Store #56 sat2020

  • Member
  • 7 posts

0
Neutral

Posted 19 March 2014 - 22:25

how can i change menu skin with metrix setting?



Re: MyMetrix 2.0.14 en Open Store #57 buzzfuzz

  • Senior Member
  • 30 posts

0
Neutral

Posted 24 March 2014 - 14:37

hallo, i have problem in openpli 4.0 with last my matrix 2.0.14. look at picture. with version 1.5 which is in repository, is all OK. is some fix for openly 4.0 ?

Attached File  38.png   827.91KB   253 downloads 

Attached File  39.png   422.74KB   247 downloads


Vu+ Uno 2x tuner openPLI 4.0, appleTV , iPhone 5s, iPad air, macbook pro, macmini, imac 27


Re: MyMetrix 2.0.14 en Open Store #58 haida1234

  • Member
  • 2 posts

0
Neutral

Posted 26 March 2014 - 23:23

Why doesnt want to install for me hier oprnpli4

Re: MyMetrix 2.0.14 en Open Store #59 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 6 April 2014 - 08:06

Why the 'Show latest commits on sourceforge' screen remains empty?

With other skins is shown corectlly...

 

(Duo2)

Attached Files


Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: MyMetrix 2.0.14 en Open Store #60 XoXo_

  • Senior Member
  • 25 posts

0
Neutral

Posted 21 April 2014 - 11:28

hi .

why metrix skin not campatible with positioner setup plugin in openpli 4? the help buttom does not show > (green - yellow - red - blue guide)

tnx

 

Any development on this?





Also tagged with one or more of these keywords: Skin

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users