Quantcast
Channel: [EN] OpenPLi Third-Party Development
Viewing all 2504 articles
Browse latest View live

upgrading existing stb firmware

$
0
0

Hi,

 

shall i use this for upgrading the firmware of existing STB and how to do it?


Build openpli4 on archlinux

$
0
0

Hi at all, i'm trying to compile my own openpli 4.0 image for vusolo2. My OS is archlinux x86_64 fully updated. I follow these steps

mkdir ~/bin
ln -s /usr/bin/python2 ~/bin/python
export PATH=~/bin:$PATH

a trick to use python 2 instead of python 3. More info https://wiki.archlinux.org/index.php/Python

Then

mkdir openpli_4.0
cd openpli_4.0/
mkdir sources
git clone git://git.code.sf.net/p/openpli/openpli-oe-core
cd openpli-oe-core
make
MACHINE=vusolo2 make image


but

Build Configuration:
BB_VERSION        = "1.21.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Arch-Linux"
TARGET_SYS        = "mipsel-oe-linux"
MACHINE           = "vusolo2"
DISTRO            = "openpli"
DISTRO_VERSION    = "4"
TUNE_FEATURES     = "o32 fpu-hard mips32"
TARGET_FPU        = ""
meta-oe
meta-filesystems
meta-multimedia
meta-networking   = "(detachedfrom56dde51):56dde5189f20d3507cad39814b833be7626067a4"
meta              = "(detachedfrom9c5734b):9c5734b91c274be85200a9790202326dd6debfc1"
meta-openpli
meta-local        = "master:88c10993e40e6d24a3a2d539cd55869921840e29"

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL http://sakrah.homelinux.org/files/eglibc-2.19-svnr25243.tar.bz2, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.5.29.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://pkg-shadow.alioth.debian.org/releases/shadow-4.1.4.3.tar.bz2, attempting MIRRORS if available
WARNING: Failed to fetch URL http://www.apache.org/dist/apr/apr-1.4.8.tar.bz2, attempting MIRRORS if available
WARNING: Failed to fetch URL http://www.apache.org/dist/apr/apr-util-1.5.2.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://www.apache.org/dist/subversion/subversion-1.7.10.tar.bz2, attempting MIRRORS if available
WARNING: Failed to fetch URL http://downloads.sourceforge.net/project/libpng/libpng16/1.6.8/libpng-1.6.8.tar.xz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://jerakeen.org/files/PythonDaap-0.7.1.tar.gz, attempting MIRRORS if available
WARNING: linux-vusolo2: No generic license file exists for: GPL in any provider
ERROR: Function failed: do_configure (log file is located at /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/orc/0.4.18-r2.0/temp/log.do_configure.8576)
ERROR: Function failed: do_configure (log file is located at /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/liboil/0.3.17-r5/temp/log.do_configure.8588)
ERROR: Logfile of failure stored in: /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/orc/0.4.18-r2.0/temp/log.do_configure.8576
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: SITE files ['endian-little', 'bit-32', 'mips-common', 'common-linux', 'common-glibc', 'mipsel-linux', 'common']
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing shell function do_configure
|   File "/home/davide/openpli_4.0/openpli-oe-core/openembedded-core/scripts/cp-noerror", line 36
|     except shutil.Error, err:
|                        ^
| SyntaxError: invalid syntax
| WARNING: /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/orc/0.4.18-r2.0/temp/run.do_configure.8576:1 exit 1 from
|   cp-noerror /home/davide/openpli_4.0/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal/ /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/orc/0.4.18-r2.0/orc-0.4.18/aclocal-copy/
| ERROR: Function failed: do_configure (log file is located at /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/orc/0.4.18-r2.0/temp/log.do_configure.8576)
ERROR: Logfile of failure stored in: /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/liboil/0.3.17-r5/temp/log.do_configure.8588
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: SITE files ['endian-little', 'bit-32', 'mips-common', 'common-linux', 'common-glibc', 'mipsel-linux', 'common']
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing shell function do_configure
|   File "/home/davide/openpli_4.0/openpli-oe-core/openembedded-core/scripts/cp-noerror", line 36
|     except shutil.Error, err:
|                        ^
| SyntaxError: invalid syntax
| WARNING: /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/liboil/0.3.17-r5/temp/run.do_configure.8588:1 exit 1 from
|   cp-noerror /home/davide/openpli_4.0/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal/ /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/liboil/0.3.17-r5/build/aclocal-copy/
| ERROR: Function failed: do_configure (log file is located at /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/mips32el-oe-linux/liboil/0.3.17-r5/temp/log.do_configure.8588)
ERROR: Task 2273 (/home/davide/openpli_4.0/openpli-oe-core/openembedded-core/meta/recipes-support/liboil/liboil_0.3.17.bb, do_configure) failed with exit code '1'
ERROR: Task 2325 (/home/davide/openpli_4.0/openpli-oe-core/openembedded-core/meta/recipes-devtools/orc/orc_0.4.18.bb, do_configure) failed with exit code '1'
WARNING: QA Issue: linux-vusolo2: Files/directories were installed but not shipped
  /tmp/vmlinux-3.3.8-2.0
NOTE: Tasks Summary: Attempted 1719 tasks of which 15 didn't need to be rerun and 2 failed.
Waiting for 0 running tasks to finish:

Summary: 2 tasks failed:
  /home/davide/openpli_4.0/openpli-oe-core/openembedded-core/meta/recipes-support/liboil/liboil_0.3.17.bb, do_configure
  /home/davide/openpli_4.0/openpli-oe-core/openembedded-core/meta/recipes-devtools/orc/orc_0.4.18.bb, do_configure
Summary: There were 11 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Makefile:74: set di istruzioni per l'obiettivo "image" non riuscito
make: *** [image] Errore 1

 

My questions are:

-is it a problem related to python (v2.7.6)?

-is it a problem related to archlinux?

-is it a problem related to openpli packages?

Could someone help me?

Thanks in advance

Attached Files

tvheadend that serves enigma2 stbs

$
0
0

Hi -meanwhile I got tvheadend running on wheezy and I am able to stream to my laptop, which has vlc and firefox running which  seems to be the golden combination ...

 

At this stage I wonder if a plugin can be made (IS) available either for tvheadend or for enigma2, so enigma2 stbs will be supported meaning the stb acts as a client and can read EPG/stream from tvheadend server. As enigma2-enigma2 is known to work (partnerbox, or converting "streams" using remotechannel plugin) and streams are set up like this " http://192.168.10.11:8001/1:0:19:C9:1B:1F4:FFFF0000:0:0:0 ". Yet checking my browser tvheadend seems to stream either m3u" http://192.168.10.21:9981/playlist/channelid//15 " or Direct URL and its format it " http://192.168.10.21:9981/stream/channelid//15 "

 

Full enigma2-enigma2 example ( seen in dreamboxedit ) is in this case

 

Stream Type: DVB/TS
Name: NL 1HD
URL: http://192.168.10.11:8001/1:0:19:C9:1B:1F4:FFFF0000:0:0:0
Service Type: 25
Service ID: 201
Transponder ID: 27
Network ID: 500
Namespace: -65536

 

 

Is there already a way to stream from tvheadend to enigma2 including EPG or is this something that can be developed and added to RemoteChannelStreamConvert for example?

Red Eangle Single box

$
0
0

Hello. Is it possible to develop software for the Red Eangle Single box?

Twisted web failed to download https image

$
0
0

I am using box with python 2.7.13 and openssl 1.0.2k and got these errors when downloading https images using twisted web.

I do not have problem in downloading https by other methods but need twisted web because i want to download images simultaneously in background without stopping code execution. 

 

 

image url example   

https://www.almstba.tv/video/uploads/thumbs/718173fd7-1.jpg
/usr/lib/enigma2/python/e2reactor.py:184:_doReadOrWrite
/usr/lib/python2.7/site-packages/twisted/internet/tcp.py:208:doRead
/usr/lib/python2.7/site-packages/twisted/internet/tcp.py:214:_dataReceived
/usr/lib/python2.7/site-packages/twisted/protocols/tls.py:415:dataReceived
--- <exception caught here> ---
/usr/lib/python2.7/site-packages/twisted/protocols/tls.py:335:_checkHandshakeStatus
/usr/lib/python2.7/site-packages/OpenSSL/SSL.py:1426:do_handshake
/usr/lib/python2.7/site-packages/OpenSSL/SSL.py:1174:_raise_ssl_error
/usr/lib/python2.7/site-packages/OpenSSL/_util.py:48:exception_from_error_queue

KodiLite.v.2.2 Adult 18+ Addons

$
0
0

KodiLite adult addons attached. Regards, pcd.

Attached Files

merge requests for PLi's git

$
0
0

hi PLi team

 

i think it would be nice to have this thread for git merge requests

 

as you're not using github it's not possible to update files online and it needs more work on linux but at least we can send merge requests

 

sourceforge is so slow in my country (Iran) so it's gonna be hard for me :)

subtitles disappear when pausing in video playback

$
0
0

I wondered if there was any way i can stop subtitles disappearing when i press pause in video playback, currently recording satelite tv then playing it back

It shows for 3 seconds then disappears. Thanks


Recalculation SNR value tuners HD51/VS1500

Enigma2 Acestream player does not work

$
0
0

Hello, please can an expert check out my crashlog and tell where is the problem with playing back acestream links on my Dreambox800 HD PVR (not a clone, skin pli-hd, 1.0+git595)? Every time when I click on userlist in acestream player I get the green screen. Thank you very much for every advice. Here it is :

 

<?xml version="1.0" encoding="utf-8"?>
<openpli>
    <enigma2>
        <crashdate>Pá říj  6 19:26:01 2017</crashdate>
        <compiledate>Oct 31 2013</compiledate>
        <contactemail>forum at www.openpli.org</contactemail>
        <!-- Please email this crashlog to above address -->
        <skin>PLi-HD/skin.xml</skin>
        <sourcedate>2013-10-31</sourcedate>
        <branch>(no branch)</branch>
        <rev>5042a98</rev>
        <version>3.0.0</version>
    </enigma2>
    <image>
        <stbmodel>dm800</stbmodel>
        <kernelversion>
            <![CDATA[
Linux dm800 2.6.18-7.4-dm800 #1 Thu Oct 31 21:56:05 CET 2013 7401c0 GNU/Linux
]]>
        </kernelversion>
        <kernelcmdline>root=/dev/mtdblock3 rootfstype=jffs2 rw console=null quiet </kernelcmdline>
        <nimsockets>NIM Socket 0:</nimsockets>
        <imageversion>
            <!-- No such file or directory -->
        </imageversion>
        <imageissue>
            <![CDATA[
openpli 3.0 %h

]]>
        </imageissue>
    </image>
    <software>
        <enigma2software>
            <![CDATA[
enigma2 - 2.7+git11203+5042a98-r49
enigma2-fonts - 2010.11.14-r49
enigma2-plugin-extensions-acestreamplayer - 1.0_r0
enigma2-plugin-extensions-audiosync - experimental-git3847+3dfef68-r10
enigma2-plugin-extensions-autobackup - 2.0+git51+63d7f00-r0
enigma2-plugin-extensions-cccaminfo - svn-2940-r0-py2.6
enigma2-plugin-extensions-cutlisteditor - 2.7+git11203+5042a98-r49
enigma2-plugin-extensions-dflash - 6.1
enigma2-plugin-extensions-graphmultiepg - 2.7+git11203+5042a98-r49
enigma2-plugin-extensions-iptvworld - 6.0_r0
enigma2-plugin-extensions-mediaplayer - 2.7+git11203+5042a98-r49
enigma2-plugin-extensions-mediascanner - 2.7+git11203+5042a98-r49
enigma2-plugin-extensions-mytube - experimental-git3899+39de459-r10
enigma2-plugin-extensions-openwebif - 0.1+git498+a211e00-r6.72
enigma2-plugin-extensions-pictureplayer - 2.7+git11203+5042a98-r49
enigma2-plugin-extensions-ppanel - 2.0+git9+4ce6ca5-r0
enigma2-plugin-extensions-tsmedia-oe2.0 - 4.5
enigma2-plugin-extensions-tspanel - 7.3
enigma2-plugin-extensions-tuxboxplugins - 2.7+git12363+b3efbd6-r49
enigma2-plugin-extensions-tuxcom - 1.13+svn344-r2
enigma2-plugin-extensions-vlcplayer - experimental-git3899+39de459-r10
enigma2-plugin-pli-softcamsetup - 1.0+git147+ae050a8-r7
enigma2-plugin-skins-pli-hd - 0.1+git595+d6a24f7-r0
enigma2-plugin-softcams-cccam - 2.3.0-r0
enigma2-plugin-systemplugins-cablescan - 2.7+git11203+5042a98-r49
enigma2-plugin-systemplugins-fastscan - 2.7+git11203+5042a98-r49
enigma2-plugin-systemplugins-hotplug - 2.7+git11203+5042a98-r49
enigma2-plugin-systemplugins-networkbrowser - experimental-git3847+3dfef68-r10
enigma2-plugin-systemplugins-positionersetup - 2.7+git11203+5042a98-r49
enigma2-plugin-systemplugins-satfinder - 2.7+git11203+5042a98-r49
enigma2-plugin-systemplugins-skinselector - 2.7+git11203+5042a98-r49
enigma2-plugin-systemplugins-softwaremanager - 2.7+git11203+5042a98-r49
enigma2-plugin-systemplugins-videomode - 2.7+git11203+5042a98-r49
enigma2-plugin-systemplugins-videotune - 2.7+git11203+5042a98-r49
enigma2-plugin-systemplugins-wirelesslan - 2.7+git11203+5042a98-r49
enigma2-plugins - experimental-git3847+3dfef68-r10
]]>
        </enigma2software>
        <dreamboxsoftware>
            <![CDATA[
dreambox-blindscan-utils - 1.7-r1
dreambox-dvb-modules-dm800 - 2.6.18-7.4-20130607-r7.0
dreambox-secondstage-dm800 - 84-r18.0
]]>
        </dreamboxsoftware>
        <gstreamersoftware>
            <![CDATA[
gst-plugin-dreambox-dvbmediasink - 0.10+git131+6d79a5f-r10
gst-plugin-libxt - 0.10.0+git4+568b515-r0
gst-plugin-subsink - 0.10.0+git5+0cb20d6-r1
gst-plugins-bad - 0.10.23.1+git12245+fb0d870-r4
gst-plugins-bad-cdxaparse - 0.10.23.1+git12245+fb0d870-r4
gst-plugins-bad-faad - 0.10.23.1+git12245+fb0d870-r4
gst-plugins-bad-fragmented - 0.10.23.1+git12245+fb0d870-r4
gst-plugins-bad-mms - 0.10.23.1+git12245+fb0d870-r4
gst-plugins-bad-mpegdemux - 0.10.23.1+git12245+fb0d870-r4
gst-plugins-bad-rtmp - 0.10.23.1+git12245+fb0d870-r4
gst-plugins-bad-vcdsrc - 0.10.23.1+git12245+fb0d870-r4
gst-plugins-base - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-alsa - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-app - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-audioconvert - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-audioresample - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-decodebin - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-decodebin2 - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-ogg - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-playbin - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-subparse - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-typefindfunctions - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-base-vorbis - 0.10.36.1+git10186+bdb3316-r2
gst-plugins-good - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-apetag - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-audioparsers - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-autodetect - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-avi - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-flac - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-flv - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-icydemux - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-id3demux - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-isomp4 - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-matroska - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-rtp - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-rtpmanager - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-rtsp - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-souphttpsrc - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-udp - 0.10.31.1+git10789+7768342-r6
gst-plugins-good-wavparse - 0.10.31.1+git10789+7768342-r6
gst-plugins-ugly - 0.10.19.1+git4638+9afc696-r2
gst-plugins-ugly-amrnb - 0.10.19.1+git4638+9afc696-r2
gst-plugins-ugly-amrwbdec - 0.10.19.1+git4638+9afc696-r2
gst-plugins-ugly-asf - 0.10.19.1+git4638+9afc696-r2
gst-plugins-ugly-cdio - 0.10.19.1+git4638+9afc696-r2
gst-plugins-ugly-dvdsub - 0.10.19.1+git4638+9afc696-r2
gst-plugins-ugly-mad - 0.10.19.1+git4638+9afc696-r2
gst-plugins-ugly-mpegaudioparse - 0.10.19.1+git4638+9afc696-r2
gst-plugins-ugly-mpegstream - 0.10.19.1+git4638+9afc696-r2
gstreamer - 0.10.36.1+git12092+1bcabb9-r1
]]>
        </gstreamersoftware>
    </software>
    <crashlogs>
        <enigma2crashlog>
            <![CDATA[
ascript" src="http://img.sedoparking.com/js/jquery-1.4.2.min.js" ></script>
<script type="text/javascript">(function(){function a(a,b,d){a&&!c&&(c=!0,b===window.location.href&&(b="[rendered html]"),$.get("/log/jserr.php",{msg:a,file:b,line:d}),c=!1)}var c=!1;window.onerror=a;$(function(){window.onerror=a})})();</script>
<script type="text/javascript" language="JavaScript">var ads_label          = '<h2><span><a class="ad_sense_help" href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&hideleadgen=1" target="_blank">Sponsored listings</a></span></h2>';var onclick_param_l    = 'l';var onclick_value_l    = 'NglBRFMJZjY2MzU1M2RmZWIxNjE5MjkxMzEyODUwNWI2OGUyNjEJMjA2CTEzCQkzMQkJCTAJCQkyNjM3NzQ3NjMJYwkwCQl4dHJlbmQtYWxsaWFuY2UJMTAxMQkxCTIyCTI3CTE1MDczMTA2MTEJMAlOCTAJMAkwCQkJCQkJd3cxLnh0cmVuZC1hbGxpYW5jZS5jb201OWQ3YmMxMzM2MzBkNi45MDQ2MjgxMgkwCQkxCTAJMTIwNQkxNzEyMzYzOTYJCTgzLjIwOC4xMTEuMTE5';var onclick_value_al   = 'NglBRFMJZmVlNDRkMWVmNWRjODhkZmY5ZjU0YTQ1NjcwMjc4ZDcJMjE3CTEzCQkzMQkJCTAJCQkyNjM3NzQ3NjMJYwkwCQl4dHJlbmQtYWxsaWFuY2UJMTAxMQkxCTIyCTI3CTE1MDczMTA2MTEJMAlOCTAJMAkwCQkJCQkJd3cxLnh0cmVuZC1hbGxpYW5jZS5jb201OWQ3YmMxMzM2MzBkNi45MDQ2MjgxMgkwCQkxCTAJMTIwNQkxNzEyMzYzOTYJCTgzLjIwOC4xMTEuMTE5';var onclick_param_v    = 'v';var onclick_value_v    = 'Y2NkNjE1ZmQxNTUyNWU0YmQyZmQ3MjM2YzA3ZjU5M2IJMQl3dzEueHRyZW5kLWFsbGlhbmNlLmNvbTU5ZDdiYzEzMzYzMGQ2LjkwNDYyODEyCXd3MS54dHJlbmQtYWxsaWFuY2UuY29tNTlkN2JjMTMzNjM1OTQuNjQ5MTg4NzUJMTUwNzMxMDYxMQkw';var onclick_param_p    = 'posredir';var onclick_param_r    = 're';var fb     =  'http://ww1.xtrend-alliance.com/search/fb.php?ses=';var fb_csa = '15073106115087b32484b794fd0857e484c4d188ad';var fb_csb = '15073106116cfa2ffc31dd019b235688d037db829d';var fb_csn = '1507310611a29838fd61a5fa70dc262c57e8413a2d';var fb_ec  = '150731061198ace4592eba1806244fd9e808198979';var ds  = '0';var did = '263774763';var pu  = 'http://ww1.xtrend-alliance.com';var pus = 'ses=Y3JlPTE1MDczMTA2MTEmdGNpZD13dzEueHRyZW5kLWFsbGlhbmNlLmNvbTU5ZDdiYzEzMzYzMGQ2LjkwNDYyODEyJmZraT0wJnRhc2s9c2VhcmNoJmRvbWFpbj14dHJlbmQtYWxsaWFuY2UuY29tJmxhbmd1YWdlPWVuJmFfaWQ9MyZzZXNzaW9uPTYyZHhycnpWUHE2aXpXMWdqQnFQ';var phl = 'Popular Categories';var ut  = '_blank';var tlt = 5;var prs = 2;var warl = 'Related Searches';var wapi = 'http://img.sedoparking.com/templates/brick_gfx/portal_icons/';var waac = '';var wabc = false;var dsb  = true;var alternatePubId = 'dp-sedo85_adult_3ph';
    var pdto = {
            caf: {colorBackground: 'transparent',pubId: 'dp-sedo85_3ph',domainRegistrant: 'as-drid-2430676874350336',kw: '',adtest: 'off',noAds: '5',uiOptimize: 'true',hl: 'en',channel: 'tmplt-005,exp-0051,auxa-control-1,563161'            }
        };
</script><script type="text/javascript" src="http://www.google.com/adsense/domains/caf.js" ></script></head><body class="oneclick content" data-generated="21.04.15-12:49"><div id="header"><div class="domain "><h1>xtrend-alliance.com</h1></div><div id="search"></div></div><div id="content"><div id="left"></div><div id="center">    <div id="rlblock_center" class="related links vertical"><h2><span><a class="ad_sense_help" href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&hideleadgen=1" target="_blank">Related Searches</a></span></h2><ul class="related_link_block_1"></ul></div></div><div id="right"><div class="buyBox"><h2><span><a target="_blank"  href="http://www.sedo.co.uk/search/details/?partnerid=14456&language=e&et_cid=15&et_lid=14274&domain=xtrend-alliance.com&et_sub=1011&origin=parking" >Buy this domain</a></span></h2><p><a target="_blank"  href="http://www.sedo.co.uk/search/details/?partnerid=14456&language=e&et_cid=15&et_lid=14274&domain=xtrend-alliance.com&et_sub=1011&origin=parking"  class="buyBoxTeaser">Click here to buy this domain.</a></p></div></div></div><div id="footer"><div id="disclaimer"><span class="sedologo"><a href="http://sedoparking.com/en" target="_blank"><img src="http://img.sedoparking.com/templates/brick_gfx/common/logo_blue.png" alt="Sedo Logo"/></a></span><span class="text">This webpage was generated by the domain owner using Sedo <a href="https://www.sedo.com/services/parking.php3"title="Domain Parking">Domain Parking</a>. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.</span></div></div><script type="text/javascript">
var cafEl = [
    {
        meta: { layoutTypes: [1] },
        caf:  {
    "container" : "ads",
    "type" : "ads",
    "lines" : 3,
    "linkTarget" : "_blank",
    "colorBackground" : "transparent",
    "colorAttribution" : "#999999",
    "fontSizeAttribution" : 14,
    "attributionBold" : true,
    "attributionSpacingBelow" : 10,
    "rolloverLinkBold" : false,
    "rolloverLinkColor" : "#888888",
    "rolloverLinkUnderline" : true,
    "verticalSpacing" : 10,
    "adIconUrl" : "//afs.googleusercontent.com/dp-sedo/bullet_justads.gif",
    "adIconWidth" : 20,
    "adIconHeight" : 24,
    "adIconSpacingAbove" : 3,
    "adIconSpacingBefore" : 10,
    "fontSizeTitle" : 22,
    "lineHeightTitle" : 30,
    "colorTitleLink" : "#2F4878",
    "titleBold" : true,
    "noTitleUnderline" : false,
    "fontSizeDescription" : 14,
    "lineHeightDescription" : 14,
    "colorText" : "#292929",
    "fontSizeDomainLink" : 14,
    "lineHeightDomainLink" : 20,
    "colorDomainLink" : "#6E8B9D"
}

    },
    {
        meta: { layoutTypes: [1,2] },
        caf:  {
    "container" : "rlblock_right",
    "type" : "relatedsearch",
    "number" : 10,
    "colorBackground" : "transparent",
    "colorAttribution" : "#999999",
    "fontSizeAttribution" : 14,
    "attributionBold" : true,
    "attributionSpacingBelow" : 10,
    "rolloverLinkBold" : false,
    "rolloverLinkUnderline" : true,
    "noTitleUnderline" : true,
    "fontSizeTitle" : 14,
    "lineHeightTitle" : 18,
    "colorTitleLink" : "#2F4878"
}
    },
    {
        meta: { layoutTypes: [5] },
        caf:  {
    "container" : "rlblock_center",
    "type" : "relatedsearch",
    "number" : 10,
    "columns" : 2,
    "colorBackground" : "transparent",
    "colorAttribution" : "#999999",
    "fontSizeAttribution" : 14,
    "attributionBold" : true,
    "attributionSpacingBelow" : 10,
    "rolloverLinkBold" : false,
    "rolloverLinkColor" : "#888888",
    "rolloverLinkUnderline" : true,
    "noTitleUnderline" : true,
    "adIconUrl" : "//afs.googleusercontent.com/dp-sedo/bullet_justads.gif",
    "adIconWidth" : 20,
    "adIconHeight" : 24,
    "adIconSpacingAbove" : 8,
    "adIconSpacingBefore" : 10,
    "fontSizeTitle" : 22,
    "titleBold" : true,
    "lineHeightTitle" : 40,
    "colorTitleLink" : "#2F4878"
}

    },
    {
        meta: { layoutTypes: [1,2,5] },
        caf:  {
    "container" : "search",
    "type" : "searchbox",
    "hideSearchInputBorder" : true,
    "hideSearchButtonBorder" : true,
    "colorSearchButtonText" : "#2F4878",
    "fontSizeSearchInput" : 16,
    "fontSizeSearchButton" : 16
}
    }];</script>
<script type="text/javascript">(function(){var b={};$.tmpl=function e(a,c){var d=!/\W/.test(a)?b[a]=b[a]||e(document.getElementById(a).innerHTML):new Function("obj","var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push('"+a.replace(/[\r\t\n]/g," ").split("<%").join("\t").replace(/((^|%>)[^\t]*)'/g,"$1\r").replace(/\t=(.*?)%>/g,"',$1,'").split("\t").join("');").split("%>").join("p.push('").split("\r").join("\\'")+"');}return p.join('');");return c?d©:D}})();</script>
<script src="http://www.google.com/adsense/domains/caf.js"></script>
<script>
    (function(){function g(B){"undefined"!==typeof alternatePubId&&"error_code"in b&&-1!==$.inArray(parseInt(b.error_code),[221,222,223])&&c.pubId!=alternatePubId&&(c.pubId=alternatePubId,delete alternatePubId,e[onclick_param_l]=onclick_value_al,b=0,0==ds&&(b=255),c.resultsPageBaseUrl=pu+"/caf/?"+pus+"&las="+b,createCaf.apply(this,f()))}function f(){var b=[c];$.each(cafEl,function(){if(-1!==$.inArray(tlt,this.meta.layoutTypes)){"ads"===this.caf.type&&(this.caf.clicktrackUrl="//cc.sedoparking.com/search/cc.php?"+$.param(e),this.caf.number=h);if("relatedsearch"===this.caf.type&&2!==prs)return!0;if("relatedsearch"!==this.caf.type||2===prs)"searchbox"===this.caf.type&&0==dsb||b.push(this.caf)}});return b}var c=pdto.caf,h=pdto.caf.noAds;delete pdto.caf.noAds;c.resultsPageBaseUrl=pu+"/caf/?"+pus;var e={};e[onclick_param_l]=onclick_value_l;e[onclick_param_v]=onclick_value_v;c.pageLoadedCallback=function(b,a){var d=[],c="";"adult"in a&&(("true"===a.adult||!0===a.adult)&&"0"===ds||("false"===a.adult||!1===a.adult)&&"255"===ds)&&(d.push(fb_csa),delete fb_csa,c+="&as="+a.adult+"&gc="+a.client);"faillisted"in a&&a.faillisted&&(d.push(fb_csb),delete fb_csb);if("needsreview"in a&&a.needsreview||"error_code"in a&&-1!==$.inArray(parseInt(a.error_code),[234,235,236,242]))d.push(fb_csn),delete fb_csn;"undefined"!==typeof fb_ab&&b&&(d.push(fb_ab),delete fb_ab);"error_code"in a&&"undefined"!==typeof fb_ec&&(d.push(fb_ec),delete fb_ec,c+="&ec="+parseInt(a.error_code));"undefined"!==typeof d&&0<d.length&&$.ajax({url:fb+d.join(",")+c});g(a)};window.createCaf=function(){function b(a){return google.ads.domains.Caf.apply(this,a)}b.prototype=google.ads.domains.Caf.prototype;return function(){return new b(arguments)}}();createCaf.apply(this,f())})();
</script>
<script type="text/html" id="related_links_tmpl"><li<%=cssClass%>><a href="http://ww1.xtrend-alliance.com/info/<%=urlKeyword%>.html?ses=Y3JlPTE1MDczMTA2MTEmdGNpZD13dzEueHRyZW5kLWFsbGlhbmNlLmNvbTU5ZDdiYzEzMzYzMGQ2LjkwNDYyODEyJmZraT0wJnRhc2s9c2VhcmNoJmRvbWFpbj14dHJlbmQtYWxsaWFuY2UuY29tJmxhbmd1YWdlPWVuJmFfaWQ9MiZzZXNzaW9uPTYyZHhycnpWUHE2aXpXMWdqQnFQ&keyword=<%=urlKeyword%>&token=<%=token%>"><%=keyword%></a></li></script><script type="text/javascript" language="JavaScript">
var rls = {b1: {position: '1',use_from: '0',start: '0',end: '0',amount: '10',type: 'auto'},b2: {position: '2',use_from: '0',start: '0',end: '0',amount: '10',type: 'auto'}}
var start=0; function buildBlocks(a){if("undefined"!==typeof cafEl&&2!==prs){var e=[pdto.caf];$.each(cafEl,function(){if(-1!==$.inArray(tlt,this.meta.layoutTypes)&&"relatedsearch"===this.caf.type){var c=start+this.caf.number,d=[];for(i=start;i<c&&!(i>a.length-1);i++)d[i]=a[i].term,start=i+1;this.caf.terms=d.join(",");this.caf.optimizeTerms=!1;e.push(this.caf)}});createCaf.apply(this,e)}else for(b in rls)if(0==rls[b].use_from){var d=$(".related_link_block_"+rls[b].position);if(d.length){var f=start+parseInt(rls[b].amount, 10);for(i=start;i<f&&!(i>a.length-1);i++){var c="";if(i==f-1||i==a.length-1)c=' class="last"';var g="";void 0!==a[i].token&&(g=a[i].token);c={cssClass:c,urlKeyword:a[i].term.replace(/ /g,"-"),token:g,keyword:a[i].term};d.append($.tmpl("related_links_tmpl",c));start=i+1}}}};
</script>
<script type="text/javascript">
$.ajax({ url: 'http://ww1.xtrend-alliance.com/' + 's' + 'earch/tsc.php?200=MjYzNzc0NzYz&21=ODMuMjA4LjExMS4xMTk=&681=MTUwNzMxMDYxMWFkZGYxMWE5ZGZhZjdlYWU0MjY3NDk0YTNlYzIyNDY5&crc=6c6f17cc3052680c1d89ae7cd2957b32269fc7aa&cv=1'});
</script>
</body></html>
upd = None
upd1 = None
[XBMCAddonsA] fallback to default translation for Addons
warning, skin is missing element info in <class 'Plugins.Extensions.XBMCAddons.plugin.StartPlugin'>
warning, skin is missing element pixmap in <class 'Plugins.Extensions.XBMCAddons.plugin.StartPlugin'>
warning, skin is missing element pixmap1 in <class 'Plugins.Extensions.XBMCAddons.plugin.StartPlugin'>
warning, skin is missing element list in <class 'Plugins.Extensions.XBMCAddons.plugin.StartPlugin'>
[XBMCAddonsA] fallback to default translation for Addons
[XBMCAddonsA] fallback to default translation for Settings
[XBMCAddonsA] fallback to default translation for Exit
[XBMCAddonsA] fallback to default translation for Addons
action ->  DirectionActions right
[XBMCAddonsA] fallback to default translation for Addons
[XBMCAddonsA] fallback to default translation for Settings
[XBMCAddonsA] fallback to default translation for Exit
[XBMCAddonsA] fallback to default translation for Settings
action ->  DirectionActions rightUp
unknown action DirectionActions/rightUp! typo in keymap?
action ->  DirectionActions right
[XBMCAddonsA] fallback to default translation for Addons
[XBMCAddonsA] fallback to default translation for Settings
[XBMCAddonsA] fallback to default translation for Exit
[XBMCAddonsA] fallback to default translation for Exit
action ->  DirectionActions rightUp
unknown action DirectionActions/rightUp! typo in keymap?
action ->  OkCancelActions ok
[ePNG] couldn't open /usr/lib/enigma2/python/Plugins/Extensions/XBMCAddons/plugin.png
action ->  ColorActions red
child has terminated
pipes closed
poll: unhandled POLLERR/HUP/NVAL for fd 63(16)
action ->  WizardActions ok
action ->  WizardActions ok
action ->  MsgBoxActions ok
Console: executing in run 0  the command: /usr/bin/opkg remove --autoremove enigma2-plugin-extensions-xbmcaddons
child has terminated
pipes closed
poll: unhandled POLLERR/HUP/NVAL for fd 64(16)
child has terminated
pipes closed
poll: unhandled POLLERR/HUP/NVAL for fd 64(16)
action ->  WizardActions ok
action ->  WizardActions ok
action ->  WizardActions ok
action ->  WizardActions ok
action ->  WizardActions back
Plugin  Extensions/WebInterface failed to load: No module named plugin
Plugin probably removed, but not cleanly in /usr/lib/enigma2/python/Plugins/Extensions/WebInterface
Plugin  Extensions/WebMedia failed to load: No module named WebMedia.plugin
Plugin probably removed, but not cleanly in /usr/lib/enigma2/python/Plugins/Extensions/WebMedia
[AudioSync] fallback to default translation for  Audio Sync Setup
[AudioSync] fallback to default translation for  Setup for the Audio Sync Plugin
[AudioSync] fallback to default translation for  Audio Sync
[AudioSync] fallback to default translation for  sets the Audio Delay (LipSync)
Plugin  Extensions/WebInterface failed to load: No module named plugin
Plugin probably removed, but not cleanly in /usr/lib/enigma2/python/Plugins/Extensions/WebInterface
Plugin  Extensions/WebMedia failed to load: No module named WebMedia.plugin
Plugin probably removed, but not cleanly in /usr/lib/enigma2/python/Plugins/Extensions/WebMedia
[AudioSync] fallback to default translation for  Audio Sync Setup
[AudioSync] fallback to default translation for  Setup for the Audio Sync Plugin
[AudioSync] fallback to default translation for  Audio Sync
[AudioSync] fallback to default translation for  sets the Audio Delay (LipSync)
ERROR reading PES (fd=56) - Value too large for defined data type
poll: unhandled POLLERR/HUP/NVAL for fd 56(8)
action ->  WizardActions back
action ->  OkCancelActions cancel
action ->  InfobarMenuActions mainMenu
loading mainmenu XML...
TimerEdit TimerEditList
PluginBrowser PluginBrowser
action ->  OkCancelActions ok
okbuttonClick
action ->  WizardActions ok
[SKIN] Parsing embedded skin <embedded-in-'Acestream'>
warning, skin is missing element info in <class 'Plugins.Extensions.AcestreamPlayer.plugin.Acestream'>
action ->  SetupActions ok
[SKIN] Parsing embedded skin <embedded-in-'Userlist'>
warning, skin is missing element info in <class 'Plugins.Extensions.AcestreamPlayer.plugin.Userlist'>
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
  File "/usr/lib/enigma2/python/Plugins/Extensions/AcestreamPlayer/plugin.py", line 210, in okClicked
    self.session.open(Userlist)
  File "/usr/lib/enigma2/python/mytest.py", line 303, in open
    dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/mytest.py", line 233, in instantiateDialog
    return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
  File "/usr/lib/enigma2/python/mytest.py", line 269, in doInstantiateDialog
    dlg.applySkin()
  File "/usr/lib/enigma2/python/Components/GUISkin.py", line 112, in applySkin
  File "/usr/lib/enigma2/python/Components/GUISkin.py", line 47, in createGUIScreen
  File "/usr/lib/enigma2/python/Plugins/Extensions/AcestreamPlayer/plugin.py", line 331, in openTest
    f = file(acelist)
IOError: [Errno 2] No such file or directory: 'C:/media/usb/acelist.txt'
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x20db288>>,('SetupActions', 'ok')) failed)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
]]>
        </enigma2crashlog>
    </crashlogs>
</openpli>
 

openpli 4 solo 2 epg

$
0
0

can anyone help please my solo 2 running pli 4 with Epgimport has stopped working and won't load my Rytek files. can anyone give me a clue as to how i can fix it please or tell me of a epg as good as this one we have been running it for a few years now with little problems is there any other good one??

thank for your help guys

October 7, 2017 Estonian unofficial software for DM7020 HD V1

$
0
0
October 7, 2017 Estonian unofficial software for DM7020 HD V1
* The image based on OpenPLi develop branch & https://github.com/DMM-PLi/meta-dream
 => openpli-enigma2-homebuild-dm7020hd.nfi
 * Estonian version of the backup for Satellites *-19.2E/13.0E/4.8E/0.8W-*
 * DVB-T2 USB nano stick with drivers dvb-usb-em28xx; scanned Estonian DVB-T(2) Provider Levira
Use DHCP - is set to yes
Login
 Name: root
 Passw: 00000
bootlogo "starry night" by Mariann Rea
 (also thanks to one of the PLi team member, who helped a bit:-)
systemplugins>
 automaticvolumeadjustment (y-git4649+1c9ede0-r0)
 autoresolution (y-git4649+1c9ede0-r0)
drivers:
 dvb-usb-em28xx (1.1-r0)
skins:
 HD Glass 16 ver. 11.73
 Full HD Glass 17 ver. 1.86
 HD glass is not pre-configured and is not set to default Skin.
piconProv, piconSat, piconCam, etc. from hdglass server: download and install them by yourself into media!
picons:
 No TV picons are set yet.
extensions:
 bitrate (2.0+git15)
 buyukbangpanel (1.4.1-r0)
 dreamexplorer (y-git4694+1c9ede0-r0)
 epgcurrentnextfix (3.0-r0)
 epgimportfilter (1.0+git12)
 epgrefresh (y-git4649+1c9ede0-r0)
 epgsearch (y-git4649+1c9ede0-r0)
 movieretitle (y-git4649+1c9ede0-r0)
 openopera (1.0-r0) + Mod. (Tnx to ims; HbbTV support for full hd)
 subtitleplayer DD ver_4.01
 xmltvimport (1.0+git129)
 xmltvimport-rytec (20170822-r0)
 youtube (1+git350)
--
 dflashV13.7
* direct flash all OK with OpenPLi
--
softcams:
 cccam (2.3.0-r0.0)
 mgcamd (1.38c-ssl1.0)
 oscam (svn11391-r0)
--
Changes to settings:
HDMI-CEC seaded: Väikseim saatmise intervall 100 ms
07.10.2017
Z

Attached Thumbnails

  • _1D_0398_suur_preview.jpeg

Cool TV Guide 1920x1080 full screen skin V2.

$
0
0
With complete respect to Eragon who began to modify the skin as in this thread: http://www.vuplus-community.net/board/threads/cooltvguide-skin-1920-x-1080.23427/
 
I was also bothered with the skin not working full screen for our VU+ boxes, and it seems that the developer has stoped updating Cool Tv Guide..
 
With inspiration from Eragon I took all of the screens from the Cool TV guide and rezised them. (Eragon I did not use any of your files). 
 
The method is the same as described in Eragons thread.
 
Use any FTP program and upload the following files to :
/usr/lib/enigma2/python/Plugins/Extensions/CoolTVGuide/CoolSkin
 
CoolChannelGuide_1280.xml
CoolChannelGuide2_1280.xml
CoolChannelGuide3_1280.xml
CoolEasyGuide_1280.xml
CoolEasyGuide2_1280.xml
CoolEasyGuide3_1280.xml
CoolInfoGuide_1280.xml
CoolMultiGuide_1280.xml
CoolNiceGuide_1280.xml
CoolSearch_1280.xml
CoolSingleGuide_1280.xml
CoolSingleGuide2_1280.xml
CoolSingleGuide3_1280.xml
CoolTinyGuide_1280.xml
CoolTVGuide_1280.xml
CoolTVGuideSetup.xml
 
(All of the above files are included in the Coolskin2.zip)
 
Then you need to upload the following new graphics from file "Cool3d.zip" to:
/usr/lib/enigma2/python/Plugins/Extensions/CoolTVGuide/Cool3D/Menu
 
CoolChannelGuide.png
CoolEasyGuide.png
CoolEasyGuide2.png
CoolFrame.png
CoolFrame2.png
CoolMultiGuide.png
CoolSingleGuide.png
CoolTVGuide.png
 
And also these new graphics to:
/usr/lib/enigma2/python/Plugins/Extensions/CoolTVGuide/Cool3D
 
CoolCursor.png
CoolCursor2.png
progress.png
progress_back.png
timeline-now.png
 
Afterwards make sure that all new files is set to Permission 644.
Reebot and enjoy fullscreen Cool TV Guide!.
 
Report back problems with graphics.

Attached Files

addons install problem

$
0
0

hi to all respect members

i have install openpli4.0 image

in dm800hd se receiver but when

installed addons via plugin press green

button cannot install addons..

how to solve this problm.

 

Not start build image hd51.


file .so for enigam2

$
0
0

Hi to everyone, I'm new to the forum, but use openpli and I thought about writing here

i'm trying to make a plugin, just i would like to compile it in .so to protect the source code,

can someone help me?

ts panel imajteam addons code wrong

openpli develop

$
0
0

hello i have a problem
I used emigma2 develop and openpli-oe-core develop
I build my own image and in the installation phase it remains on the logo
what problems are there?
thank you
(sorry my english use the translator)

IPTV on Dreambox

$
0
0

I have the latest firmware of openpli 4 installed in an original dm 7020HD.

 

I have live iptv streams that work on Kodi without any problem. However, on dreambox the same streams stop after 20s or so and I have to zap channel to start watching again.

 

Am I missing any sofware in the image?

 

Thanks.

History Zap Selector

Viewing all 2504 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>