have it running but only picons on german channels. how can i get this working on dutch channels?
Posted 29 March 2013 - 19:39
@royski03: which version of openpli do you use? 2.x or 3.x ?? In the next post there is an updated version which install the plugin under extensions/skins. Try it. Has to work...
i have openpli 3.x updated version installed now.
still issues:
1. no picons on dutch channels,
2, no weather info on my screen. in mymetrix it says on, i use the std weather in Bonn
any ideas what to do ?
Posted 29 March 2013 - 20:29
@royski03
2, no weather info on my screen. in mymetrix it says on, i use the std weather in Bonn
Enter your location here........http://sinthex.de/#MetrixWeather
than Enter the id in the MyMetrix PlugIn ..
Posted 29 March 2013 - 20:41
Posted 29 March 2013 - 22:41
...
edit: Another issue is that standard picons are not scaled to fit xpicon position. Also, standard OpenPLI picon support searches for picon folder on every removable storage device, this skin does not. For example, I've labeled my ext3 usb stick as piconusb and OpenPLI mounts it to /media/piconusb. picon folder inside /media/piconusb is searched from standard OpenPLI picon support. I guess skin needs to be adapted to use the OpenPLI way.
this skin's own XPicon nor XPiconChannel renderers don't support scaling...
could be implemented with something like this:
if self.pngname != pngname: - self.instance.setPixmapFromFile(pngname) + if pngname: + self.instance.setScale(1) + self.instance.setPixmapFromFile(pngname) + self.instance.show() + else: + self.instance.hide() self.pngname = pngname - + def findPicon(self, serviceName): print "ActiveXPicon: " + serviceName for path in self.searchPaths:
and another (better? this solves picon search paths issue) solution would be to just use OpenPLi's Picon renderer (you just have to replace all XPicon with Picon renderer in skin.xml)
problem is that there's no PLi renderer for displaying picons in channelselection (equivalent of XPiconChannel.py) - I'm experimenting with a diy Picon2 renderer (PLi Picon.py based)
... -class Picon(Renderer): +class Picon2(Renderer): ... pngname = "" if what[0] != self.CHANGED_CLEAR: - pngname = getPiconName(self.source.text) + pngname = getPiconName(self.source.service.toString()) if not pngname: # no picon for service found pngname = self.defaultpngname if self.pngname != pngname:
and seems to work just fine
---
and btw. to the mods, something changed in forum engine? now tags are gone after previewing /?/, whole paragraphs vanish while trying to just delete a blank line... some self-appearing indentation/?/
weird...
Edited by blzr, 29 March 2013 - 22:44.
Posted 30 March 2013 - 05:27
Great sking. Thanks for your precious efforts!.
As Malakudi, I would like to see freaquency information, if possible And one more wish, could you integrate SNR/AGC into the main infobar (probablyjust as numbers without meterbar) instead of a seperate place consuming area..
Thanks again !
It all started with a BigBang...
Posted 30 March 2013 - 09:06
thanks blzr for explanation - with your small modification scaling works fine with XPicon.py
Placing XPicons in default picon folder is not the best solution imo:
- constant downscaling of picons with default or other skins (performance?)
- 8bit 100x60 px picons should stay default
- CoolTV looks better with other piconpackages than XPicons
Concerning picons in channelselection i prefer using converter ReferenceToString from vali.hd.flex dev-package.
Renderer XPicon and Converter MetrixRefString are enough to show picons on eventview, epgselection and channelselection (also Bouquetentries show picon - 'bouquetname.png')
Currently included hardyPicon2.py and XPiconChannel.py not needed anymore.
code for screen eventview and epgselection:
<widget alphatest="blend" position="112,61" render="XPicon" size="220,132" source="Event" transparent="1" zPosition="1"> <convert type="MetrixRefString">CurrentRef</convert> </widget>
code for screen channelselection:
<widget alphatest="blend" position="112,61" render="XPicon" size="220,132" source="ServiceEvent" transparent="1" zPosition="1"> <convert type="MetrixRefString">ServicelistRef</convert> </widget>
attached are updated XPicon.py with scaling and updated MetrixRefString.py (thanks to iMaxxx and Vali)
Posted 30 March 2013 - 13:36
The skin crashed my box so i had to delete the skin folder in order to reboot to default. How do i uninstall (remove) the actual skin application from plugins? It is not listed in remove plugins.
thanks
Posted 30 March 2013 - 13:49
Renderer XPicon and Converter MetrixRefString are enough to show picons on eventview, epgselection and channelselection (also Bouquetentries show picon - 'bouquetname.png')
Currently included hardyPicon2.py and XPiconChannel.py not needed anymore.code for screen channelselection:
<widget alphatest="blend" position="112,61" render="XPicon" size="220,132" source="ServiceEvent" transparent="1" zPosition="1"> <convert type="MetrixRefString">ServicelistRef</convert> </widget>
good tip, thanks...
and for the channellist picon you can use an embeded ServiceName.py converter instead (I use it with 'standard' Picon.py)
<convert type="ServiceName">Reference</convert>
but for picon in epgselection and eventview I couldn't find any embeded replacement unfortunately (so that another external converter/renderer would be obsolete )...
Posted 30 March 2013 - 13:50
Great sking. Thanks for your precious efforts!.
As Malakudi, I would like to see freaquency information, if possible And one more wish, could you integrate SNR/AGC into the main infobar (probablyjust as numbers without meterbar) instead of a seperate place consuming area..
Thanks again !
Posted 30 March 2013 - 14:06
After the plugin installation you need to reboot your receiver. Then you need to go under plugin and select metrix plugin. Then you need to save (yellow button). After this your box will be restarted once more and then you need to go to skin selection and select MatrixHD skin.vu+uno
not running
on skin menu MetrixHD none
Posted 30 March 2013 - 14:14
Great :)Can you notify IMaxxx for the timeshift bar placement?ps: I really like the font sizes selected, especially the channel list view is great.Another nice feature would be to have channel frequency information in channel list, just under picon. Then, you can easily check tuning details of any channel without tuning to it.
Posted 30 March 2013 - 14:22
Great :)Can you notify IMaxxx for the timeshift bar placement?ps: I really like the font sizes selected, especially the channel list view is great.Another nice feature would be to have channel frequency information in channel list, just under picon. Then, you can easily check tuning details of any channel without tuning to it.
There is no need to notify imaxxx for this change. He has nothing to do with skin for openpli :-) This is mantained by me and ipman ;-) Where would you want to place the timeshift? At the top you have weather and time, at the bottom there is infobar. I can't see better placement but center.
I think it is good ......
Posted 30 March 2013 - 19:02
Hi
wie kann ich die Farbe der laufenden Sendung in der channelselection ändern?
Freschnek
Current version v0.5Changelog (in German)rev.1000 erstes Automatisches Update....22.03.20013Neu Ausrichtung der ProgressBar in der infobar-style-progress-classic.xmlMyMetrix (0.5) 21.03.2013MetrixNextEvents: Neuer Converter...EventView: Schrift angepasst.....Movie Selection: Running Text entfernt.....Second Info Bar EPG Widget: Schrift angepasst.....Info Bar Info Widget Provider: Schrift angepasst.....MyMetrix: Updater Aktiviert.....MyMetrix: MerlinMusicPlayer.... Classic & NewMyMetrix: Channel Selection....Classic & NewMyMetrix (0.4) 13.03.2013v1.1bSecond Infobar Health Widget gefixtEPGWidget Second Infobar gefixtMyMetrix (0.3) 13.03.2013v1.1bInfobar-Style-Progress- Classic & ColoredChannelSelection komplett überarbeitet.......EPGWidget SecondInfoBar angepasst.....MetrixHD (0.2) 08.03.2013Infobar Cryptinfo(MetrixExtraInfo.py)ChannelSelection (Progressbar )MyMetrix (0.2)MetrixUpdater entfernt (etc)WebradioFS 10 Classic & Neu (PlugIn)MetrixHD (0.1)v1.1b- (FIXED) Cool-Guide- (FIXED) PlugIn Browser Key- (FIXED) SecondInfoBar EGP- (FIXED) Menu-setup .png & camd.png
GUI skinStarted by greensoft, 10 Jun 2024 Skin |
|
|||
enigma2-plugin-skins-Mypd1loi-Pli-HDStarted by Loui (PD1LOI), 7 Feb 2024 Skin |
|
|||
Change from openvix to openpli - lose existing hdd recordings?Started by xdoktor, 30 Dec 2023 openpli, openvix, hdd, recordings |
|
|||
Skin
Proposal for flexible formatted strings in convertorsStarted by DimitarCC, 20 Oct 2023 Skin, Convertor, Format |
|
|||
Having Trouble While Installing This SoftwareStarted by CharleyDavis, 27 Jun 2023 OpenPLi |
|
0 members, 0 guests, 0 anonymous users