Would anyone use MariaDB mysql server addon to use it with Kodi? It is more lightweight than LAMP.
I can build it on request just let me know for which image.
Would anyone use MariaDB mysql server addon to use it with Kodi? It is more lightweight than LAMP.
I can build it on request just let me know for which image.
I made new addon version:
program.java-9.0.101-generic.x86_64.zip
program.java-9.0.101-rpi2.arm.zip
To be working old folders must be removed:
If menus are working for you don't update with this version because it is nothing new inside ![]()
Odroid_C2 for 8.2.5 (already available for a long time): service.web.lamp-8.2.104-odroid_c2.aarch64.zip
Odroid_C2 for 8.90.009: service.web.lamp-9.0.105-odroid_c2.arm.zip
Untested (because I do not own such a device).
Good thinking ![]()
Maybe this is related to the version of kodi you're using?
I tried different one's. Even the very old one where I made this addon. I think my movie folder got corrupted somehow.
I should get one really working copy. Any suggestion which name should I look for a download (don't have any real br)?
I updated my addon to be compiled for LE 009. If anyone needs new version let me know which one.
instead of the file libbluray-j2se-1.0.2.jar I had indeed libbluray-j2se-1.0.1.jar.
Well, having correct version is probably preferred solution ![]()
To bad menu doesn't work for me anymore so can't change addon anymore. Maybe I just don't have correct copy anymore (would need one working ISO or folder structure).
You can try set LIBBLURAY_CP to full file path in file /storage/.kodi/addons/http://program.jre/profile.d/java.profile.
tomhai, sadly seems it happens same to me too. But in my case I don't get any menu anymore. That's why I was asking if still works. There is no any significant error in kodi log and from what I see kodi recognizes java.
In folder /storage/.kodi/addons/program.jre/ there must be a file libbluray-j2se-1.0.2.jar (previously it was 1.0.1 version). And you are missing this file.
Can you show us example how such list looks like?
File not found: Are you really in correct folder? Seems so.
I'm not familiar with such error. Also no such system here to test.
Guys, does addon still works? I couldn't get it working anymore with my ISO files/folders.
Also device information would be useful (Generix or RPi).
Try saving your key in file /storage/.config/cacert.pem.
Then use binary I build.
mkdir -p /storage/.kodi/addons/xdotool/lib
mkdir -p /storage/.kodi/addons/xdotool/bin
cd /storage/.kodi/addons/xdotool
wget -O xdotool_x86_64.tgz http://vpeter.libreelec.tv/tmp/xdotool_x86_64.tgz
tar xvzf xdotool_x86_64.tgz
mv libxkbcommon.so.0 lib
mv xdotool bin
rm xdotool_x86_64.tgz
# log out adn log back in