What's new

VU+ Solo2, SoloSE & Duo2 Experimental: Kodi 15.2 for vusolose, vusolo2 and vuduo2

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
Kodi 15.2 for vusolose, vusolo2 and vuduo2



>>>> *** Updated Click here for latest version *** <<<<
As you probably already know there exists Kodi (XBMC) 13.2 plugin for other images like OpenATV, OpenBH, BH.. but this version is outdated. As a consequence many addons are not supported anymore.

Since XBMC modified by vuplus is mostly open-source(aside gles initialization), I ported/modified all neccessary changes to make update to latest stable version of Kodi possible.

Changes:

Kodi:
- updated to latest stable release 15.2
- ContextMenu is bind to mute button, Escape is bind to exit button (idea taken from vuplus-community.net
- remote mount used hdd can be used as storage
- added Enigma2Player based on ExternalPlayer
* gathers subtitles links from addons and passes it to clients
- Enigma2Player is set as default player for every video/audio

Kodi E2 plugin(kodiext):
- subtitles support by subssupport plugin
- correctly handles xbmc urls with added http headers

Known Issues:

- audioengine in kodi is disabled since it doesn't work correctly(choppy sound), however it looks to be solvable since alsa is working on vuplus when tested with aplay
- internal video player is working but without sound as said above. It will have only limited use if sound is fixed, since only low quality video is fluent, because of software decoding.
- when kodi exits, it always crashes. I debug it with gdb and find out that problem lies in vu gles drivers:
Code:
Please, Log in or Register to view codes content!
....

How to build:

1. clone openpli-oe-core master-next branch
Code:
Please, Log in or Register to view codes content!
2. enter to openpli-oe-core directory and setup your build environment
Code:
Please, Log in or Register to view codes content!
3. enter meta-vuplus directory, add my remote fork of meta-vuplus layer, checkout kodi_15_2 branch
Code:
Please, Log in or Register to view codes content!
4. enter meta-local directory, clone kodi recipes
Code:
Please, Log in or Register to view codes content!
5. enter build directory, set build environment variables, build kodi-image for your machine(vusolose,vusolo2,vuduo2), I set vusolose.
Code:
Please, Log in or Register to view codes content!
6. If everything goes as it should, your kodi image is in your build directory:
Code:
Please, Log in or Register to view codes content!
Note:
If you already built master-next, you have to clean vuplus-dvb-modules from rootfs, otherwise there will be collision with vuplus-dvb-proxy.
Code:
Please, Log in or Register to view codes content!
Testing images:

- these images are built on master-next branch of openpli-oe-core and are only ment for testing(no feeds available, you've to build them or include your packages in kodi-image.bb), only vusolose image is tested, since I don't have other receivers.
Please try vusolo2 and vuduo2 images and let me know if Kodi is working.

vusolose:
Code:
Please, Log in or Register to view codes content!
vusolo2:
Code:
Please, Log in or Register to view codes content!
vuduo2:
Code:
Please, Log in or Register to view codes content!
PS:
Thank you to @samsamsam, who send me his ffmpeg configure options

All credit to the original author mx3L (OpenPLI Forum)
 

Attachments

Last edited:

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
can i use this on openatv? or is it a new image?
This is an image for testing purposes so if you want to try it make a full backup of your current image first as you will probably want to return to it after.
Code:
Please, Log in or Register to view codes content!
 

yzerman77

Member
Messages
10
Joined
Dec 7, 2015
Reaction score
2
Points
3
i have tried it its a new image, one with kodi its not like a image with a backup i have to wait a little bit longer ia am sure that some upload just a new plugin with the latest kodi thanks anyway.
 

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
Solo2 version is working well too, when you start kodi the first time your .xbmc folder is renamed to .kodi & all addons are updated but i have tried navi-x 4.0 so far which is running great with sound. No crash when exiting kodi here which was listed in the known issues.

Please, Log in or Register to view URLs content!
 

DirtyDonki

Staff member
Admin
I am the Nice One
Messages
26,067
Joined
Sep 10, 2014
Reaction score
3,913
Points
728
Certainly fires up both in flash and multiboot on the DUO2 but I must be missing something coz neither gen nor navi work for me. Just say 'error check the log' NOT script error. Checked log and it complaining about icalendar not being present. So the hunt continues but :woohoo:

Code:
Please, Log in or Register to view codes content!
 

DirtyDonki

Staff member
Admin
I am the Nice One
Messages
26,067
Joined
Sep 10, 2014
Reaction score
3,913
Points
728
Fixed the Genesis error by installing pkgutils.

Managed to fix the icalendar error by copying the icalender directory from a OpenPLi 4 image I have in multiboot. The folder is located in:

/usr/lib/python2.7/icalendar

Downside is that I now have a new error:

"File "/usr/lib/enigma2/python/enigma.py", line 24, in swig_import_helper
ImportError: No module named _enigma"

Any pointers most welcomed.
 

powel

Vuplus-Images Elite
Messages
117
Joined
Nov 27, 2015
Reaction score
8
Points
18
is this kodi plug in just for pli image. or it can be installed on dirtydonki image also. thanks
 

DirtyDonki

Staff member
Admin
I am the Nice One
Messages
26,067
Joined
Sep 10, 2014
Reaction score
3,913
Points
728
is this kodi plug in just for pli image. or it can be installed on dirtydonki image also. thanks
Experimental only at the moment and only on this version of PLi.
 

DirtyDonki

Staff member
Admin
I am the Nice One
Messages
26,067
Joined
Sep 10, 2014
Reaction score
3,913
Points
728
Just a quick note in the way of an update to tell all that I now have Navi-X working by recopying over the fix that JRBMW was kind enough to post on the BH forum.

Now fiddling with this on ATV & will keep you all posted.
 

powel

Vuplus-Images Elite
Messages
117
Joined
Nov 27, 2015
Reaction score
8
Points
18
im curious, how do u enter the codes you mentioned on this image ten below, thanks
 

powel

Vuplus-Images Elite
Messages
117
Joined
Nov 27, 2015
Reaction score
8
Points
18
for example u mentioned:
How to build:

1. clone openpli-oe-core master-next branch
Code:
git clone
Please, Log in or Register to view URLs content!
-b master
 

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
for example u mentioned:
How to build:

1. clone openpli-oe-core master-next branch
Code:
git clone
Please, Log in or Register to view URLs content!
-b master
Ah ok i see, this is if you wanted to compile the image yourself on linux but no need for you as links to builds done by mx3L are provided.
 

powel

Vuplus-Images Elite
Messages
117
Joined
Nov 27, 2015
Reaction score
8
Points
18
can u tell me please how to install the pli feeds file on the pli image and what is it for? thanks
 

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
can u tell me please how to install the pli feeds file on the pli image and what is it for? thanks
You dont need to if you install a regular PLI image everything you need is already there but this image is experimental so perhaps not for you just yet, a well known phrase.."You Have To Learn To Crawl Before You Learn To Walk" :)
 

DirtyDonki

Staff member
Admin
I am the Nice One
Messages
26,067
Joined
Sep 10, 2014
Reaction score
3,913
Points
728
Has anyone else noticed that the time is 7 minutes behind real time on this image?

eg real time = 1300 STB displays 1253
 

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
Has anyone else noticed that the time is 7 minutes behind real time on this image?

eg real time = 1300 STB displays 1253
Not happening here on the Solo2 mate, try adding the system plugin system time which gives more options that might help correct it.

1.jpg

2.jpg
 

Top Bottom