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

Difference between build An Image With feed and No feed ?

$
0
0

Hi everyone, I wanna Know the difference between build an image with feed and no feed ,,, and the what's is the the best to build ??

 

Thanks :)


Test new qtwebbrowser.

Slow zap for CI

$
0
0

Only PLi/ATV image.
It solves the problem of decoding services CI+

Menu --> Setup --> SoftCam / CI --> 'Slow zap for CI'

Merry Christmas

Attached Thumbnails

  • Screenshot.jpg

solo4k sdl

$
0
0

Hello,

 

I wonder if anyone else tried to use SDL1.2 or SDL2 on solo4k and if it works.

I tried and the video init tells that "No available video device" the sound init seems to not give any error.

 

Many thanks,

 

 

Marc

 

Help to compile to enigma boxes

$
0
0

I'd like to know how can I compile C++ code to work on a enigma box.

 

If I compile it on ubuntu bash ( g++ test12.cpp -o test12 ) , this "test12" file doesn't work on enigma command line.

 

I don't want to create a full image, I only want to know how to get an executable cmdline file (mips, arm..) from .cpp files.

 

ZX80 Spectrum Emulator

$
0
0

Hello,

 

Just to let you know that i have finalized the port of Fuse emulator and can be downloaded from here https://github.com/serdeliuk/MS-ZX80 in binary version or bitbake recipes with all required patches to be built.

 

Enjoy,

 

 

M

branch zeus

$
0
0
in the zeus branch on h9combo the ac3 audio does not work

only the primary mpeg track in English works

the Italian language remains silent on the mediaset bouquet
 

 

Create your own repo feed for your own builds

$
0
0
Hello,
 
 
I will not cover here how to create your own build environment for OpenPli as there exists a lot of info on that matter.
 
So, if you already have a working environment you can follow those steps to create your own repo to install and test your packages on your own machine with opkg install command directly from your build environment.
 
 
You will need to install apache on your Ubuntu which is done with following command
sudo apt install apache2
The you will need to start the service with
sudo systemctl start apache2
If you want to have apache started at boot time you will need to run
sudo systemctl enable apache2
Then you will need to find where on your build environment are packages generated, in my case for Vu+ Solo4K are in .....build/tmp/deploy/ipk
Here are 3 folders
./all
./armv7ahf-neon
./vusolo4k
You will need to create symlinks (shortcuts) for each folder in /var/www/html , so, go to your ipk folder then create symlinks for each folder as following example
 
First, find the power directory (actual full path)
pwd
 
The pwd command will display entire path, in my case is 
/home/marc/Documents/VUPLUS/openpli-oe-core-7.2/build/tmp/deploy/ipk
 
Use the full path (your own) for all folders to be added to apache webroot creating symlinks as following
 
ln -s /home/marc/Documents/VUPLUS/openpli-oe-core-7.2/build/tmp/deploy/ipk/all/ /var/www/html/
ln -s /home/marc/Documents/VUPLUS/openpli-oe-core-7.2/build/tmp/deploy/ipk/armv7ahf-neon/ /var/www/html/
ln -s /home/marc/Documents/VUPLUS/openpli-oe-core-7.2/build/tmp/deploy/ipk/vusolo4k/ /var/www/html/
You should be able to access the new repo over the web at http://localhost/all for example
 
Because the URL does not contain any index files will throw a 404 error, but is fine as long as do not throw other errors, most common could be related to followsymilnk apache configuration which can be by default disabled, then you need to enable that in apache conf and restart apache
 
Now all is set, you will need to use opkg-utils to create repos for this clone the tools on your machine
 
git clone git://git.yoctoproject.org/opkg-utils
make
sudo make install
Then you will need to create packages lists for each folder with ipk files as following
cd /home/marc/Documents/VUPLUS/openpli-oe-core-7.2/build/tmp/deploy/ipk/all/
opkg-make-index . > Packages
gzip -f Packages
Do above 3 steps for each folder which contains ipk files.
 
Then you need to add on your machine/stb your new repos to /etc/opkg config folder to allow opkg to install from your own repo
First of all backup the original /etc/opkg in a separate folder then create a new one with all config files, one per above folders
 
touch ms-all-feed.conf
which contain the URL based on your computer's ip address as the following line
 
src/gz openpli-all http://192.168.1.13/all
And a feed file for armv7ahf-neon as ms-armv7ahf-neon.conf
src/gz openpli-all http://192.168.1.13/armv7ahf-neon
and the last one ms-vusolo4k.conf
src/gz openpli-all http://192.168.1.13/vusolo4k
After that, you have your feed configurations ready to be used update the opkg database with following command on your machine
opkg update
 
Then you can start install packages from your own repo
 
Congratulations!
 
You can swap between your repo and original image's repo by swap the /etc/opkg folder and issuing an opkg update command, for example if your newly created ipk needs to test auto install dependencies at some point to see what packages can be installed from original feed and which ones should be provided because does not exists there.
 
Do not forget
 
- rebuild packages each time you add a new ipk or rebuild a package
- do an opkg update after each package update/rebuild in the feed
- you can swap your opkg folder with the original folder provided by the image, if you forgot to do a backup download your image again and extract the folder from the image
 
 
 
Enjoy,
 
 
 
Marc
 

XCplugin anomaly

$
0
0

Hello my dear, I am testing this lite-passion_2.7_all plugin (I think the best with search function) on a dm800se with openpli 4 kernel 3.2, the plungin starts but when I try to play any vod the video does not start but rather freezes with the background of the base image.
Strangely, it works with both the lite-passion_1.2_all and 1.3.

What can I do without necessarily having to change the image?

What is the difference between the 2 versions?

Can I integrate something missing to make it work?

Thanks

 

Italian Translate

 

XCplugin anomalia

Buongiorno miei cari, sto testando questo plugin lite-passion_2.7_all (credo la migliore con funzione cerca) su un dm800se con openpli 4 kernel 3.2, il plungin si avvia ma quando provo ad effettuare un play di qualsiasi vod non parte il video ma bensì si blocca con lo sfondo dell'immagine base.
Stranamente invece funziona sia con la lite-passion_1.2_all che a la 1.3.

Cosa posso fare senza per forza dover cambiare l'iimagine??

Che differenza passa tra le 2 versioni?

Posso integrare qualcosa che manca per farla funzionare?

Grazie

Wrong enigma2 version in OpenPli 7.2 branch

$
0
0

Hello,

 

I am trying to build enigma2 from release-7.2 branch and i have observed that the bb recipe reference the develop version, i am doing something wrong or there it is a mistake in the bb recipe from release-7.2?

 

I am doing this

git clone https://github.com/OpenPLi/openpli-oe-core.git -b release-7.2

cd openpli-oe-core/

make

cat meta-openpli/recipes-openpli/enigma2/enigma2.bb | grep -B3 -i branch
 
PV = "2.7+git${SRCPV}"
PKGV = "2.7+git${GITPKGV}"
 
ENIGMA2_BRANCH ?= "develop"
 

 

Best regards,

 

 

Marc

Error compile libdvbsi++.

$
0
0

The file - libdvbsi++ version on the git has changed and a compilation error has appeared.

ERROR: libdvbsi++-0.3.9-r0 do_compile: oe_runmake failed
ERROR: libdvbsi++-0.3.9-r0 do_compile: Execution of '/home/foxbob/et/openpli-oe-core/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/libdvbsi++/0.3.9-r0/temp/run.do_compile.55594' failed with exit code 1:
make: *** No targets specified and no makefile found.  Stop.
WARNING: exit code 1 from a shell command.

ERROR: Logfile of failure stored in: /home/foxbob/et/openpli-oe-core/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/libdvbsi++/0.3.9-r0/temp/log.do_compile.55594
Log data follows:
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_compile
| NOTE: make -j 5
| make: *** No targets specified and no makefile found.  Stop.
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/foxbob/et/openpli-oe-core/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/libdvbsi++/0.3.9-r0/temp/run.do_compile.55594' failed with exit code 1:
| make: *** No targets specified and no makefile found.  Stop.
| WARNING: exit code 1 from a shell command.

HRTunerProxy on Openpli4

$
0
0

Hello all,

 

I have an old DM800Hd with Openpli4.0 installed.

 

Can anyone please tell if there is a way to install HRTunerProxy plugin on it?

 

Thanks in advance for any help

 

Cheers!

 

 

Release 7.2 build empty openssl dev package

$
0
0

Hello,

 

I am trying to build the openssl-dev package for my Vu Solo4K building the openssl package but the resulting dev ipk it is empty.

Contains only folders structure but no files (empty folders) 

 

Basically `bitbake openssl` build all required packages including dev one, but empty

I have tested this on develop too, have the same result

 

I am missing something but not sure what.

 

 

Many thanks,

 

 

Marc

zeus vs dunfell

$
0
0

Openpli has now branch sumo, thud and zeus.

I think sumo is dead and zeus can been easy update to long term support branch dunfell. ( https://wiki.yoctoproject.org/wiki/Releases )

The preparation in all the previous branches seems to make it possible that the step to dunfell is low.

 

I made a git with dunfell which can been used as start: https://github.com/wte-chromium/openpli-oe-core/tree/dunfell

 

 

The only packages which fails by me is djmount. The AM_LANGINFO_CODESET fails. It's something with iconv and m4 but I do not know what a clean patch  or solution is.

I found the follow patch which seems to work but I think this is more a workaround for the problem: https://github.com/OpenVisionE2/openvision-development-platform/commit/ba84fb3370a6969c0691cf40404aaa48843c4115

 

 

missing Python-dev

$
0
0

Hi All

 

I used to have UPNP Renderer in my previous image (NEWNIGMA) and it was working fine in my DM8000.
I needed to switch image to OpenPLI as I found it really more reliable for my old dreambox, it is definitely more stable, however I cannot find any renderer in OpenPLI

 

Recently I found this thread for Cocy plugin.

I have the same issue as many other users - when installing the final ipk I got message that python-dev is missing. It is not part of OpenPLI image
 

 

root@dm8000:/var/volatile/tmp# opkg install /tmp/enigma2-plugin-cocy_0.2.1.ipk
Collected errors:
* calculate_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-cocy:
* python-dev *
* opkg_solver_install: Cannot install package enigma2-plugin-cocy.

 

 

 

Where can I download the right python-dev for this plugin?

Thanks


CoCy vs UPnP RendererDemo

$
0
0

Hi All

 

I am new to OpenPLI. I bought DM8000 several years ago with installed Newnigma2 image and did not play with it at all as I was afraid to screw it.

Recently some bug developed and I decided to reflash Newnigma, picked the latest image and flashed it. Unfortunately it became unstable, perhaps DM8000 is too old for latest images (is it possible?). I was unable to find older version with feeds to all extensions and decided to try something new - OpenPLI

 

I like it very much, I must say. It is quicker and more user friendly -  flashed 6.2 as I read somewhere that 7.2 is not stable at old DM8000 (can someone confirm?)

 

So, I personalised new image, it is excellent but I miss one plugin from Newnigma:   UPnP RendererDemo - it allows to watch live channels from Bouquets over home network (ie. in bedroom via network player,  on smartphone via BubbleUPnP, etc). It is really great functionality and I don't believe there is nothing such in OpenPLI

 

I have read about CoCy plugin but sadly I did not manage to install it. After manual installation of different versions (without errors in Putty), amending box IP in ssdp.py, I cannot see anything new within my home network. Does this plugin render/stream live channels at all? Perhaps someone can confirm this plugin works with DM8000, v6.2

 

Then I tried to upload plugins from feed.newnigma to DM8000 running OpenPLI but no luck neither. Is it possible at all? I think there is plenty discrepancies between different versions of extensions, some missing and I am unable to find what else needs to be installed.

 

Can someone confirm if such streaming of live channels is possible in OpenPLI 6.2?

 

Thank you

 

 

12 Hour Time Format

$
0
0

The PLi images display a 24 hour time format.
What file(s) could I change or edit to have the time displayed in 12 hour (AM, PM) format?

Thanks.

junglebot - telegram bot for enigma2

IMDb plugin by Franc

$
0
0
IMDb plugin by Franc
 
 
 
plugin to get you the most of info on films, series etc.
 
 
 
"Grab Movie/TV info from IMDb. Searching trough EPG and/or manual search.
 
Update 11.03.2018 (version 1.0-r2):
 
new features in Event Info:
TV button will open Confirm IMDb Title window directly (passing main screen), with current event (example: press Info while you watching some movie, then TV button)
Adding in apps list - Menu/Info button (example: press Menu or Info button in Event View window, then choose "Search with IMDb-FNC...": same as previous, this will pass main function
Update 11.03.2018 (version 1.0-r3):
 
new features trough EPG screens:
Old IMDb Search will be replaced with new one (Red button on EPG windows). 
But before you update to r3 you need to update image first. Or instead of image update just replace EpgSelection.pyo in /usr/lib/enigma2/python/Screens
Update 18.03.2018 (version 1.0-r8):
 
new features, code optimization, bla,bla...
Long Info or Long EPG button, choose default EPG style (can be IMDd-FNC) for direct access (passing main screen)
Update 18.03.2018 (version 1.0-r9):
 
Added to Local Movies (fetch IMDb data for your local movies). Menu button in Movie Selection
Update 31.03.2018
 
Final version 2.5
a lot new features
 
main.jpgtrailer.jpgdirector.jpg

Attached Files

Plugin VOD

$
0
0

Good morning, what plugin can I install for the back and forth function on VOD?

 

Thank.

Viewing all 1691 articles
Browse latest View live


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