2013-05-04, 20:36
Quote:How do I install MakeMKV ?Check here.
app_Key = "XXXXXX"
(2013-08-07, 19:35)Ipaddle Wrote: Ok, I am running Openelec (3.1.5) and with makemkv installed (3.1.1) and BluRay Player with MakeMKV (1.0.0) installed i get this message:
"Running MakeMKV ended abnormally. Is it installed?"
Is anyone familiar with this message?
From the log:
19:20:41 T:140387205228288 NOTICE: [BR 1] Starting the BluRay script
19:20:41 T:140387205228288 NOTICE: [BR 1] Staring
19:20:41 T:140387205228288 NOTICE: [BR-settings 1] reading settings
19:20:41 T:140387205228288 NOTICE: [BR-settings 1] raw param string: ?mode=1&autoplay=True&disc=0
19:20:41 T:140387205228288 NOTICE: [BR 1] mode: 1
19:20:41 T:140387205228288 NOTICE: [BR 1] Entering Disc mode
19:20:41 T:140387205228288 NOTICE: [BR 1] Staring
19:20:41 T:140387205228288 NOTICE: [BR-settings 1] reading settings
19:20:41 T:140387205228288 NOTICE: [BR-settings 1] raw param string: ?mode=1&autoplay=True&disc=0
19:20:41 T:140387205228288 NOTICE: [BR 1] "makemkvcon" stream disc:0
19:20:41 T:140387205228288 NOTICE: [BR 1] Running makemkvcon locally
19:20:41 T:140387205228288 NOTICE: [BR 1] attempting linux kill of makemkvcon
19:20:41 T:140387205228288 NOTICE: [BR 1] Linux call successful
19:20:41 T:140387205228288 NOTICE: [BR 1] attempting windows kill of makemkvcon
19:20:41 T:140387205228288 NOTICE: [BR 1] Windows call successful
19:20:41 T:140387205228288 NOTICE: [BR 1] "makemkvcon" stream disc:0
19:20:46 T:140389737195328 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.makemkvbluray/?mode=1&autoplay=True&disc=0]
(2012-03-07, 19:47)turboloader Wrote: Check your Bluray ID. with "makemkvcon info disc:0" Otherwise 1, 2,.... etc.
Then look in your default.py in .xbmc/addons/plugin-bluray in your home folder. Look for a Line with disc:0 or what ever and change it to your ID.
(2012-07-20, 05:40)dgktkr Wrote: For people struggling with getting makemkvbluray to work on XBMC 11.0, here is another method that works for me and uses the latest version of makemkvbluray, which is found on github.
With your browser, go to
https://github.com/abultman/plugin.makem...82e566afb6
On the right side of the page, click on the text "Downloads". That takes you to another page that has a button labeled "Download as zip" on the upper left. Click on that. Once it is downloaded, change the name of the file to plugin.makemkvbluray.zip. Now fire up XBMC and execute "Install from a zip file", browsing to where the plugin is located in your file system.
dgktkr
(2013-09-12, 20:31)Gwalchgwynn Wrote:(2013-08-07, 19:35)Ipaddle Wrote: Ok, I am running Openelec (3.1.5) and with makemkv installed (3.1.1) and BluRay Player with MakeMKV (1.0.0) installed i get this message:
"Running MakeMKV ended abnormally. Is it installed?"
Is anyone familiar with this message?
From the log:
19:20:41 T:140387205228288 NOTICE: [BR 1] Starting the BluRay script
19:20:41 T:140387205228288 NOTICE: [BR 1] Staring
19:20:41 T:140387205228288 NOTICE: [BR-settings 1] reading settings
19:20:41 T:140387205228288 NOTICE: [BR-settings 1] raw param string: ?mode=1&autoplay=True&disc=0
19:20:41 T:140387205228288 NOTICE: [BR 1] mode: 1
19:20:41 T:140387205228288 NOTICE: [BR 1] Entering Disc mode
19:20:41 T:140387205228288 NOTICE: [BR 1] Staring
19:20:41 T:140387205228288 NOTICE: [BR-settings 1] reading settings
19:20:41 T:140387205228288 NOTICE: [BR-settings 1] raw param string: ?mode=1&autoplay=True&disc=0
19:20:41 T:140387205228288 NOTICE: [BR 1] "makemkvcon" stream disc:0
19:20:41 T:140387205228288 NOTICE: [BR 1] Running makemkvcon locally
19:20:41 T:140387205228288 NOTICE: [BR 1] attempting linux kill of makemkvcon
19:20:41 T:140387205228288 NOTICE: [BR 1] Linux call successful
19:20:41 T:140387205228288 NOTICE: [BR 1] attempting windows kill of makemkvcon
19:20:41 T:140387205228288 NOTICE: [BR 1] Windows call successful
19:20:41 T:140387205228288 NOTICE: [BR 1] "makemkvcon" stream disc:0
19:20:46 T:140389737195328 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.makemkvbluray/?mode=1&autoplay=True&disc=0]
I just finished fixing this problem myself. The disc number is specified in the plugin (notice the <"makemkvcon" stream disc:0>, so if your optical drive is not disc:0, it will fail. I'm assuming you have more than one drive and the drive you are trying to read from is not drive 0 since your issue mirrors mine exactly. You can manually change the drive number in the plugin.
(2012-03-07, 19:47)turboloader Wrote: Check your Bluray ID. with "makemkvcon info disc:0" Otherwise 1, 2,.... etc.
Then look in your default.py in .xbmc/addons/plugin-bluray in your home folder. Look for a Line with disc:0 or what ever and change it to your ID.
If you only have two discs you could just skip using the console since it is probably disc:1
The line you are looking for is:
mkvStart = ' "%S" stream disc:0 '
Alternatively, you could try this:
(2012-07-20, 05:40)dgktkr Wrote: For people struggling with getting makemkvbluray to work on XBMC 11.0, here is another method that works for me and uses the latest version of makemkvbluray, which is found on github.
With your browser, go to
https://github.com/abultman/plugin.makem...82e566afb6
On the right side of the page, click on the text "Downloads". That takes you to another page that has a button labeled "Download as zip" on the upper left. Click on that. Once it is downloaded, change the name of the file to plugin.makemkvbluray.zip. Now fire up XBMC and execute "Install from a zip file", browsing to where the plugin is located in your file system.
dgktkr
Cheers!