Integrated reading of Blu-ray folder / file-structure and autostart without menu?
#46
AnyDVD (and probably other rippers) can rip a full BD ISO to disk and remove the BD+ protection and AACS. I know XBMC has issues because the licensing organization won't license the decryption specification to open source projects, but what about disks with protection removed?

Thanks in advance....
Reply
#47
It is already supported through libbluray I believe.
Reply
#48
I just saw these in r33145:

A system/players/dvdplayer/libbluray.dll
U xbmc/DllPaths_win32.h
A lib/libbluray_win32
A lib/libbluray_win32/libbluray
A lib/libbluray_win32/libbluray/bluray.h
A lib/libbluray_win32/libbluray/filesystem.h
A lib/libbluray_win32/how_to_build.txt

Does that mean it's coming to XBMC by default? What about Linux?
Reply
#49
LB06 Wrote:I just saw these in r33145:

A system/players/dvdplayer/libbluray.dll
U xbmc/DllPaths_win32.h
A lib/libbluray_win32
A lib/libbluray_win32/libbluray
A lib/libbluray_win32/libbluray/bluray.h
A lib/libbluray_win32/libbluray/filesystem.h
A lib/libbluray_win32/how_to_build.txt

Does that mean it's coming to XBMC by default? What about Linux?

Already there in Linux and OSX in svn trunk.
Reply
#50
And Windows!
Always read the Kodi online-manual, the FAQ and search the forum before posting.
Do not e-mail Kodi Team members directly asking for support. Read/follow the forum rules (wiki).
For troubleshooting and bug reporting please make sure you read this first.
Reply
#51
davilla Wrote:Already there in Linux and OSX in svn trunk.
Ah nice. I see, but there's only a Makefile in there. Are there any plans to incorporate this library into XBMC? Like the .dll seems to have been for windows?
Reply
#52
LB06 Wrote:Ah nice. I see, but there's only a Makefile in there. Are there any plans to incorporate this library into XBMC? Like the .dll seems to have been for windows?

It's there. See README.xxx.
Reply
#53
davilla Wrote:It's there. See README.xxx.
You mean the make -C lib/libbluray command?

Yeah that works, sort of, but it's somewhat crude.

All other references I can find are:

Code:
LB06@sonata:~/xbmc-svn/trunk$ find . | grep bluray | grep -v .svn
./lib/libbluray
./lib/libbluray/Makefile
./lib/libbluray_win32
./lib/libbluray_win32/libbluray
./lib/libbluray_win32/libbluray/bluray.h
./lib/libbluray_win32/libbluray/filesystem.h
./lib/libbluray_win32/how_to_build.txt
./system/players/dvdplayer/libbluray.dll
./addons/skin.confluence/media/flagging/video/bluray.png
Reply
#54
no. it's a temporary measure until it gets into apt / repos in general.
Reply
#55
Ah I see. Good to know.

I've now built it myself (not using the XBMC Makefile, I don't really like libs being installed in /usr/lib/ without being in APT).

./configure tells me that it has linked against libbluray:
Code:
Bluray:    Yes

But my question is: what does it do? I don't really notice any difference with the install from before libbluray. I still have to go to /location/of/unencrypted/bluray/disc1/BDMV/STREAM and play the m2ts file(s) manually. That is for all intents and purposes the same method as I've used countless times before.

Or does libbluray work only with .iso's? Any insights would be highly appreciated. Tnx!
Reply
#56
either enable stacking or select the .bvdm file.
Reply
#57
Ah thanks, but both methods only play the first episode of the BR.

Guess I'll be working with custom symlinks to the proper m2ts files to set everything up Smile. Might take some time, but it's far more convenient and user friendly once set up.
Reply
#58
yeah, it will only play the main title, i.e., is tuned for movies.
Reply
#59
Hi spiff, would you mind to explain what "enable stacking" means? I have a bunch of BD iso file and it won't play those files. The log file says "CDVDPlayer::OpenInputStream - error opening xxxx.iso". Thanks!
Reply
#60
we don't support .iso for bluray yet.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Integrated reading of Blu-ray folder / file-structure and autostart without menu?1