Jump to content


blzr

Member Since 8 May 2008
Offline Last Active 22 Jun 2024 20:20
*****

#325909 Openpli für solo2

Posted by blzr on 7 January 2013 - 12:49

wenn es nicht reine Beispiel von e2 hack zu überschreiben Treiber-Mangel, dann ich weiß nicht, was ist /?/
//and sorry if I misunderstood/misexpressed something, it's google translator, you know ;)...


#320559 How to make ananalog clock in the skin

Posted by blzr on 16 December 2012 - 10:25

hmm, code looks ok,
one thing that comes to mind -
there's no clock_b.png in given localisation (or it is broken/?/)

//and btw, for the future posting, you could place your code in [code=auto:0] tags, then it's more readable...


#317523 Vu+ HbbTv plugin clashes

Posted by blzr on 2 December 2012 - 14:05

ok, mijn 2 cent:
1. voor mij ziet het er versie van plug-in in OpenPLi git is het erg hetzelfde als in VIX (261112)
2. net getest, op mijn duo het installeren zonder fouten (@ Delagroov - je 'botst' werden waarschijnlijk veroorzaakt wordt door eerdere (handmatig?) installatie van opera / HbbTV plugin...)
3. op het eerste gezicht - lijkt het meer of minder werken bijvoorbeeld op ARD HD (maar rekening te houden met Ik heb weinig tot geen ervaring met deze functie... )
4. Ik heb GS gelijk na de eerste herstart van E2 na het installeren van de plugin (en het kan worden gereproduceerd indien proberen draaien plugin op kanaal zonder HbbTV beschikbaar ...)
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 192, in processDelay
    callback(*retval)
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1579, in extensionCallback
  File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 815, in runPlugin
  File "/usr/lib/enigma2/python/Plugins/Extensions/HbbTV/plugin.py", line 1959, in plugin_extension_start_application
    _g_helper.showApplicationSelectionBox()
  File "/usr/lib/enigma2/python/Plugins/Extensions/HbbTV/plugin.py", line 1036, in showApplicationSelectionBox
    if self.getStartHbbTVUrl():
  File "/usr/lib/enigma2/python/Plugins/Extensions/HbbTV/plugin.py", line 1030, in getStartHbbTVUrl
    url = info.getInfoString(iServiceInformation.sHBBTVUrl)
NameError: global name 'info' is not defined
en sorry voor mijn nederlands ;)


#313981 PLi-Full-HD-Night mod

Posted by blzr on 16 November 2012 - 09:14

attached patch that adds pli-full-hd-night skin to 2.1 (FWIW ;) )
possibly devs could take a look into it, and if everything's correct, then maybe /?/ commit...

Attached Files




#308824 script block channels

Posted by blzr on 23 October 2012 - 17:51

two hints (but it's been a while since I had e1 box here;)):
1. you have to (globally) enable and pre-configure (Pin, etc.) parental control using remote first
2. probably you have to reload your settings every time you're changing service.locked file (what may be little annoying for a viewer/?/)
you can do that using (webinterface) command in console, something like:
http://dreambox/cgi-bin/reloadSettings

so, you have to cook some script(s) which would add/remove services you'd like to restrict and after that will reload settings


#303799 SNR approximation in dB for VU+ NIMs.

Posted by blzr on 3 October 2012 - 23:36

turned out that only:

...
-	else if (!strcmp(m_description, "BCM7335 DVB-S2 NIM")) // VU+Duo DVB-S2 Nim
+	else if (!strcmp(m_description, "BCM7335 DVB-S2 NIM (internal)")) // VU+Duo DVB-S2 Nim

...
finally does the trick... ;)

Attached Thumbnails

  • screenshot.jpg

Attached Files




#302185 OpenPLi 3.0: from alpha to beta status....

Posted by blzr on 26 September 2012 - 20:09

well, I know what did you mean...
//and no, this option is not present on my vuduo as well ;)
and just like I wrote it's because of this different vu's naming, setup it through menu entry is not available...
SystemInfo["ZapMode"] = os.path.exists("/proc/stb/video/zapmode")

so, either vuplus will change it (extremely doubtful),
or PLi will patch e2 for vu (they should be used to it, but, again?... :P)
or you still will be able to change it manually or using third party zappingmodeselection plugin


#297651 is 2.1 still supported

Posted by blzr on 10 September 2012 - 12:56

take a look at last posts (#172-#175) in this topic:
http://openpli.org/f...post__p__293890
probably similar problem...
from what I have understood, manually deleting a /share and /etc directories (at least?) from /sources/svn/openpli.svn.sourceforge.net/svnroot/openpli/trunk/cdk/cdk/root/ and restarting the build should solve the issue


#296872 Weather plugin

Posted by blzr on 5 September 2012 - 20:20

see eg here: http://www.lifehacke...pps-everywhere/
'old' weatherplugin won't work anymore, because google shut down its weather API...
author of this plugin switched to MSN weather api, but unfortunately this is not the only change in this 'refurbished' plugin:

Weather Plugin E2
4 #
5 # $Id$
6 #
7 # Coded by Dr.Best © 2009
8 # Support: www.dreambox-tools.info
9 #
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU General Public License for more details.

# WeatherPlugin E2
4 #
5 # Coded by Dr.Best © 2012
6 # Support: www.dreambox-tools.info
7 # E-Mail: dr.best@dreambox-tools.info
8 #
9 # This plugin is open source but it is NOT free software.
10 #
11 # This plugin may only be distributed to and executed on hardware which
12 # is licensed by Dream Multimedia GmbH.
13 # In other words:
14 # It's NOT allowed to distribute any parts of this plugin or its source code in ANY way
15 # to hardware which is NOT licensed by Dream Multimedia GmbH.
16 # It's NOT allowed to execute this plugin and its source code or even parts of it in ANY way
17 # on hardware which is NOT licensed by Dream Multimedia GmbH.
18 #
19 # If you want to use or modify the code or parts of it,
20 # you have to keep MY license and inform me about the modifications by mail.

hmm, 'what a difference three years made'...
//btw, one could argue that Mr. Author violated license under which he originally released his plugin, there are 'few' lines of GPL code used in his 'new licensed' plugin/???/, but of course I am not licensing expert...

anyway, long story short:
forget Weatherplugin, use Foreca, which is better and is under GPL :D...


#281027 couple of my DIY bootlogos

Posted by blzr on 2 June 2012 - 14:14

attached you'll find couple of my DIY* ;) openpli bootlogos
- tried to keep 'traditional' blueish tones of the bootlogos + world map outline
- fonts - same as the ones used in the new forum
if someone would like to test'em in action - just rename given .mvi to just bootlogo.mvi, place it in /etc/enigma2 and voilà... :)
*actually it's not 100% DIY, graphics I found on the net, but they're in public domain

Attached Thumbnails

  • jellyfish_bootlogo.jpg
  • blue_bootlogo.jpg
  • abstract_bootlogo.jpg
  • pebbles_bootlogo.jpg

Attached Files




#277497 HDD mounting

Posted by blzr on 18 May 2012 - 21:42

run
blkid
command in telnet/ssh...


#276782 [openpli 2.0 for vu+duo]: problems in makefile

Posted by blzr on 15 May 2012 - 12:13

here you go:
http://openpli.svn.s...le-2.1?view=log


#266831 VU+ zapping problem with newer images

Posted by blzr on 28 March 2012 - 16:47

seems to me like a mgcamd-on-new-kernel-boxtype-autodetection issue ;)
in mg_cfg change:
B: { 06 }
should help...


#266654 DM500HD & OPenPLI - How to activate crontab?

Posted by blzr on 27 March 2012 - 19:57


Run the following:

opkg install busybox-cron

...
I typed "opkg install busybox-crontab".

same same but different ;)


#258826 nsteramplayer

Posted by blzr on 27 February 2012 - 15:13

... and thus is not able to watch through this plugin?

I don't know... if you provide a crashlog someone (maybe) could tell ;)

What is to be construction which "link" to make it work properly?

you mean for playing streams directly from channels list?
sort of quick how-to, in general:
for .ts streams
#SERVICE 1:0:0:0:0:0:0:0:0:0:link_to_your_stream
#DESCRIPTION any_stream_name_you_want

and for all non-ts streams:
#SERVICE 4097:0:0:0:0:0:0:0:0:0:link_to_your_stream
#DESCRIPTION any_name_you_want
and two hints:
1. in the link_to_your_stream you have to replace all the colons : with %3a
eg (fake link):
#SERVICE 4097:0:0:0:0:0:0:0:0:0:rtmp%3a//blah.blah.zy%3a1234/%3amusic.stream
2. entries can be added to any bouquet in /etc/enigma2:
stop enigma2 (init 4) > add your entry(ies) > start enigma2 (init 3)
have a nice watching ;)