• 1
  • 10
  • 11
  • 12
  • 13(current)
  • 14
WIP Blu-ray Disc Java menus support
Ace, Any chance of doing a pull from the xbmc master git? I have a patch file that allows it to compile under GCC5, but it doesn't work on your branch
(2015-06-26, 10:42)ix400 Wrote: Is there a openelec version available? Or can I somehow compile these changes (easily) into an existing openelec-installation?
I've asked about this in the OpenELEC test builds thread and also on the OpenELEC forum, but it seems it's not so easy to do. The BD-J support requires a working Java Runtime Environment (JRE) which is not something that can be easily embedded into OpenELEC.

I have managed to install the ARM version of the JRE manually by copying the binaries from the Oracle website to a fake Kodi addon subdirectory. When I run "java -version" through SSH, I get a valid response.

However, I have no clue on how I could build an OpenELEC version that has the libbluray library with BD-J support enabled Smile And I'm also not sure my JRE "hack" is enough to get a working version of Kodi if BD-J was to be enabled on it.
I compiled the master xbmc/kodi git and the bdj stuff seems to have been mainlined? I have menus working in the standard kodi

was this silently mainlined?
(2015-08-02, 10:24)grim85 Wrote: I compiled the master xbmc/kodi git and the bdj stuff seems to have been mainlined? I have menus working in the standard kodi

was this silently mainlined?
I think NO (incompletely). Compare:
https://github.com/ace20022/xbmc/commits...Bluray.cpp
and
https://github.com/xbmc/xbmc/commits/15....Bluray.cpp
Master hasn't "Commits on Apr 26, 2015".
Ubuntu 22.04, Linux desktop 5.15.0-57-generic #63-Ubuntu SMP Thu Nov 24 13:43:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Kodi (20.1 (20.1.0) Git:20230312-289ec664e3). Platform: Linux x86 64-bit
Sony Android TV, Kodi 20.1
DELETE!!!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
How long does it generally take from a new Kodi release to see a release of this branch?
it's a dev branch, so it'll be updated once a dev has time to work on it again. Anyone is free to grab that branch, rebase it onto master and do a custom build though
I have been try for week to get this to work on my Kodibuntu and thsi is how far i have come.

I was able to into java and that where the bus stop.

kodi@kodi:~$ java -version
java version "1.8.0_51"
Java™ SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot™ 64-Bit Server VM (build 25.51-b03, mixed mode)


kodi@kodi:~$ sudo apt-get install libbluray libbluray-bdj java
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libbluray
E: Unable to locate package java

Any help!!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
(2015-08-25, 22:37)movie78 Wrote: I have been try for week to get this to work on my Kodibuntu and thsi is how far i have come.

I was able to into java and that where the bus stop.

kodi@kodi:~$ java -version
java version "1.8.0_51"
Java™ SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot™ 64-Bit Server VM (build 25.51-b03, mixed mode)


kodi@kodi:~$ sudo apt-get install libbluray libbluray-bdj java
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libbluray
E: Unable to locate package java

Any help!!
I think you need make libbluray from git://git.videolan.org/libbluray.git (now ver. 1.8.1).
The libbluray from repository is very old.
Why do you try install java if you have java already. You need install java-jdk (I use openjdk-7-jdk).
Ubuntu 22.04, Linux desktop 5.15.0-57-generic #63-Ubuntu SMP Thu Nov 24 13:43:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Kodi (20.1 (20.1.0) Git:20230312-289ec664e3). Platform: Linux x86 64-bit
Sony Android TV, Kodi 20.1
(2015-08-25, 00:43)da-anda Wrote: Anyone is free to grab that branch, rebase it onto master and do a custom build though
Can you say git commands for this?
Now I have 2 accounts: one for master 15.2 and other for this build.
Sorry for noob question.
Ubuntu 22.04, Linux desktop 5.15.0-57-generic #63-Ubuntu SMP Thu Nov 24 13:43:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Kodi (20.1 (20.1.0) Git:20230312-289ec664e3). Platform: Linux x86 64-bit
Sony Android TV, Kodi 20.1
(2015-08-28, 13:39)ray1112 Wrote:
(2015-08-25, 22:37)movie78 Wrote: I have been try for week to get this to work on my Kodibuntu and thsi is how far i have come.

I was able to into java and that where the bus stop.

kodi@kodi:~$ java -version
java version "1.8.0_51"
Java™ SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot™ 64-Bit Server VM (build 25.51-b03, mixed mode)


kodi@kodi:~$ sudo apt-get install libbluray libbluray-bdj java
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libbluray
E: Unable to locate package java

Any help!!
I think you need make libbluray from git://git.videolan.org/libbluray.git (now ver. 1.8.1).
The libbluray from repository is very old.
Why do you try install java if you have java already. You need install java-jdk (I use openjdk-7-jdk).

What is the full installation CMD to install this in SSH?

Thanks for your help!!!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
(2015-08-28, 21:05)movie78 Wrote: What is the full installation CMD to install this in SSH?

Thanks for your help!!!
git clone git://git.videolan.org/libbluray.git
cd libbluray
./bootstrap
./configure --enable-bdjava --enable-udf
make
sudo make install
Ubuntu 22.04, Linux desktop 5.15.0-57-generic #63-Ubuntu SMP Thu Nov 24 13:43:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Kodi (20.1 (20.1.0) Git:20230312-289ec664e3). Platform: Linux x86 64-bit
Sony Android TV, Kodi 20.1
(2015-08-28, 21:11)ray1112 Wrote:
(2015-08-28, 21:05)movie78 Wrote: What is the full installation CMD to install this in SSH?

Thanks for your help!!!
git clone git://git.videolan.org/libbluray.git
cd libbluray
./bootstrap
./configure --enable-bdjava --enable-udf
make
sudo make install

Do i need VideoLan(VLC) install to run on my KodiBuntu to be able to have the BDjava Menu functionality?
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
no. Videolan is the creator of the libbluray library. You do not need to install any other programs from them.
To be brutally honest this might be a little bit to far out of your comfort zone, knowing how to install and compile is needed to test this. Maybe it would be better to wait for a test build.
(2015-08-31, 16:37)Kib Wrote: no. Videolan is the creator of the libbluray library. You do not need to install any other programs from them.
To be brutally honest this might be a little bit to far out of your comfort zone, knowing how to install and compile is needed to test this. Maybe it would be better to wait for a test build.

MaybeBig Grin

But it be nice if someone can write a very intuitive manual for the beginners.

We are here to learn and enjoy this beautiful application.
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
  • 1
  • 10
  • 11
  • 12
  • 13(current)
  • 14

Logout Mark Read Team Forum Stats Members Help
Blu-ray Disc Java menus support3