Kodi Community Forum
Linux HOW-TO playback Blu-ray Disc in XBMC for Linux with MakeMKV (Plugin Addon) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110)
+--- Thread: Linux HOW-TO playback Blu-ray Disc in XBMC for Linux with MakeMKV (Plugin Addon) (/showthread.php?tid=67420)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38


- dbracher - 2010-12-17

eskro Wrote:have you installed MakeMKV on your PC also?

if not, here --> http://www.makemkv.com/download/Setup_MakeMKV_v1.6.2.exe

install it

then in the BluRay plugin settings --> http://fwd4.me/aGG

make sure its pointing to 'makeMKVcon.exe'

all should work now,,,

Well... I installed MakeMKV, configured makemkvcon (fig. 1), but:
Play Disc -> Hangs XBMC
Browse Disk -> it "waits for stream" and hangs MakeMKV console (fig. 1 and 2)

So... what I can do now

Thanks folks

Figure 1
http://pqqlgw.blu.livefilestore.com/y1pSBKfeedtrIaAZkhDJn9uGxQ1pXR16WdTNGa2WdFXJbK5EQbvSoffoHKhhfYA6s1APOPU4uUYpVVqDfyHSrGp3udFYjZUldSx/XMBC%204.jpg?psid=1

Figure 2
http://pqqlgw.blu.livefilestore.com/y1pRyUIPVun_-8thmENrUuJ-NO9ylxOL9idFh0AOP_1txEY4FfgfDOi6J-zzNO3709i5FrBNfwNtkOJAL3eKYTKeH31rBBvyohN/XMBC%202.jpg?psid=1

Figure 3
http://pqqlgw.blu.livefilestore.com/y1pHU9uCyTphmfTW5NbITjxtt08DCEU-3bDEtQBpw-QI9wNZHh6cH0FilXdiAmbutYohNwa811fK3Yu3leNfDXc_geUiep7-6K1/XMBC%203.jpg?psid=1


- eskro - 2010-12-17

well honestly from there, i dont know....

i told you all i know as i dont even have a bluRay Drive yet Tongue

sorry


- magnetism - 2010-12-17

dbracher Wrote:Well... I installed MakeMKV, configured makemkvcon (fig. 1), but:
Play Disc -> Hangs XBMC
Browse Disk -> it "waits for stream" and hangs MakeMKV console (fig. 1 and 2)

So... what I can do now

Thanks folks

Figure 1
http://pqqlgw.blu.livefilestore.com/y1pSBKfeedtrIaAZkhDJn9uGxQ1pXR16WdTNGa2WdFXJbK5EQbvSoffoHKhhfYA6s1APOPU4uUYpVVqDfyHSrGp3udFYjZUldSx/XBMC%204.jpg?psid=1

Figure 2
http://pqqlgw.blu.livefilestore.com/y1pRyUIPVun_-8thmENrUuJ-NO9ylxOL9idFh0AOP_1txEY4FfgfDOi6J-zzNO3709i5FrBNfwNtkOJAL3eKYTKeH31rBBvyohN/XBMC%202.jpg?psid=1

Figure 3
http://pqqlgw.blu.livefilestore.com/y1pHU9uCyTphmfTW5NbITjxtt08DCEU-3bDEtQBpw-QI9wNZHh6cH0FilXdiAmbutYohNwa811fK3Yu3leNfDXc_geUiep7-6K1/XBMC%203.jpg?psid=1

Logs?


- dbracher - 2010-12-17

eskro Wrote:well honestly from there, i dont know....

i told you all i know as i dont even have a bluRay Drive yet Tongue

sorry

Oh man... thanks anyway for your good will Smile


- eskro - 2010-12-17

dbracher Wrote:Oh man... thanks anyway for your good will Smile

but in the mean time that someone answers you,

try to play a retail DVD disc movie using the BluRay plugin....

it should work as it works here!


- linuxluemmel - 2010-12-19

empty_skull Wrote:hello i'm a new member .. i'm italian and i use this scritp for play bluray disc .

if you wont the script in italian , use this :

mac86project.altervista.org/plugin.makemkvbluray_italian.zip

for install :

Code:
sudo apt-get update
sudo apt-get upgrade
Installare i pacchetti necessari:

Code:
sudo apt-get install build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev

Scaricare i file da compilare per il makemkv:

Code:
wget http://www.makemkv.com/download/makemkv_v1.6.2_bin.tar.gz
wget http://www.makemkv.com/download/makemkv_v1.6.2_oss.tar.gz


Code:
tar -xvf makemkv_v1.6.2_bin.tar.gz
tar -xvf makemkv_v1.6.2_oss.tar.gz


Code:
cd makemkv_v1.6.2_oss
sudo make -f makefile.linux
sudo make -f makefile.linux install



Code:
cd makemkv_v1.6.2_bin
sudo make -f makefile.linux
sudo make -f makefile.linux install

set static ip on your remote pc .

Code:
cd /usr/local/share/xbmc/
wget mac86project.altervista.org/plugin.makemkvbluray_italian.zip
unzip plugin.makemkvbluray_italian.zip

enjoy

I would never install software this way on a debian based system.
In the moment you type "make install" you install software behind
the packaging-system.

I provide debian file for my ripper-script.

http://code.google.com/p/swiss-army-knife/downloads/list

The release 1.6.3 for 64 comes soon ...


- gururu - 2010-12-22

linuxluemmel Wrote:I would never install software this way on a debian based system.
In the moment you type "make install" you install software behind
the packaging-system.

I provide debian file for my ripper-script.

http://code.google.com/p/swiss-army-knife/downloads/list

The release 1.6.3 for 64 comes soon ...

Cool!!!!


- linuxluemmel - 2010-12-24

BTW I you install my addon the makemkv binarys are installed by setup.sh


Makemkv Bluray functionality is shareware!!?? - brianmelgaard - 2010-12-27

My setup also started freezing when hitting the play disk button. I got the below error message when trying to lunch makemkv form the terminal. I thought this was freeware, but apparently not! See http://www.makemkv.com/buy/

"/usr/bin/makemkvcon" --cache=512 stream disc:0
MakeMKV v1.6.3 linux(x86-release) started
Using direct disc access mode
Evaluation period has expired, shareware functionality unavailable.
Evaluation period has expired. Please purchase an activation key if you've found this application useful. You may still use all free functionality without any restrictions.
Failed to open disc
Segmentation fault


Update:

Found a fix.

In /home/xbmc/.Makemkv/settings.conf add the following line:
app_Key = "T-UPUWcCupEZFA4zF3LBkpaM2hPrmilImsyCubZz7HdmrCrpojP3lHj19JqnWD606VdW"

This will only work for a couple of days! See http://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053


BluRay plugin for Dharma? - Darkm27 - 2010-12-30

I keep finding the same tutorial all over the place for the bluray plugin in xbmc but they all show it working with the plugin system and I cannot get it to work in dharma. Am I just dumb or is there a different process now with the revamped add-ons system?


- linuxluemmel - 2010-12-30

No , I use it very often ....
There is no repository for installation ....

BTW : If I would have the permission I could integrate the makemkv-addon inside
my personal luxeria-repository. IMHO this would make sense ...

You find the addon here .....
http://www.multiupload.com/UHRWRGTKVR

I hope this helps .... ;-)

PS : I ' m not a fan of addons that are shared over sites like megaupload and others ....


- magnetism - 2010-12-31

From a couple of posts back :

http://www.bultsblog.com/plugin.makemkvbluray.zip

I'll put it in the first post.


- Baswazz - 2011-01-01

linuxluemmel Wrote:I would never install software this way on a debian based system.
In the moment you type "make install" you install software behind
the packaging-system.

I provide debian file for my ripper-script.

http://code.google.com/p/swiss-army-knife/downloads/list

The release 1.6.3 for 64 comes soon ...

Can you explain how you install it? Thx.
http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224


- linuxluemmel - 2011-01-02

Ok the installation is easy ,-)

1.) open a terminal
2.) sudo -s

Now you have to give the password for your current user.

3.) By now you have a root-terminal

Code:
apt-get install wget build-essential lynx libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev

4.) The next step is to download the debian file for 32 or 64 bit ....

for a 32 bit system :

Code:
wget http://swiss-army-knife.googlecode.com/files/makemkv-swiss-army-knife-32-12-19-2010.tar.gz

for a 64 bit system :

Code:
http://swiss-army-knife.googlecode.com/files/makemkv-swiss-army-knife-64-12-19-2010.tar.gz

5.) You can extract the tar file with the command

32:
Code:
tar xvzf makemkv-swiss-army-knife-32-12-19-2010.tar.gz

64:
Code:
tar xvzf makemkv-swiss-army-knife-64-12-19-2010.tar.gz


6.) After the extraction you should have 2 debian files with the extension deb insid the current directory.


install both debian files with the command

dpkg -i name-of-debian-file.deb

(replace name-of-debian-file.deb with the name of the 2 extracted names)

7.) type exit to return to a normal user-shell

8.) type makemkv

(this will start the gui-mode)

9.) Help register and give the current beta key ....


I hope this is working for you ;-)


- Baswazz - 2011-01-02

Thx for the help!
Only i get stucked on step 8. I use Xbmc live so i don't have a GUI.
It say that the beta key is valid until January 2011
http://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053