Linux HOW-TO playback Blu-ray Disc in XBMC for Linux with MakeMKV (Plugin Addon)

  Thread Rating:
  • 10 Votes - 4.3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
djselbeck Offline
Junior Member
Posts: 20
Joined: Nov 2008
Reputation: 0
Post: #131
Hello,

I've ported the Plugin to the new XBMC Addon System. Credit goes to original Author. I've tested it successfully with avatar and ACDC Live at Donington.

UPDATED
Here is a download link:http://www.multiupload.com/UHRWRGTKVR

extract to ~/.xbmc/addons
(This post was last modified: 2010-06-20 21:02 by djselbeck.)
find quote
frostwork Offline
Member
Posts: 61
Joined: Aug 2008
Reputation: 0
Post: #132
hi djselbeck!
thx for the addon!
just played some minutes of one of the very few blurays I have - and it worked fine Smile

for a future version of the addon I'd like to suggest that the "0" in default.py line 92 can be configured
(my blueray rom is 2 here).
thanks a lot!
find quote
djselbeck Offline
Junior Member
Posts: 20
Joined: Nov 2008
Reputation: 0
Post: #133
Hello,

like you wished i made the drive number selectable via settings. And also i corrected some wrong setting-types.

NEW LINK:

http://www.multiupload.com/UHRWRGTKVR
find quote
frostwork Offline
Member
Posts: 61
Joined: Aug 2008
Reputation: 0
Post: #134
hi there!

woohoo, you're damn fast! Smile
Excellent work - works like a charm!
Also a good decision to zip the addon Wink
thank you very much!
find quote
linuxluemmel Offline
Member+
Posts: 872
Joined: Jun 2009
Reputation: 0
Location: Lucern / Switzerland
Post: #135
http://luemmels-dvd-ripper.googlecode.co...-shell.tar

This shell scripts comes in the next days to my ripper

Testers are welcome ...

With the addon it is possible to watch
with my script to transcode and save to disk

Hans

PS : If you are searching for debian files for makemkv they are packed inside the blueray-functions-shell functions.
(This post was last modified: 2010-06-21 23:06 by linuxluemmel.)
find quote
speed32219 Offline
Fan
Posts: 408
Joined: Feb 2007
Reputation: 0
Post: #136
For some reason I can not get the plugin v1a play disc working. The script version works great. I can use the browse files on disc using the plugin version, but when I click on play nothing happens and no errors in log. Is the plugin version looking for a valid makemkvcon key?

I have downloaded and installed the plugin again and still no joy. I also checked persmissions. Just do not know why nothing happens when I select play.

<BUMP>

Update: With the plugin script the browse feature works on all three menu items. The Play does not work on any. I can browse the titles on the disk but can not play them. Checked permissions, been looking at the default pthon script but I see nothing out of the ordinary.
Suggestions would be greatly appreciated. Although the script version works, it starts at title0 and only plays the trailer which on some disks is title0 while the real movie is title 1 or 20, etc..

--------------------------------------------------------------------------------
(This post was last modified: 2010-07-01 03:10 by speed32219.)
find quote
magnetism Offline
Senior Member
Posts: 135
Joined: Dec 2008
Reputation: 0
Post: #137
speed32219 Wrote:For some reason I can not get the plugin v1a play disc working. The script version works great. I can use the browse files on disc using the plugin version, but when I click on play nothing happens and no errors in log. Is the plugin version looking for a valid makemkvcon key?

I have downloaded and installed the plugin again and still no joy. I also checked persmissions. Just do not know why nothing happens when I select play.

<BUMP>

Update: With the plugin script the browse feature works on all three menu items. The Play does not work on any. I can browse the titles on the disk but can not play them. Checked permissions, been looking at the default pthon script but I see nothing out of the ordinary.
Suggestions would be greatly appreciated. Although the script version works, it starts at title0 and only plays the trailer which on some disks is title0 while the real movie is title 1 or 20, etc..

--------------------------------------------------------------------------------

Anything in the xbmc logfile?
find quote
haffi Offline
Member
Posts: 92
Joined: Mar 2005
Reputation: 0
Post: #138
This is the only thing I get running this script

23:37:06 T:3034950512 M:696143872 NOTICE: -->Python Interpreter Initialized<--
23:37:06 T:3034950512 M:696143872 NOTICE: Traceback (most recent call last):
23:37:06 T:3034950512 M:696143872 NOTICE: File "/home/xbmc/.xbmc/plugins/video/plugin.video.makemkv/default.py", line 1, in ?
23:37:06 T:3034950512 M:696143872 NOTICE: import xbmc, xbmcgui, xbmcaddon, subprocess, os, time, sys, urllib, re
23:37:06 T:3034950512 M:696143872 NOTICE: ImportError
23:37:06 T:3034950512 M:696143872 NOTICE: :
23:37:06 T:3034950512 M:696143872 NOTICE: No module named xbmcaddon



any clues ? on how to fix this, running on USB chip. Live version 9.11
find quote
magnetism Offline
Senior Member
Posts: 135
Joined: Dec 2008
Reputation: 0
Post: #139
haffi Wrote:This is the only thing I get running this script

23:37:06 T:3034950512 M:696143872 NOTICE: -->Python Interpreter Initialized<--
23:37:06 T:3034950512 M:696143872 NOTICE: Traceback (most recent call last):
23:37:06 T:3034950512 M:696143872 NOTICE: File "/home/xbmc/.xbmc/plugins/video/plugin.video.makemkv/default.py", line 1, in ?
23:37:06 T:3034950512 M:696143872 NOTICE: import xbmc, xbmcgui, xbmcaddon, subprocess, os, time, sys, urllib, re
23:37:06 T:3034950512 M:696143872 NOTICE: ImportError
23:37:06 T:3034950512 M:696143872 NOTICE: :
23:37:06 T:3034950512 M:696143872 NOTICE: No module named xbmcaddon



any clues ? on how to fix this, running on USB chip. Live version 9.11

At a guess I'd say that your XBMC version isn't compatible with the plugin. What version of XBMC are you using and what version of the plugin?
find quote
djselbeck Offline
Junior Member
Posts: 20
Joined: Nov 2008
Reputation: 0
Post: #140
I think you are on a the Last stable version. You need to use the version of the first post not the new modified one.
find quote
Post Reply