Posts: 205
Joined: Jul 2011
Reputation:
23
Very nice. I didn't realize that the command line would use the gui settings when ripping
Posts: 19
Joined: Feb 2013
Reputation:
0
When i try and run it through command
Application Error
"Exception EOleSysError in module LaunchAutoRipDVD.exe at 00068899. Error accessing the OLE registry."
If I go to the program folder and run as Admin it works fine
now it works fine from command ahd runing as none admin .... still addon.py error in xbmc
first deleting the launch, unistalling, restart xbmc, then reinstalling still addon.py error
Posts: 205
Joined: Jul 2011
Reputation:
23
Try launching XBMC as Admin.
Posts: 5
Joined: Feb 2013
Reputation:
0
Hi Im getting an error when running option "1. Advanced Mode" for autoripdvd.
makemkv starts and error's out.. when changing default name of volumeid to something else..
I can run the option "2. Standard Mode" and make mkv will rip the disk and then handbrake will take over fine...
I think it must be somewhere in the script that the name being fed to makemkvcon64 after being changed isnt being passed on correctly.. I have also noted that the standard mode log file for MakeMKV doesnt have a /title00.mkv in the path like the one getting generated when I use the advanced mode option.
if someone could look at the error below and assist that would be great! (error is from MakeMKV log file, note i have used "wdfsdc" as a random volumeid to test).
Debug log started at Tue Feb 26 14:55:38 2013 , written by MakeMKV v1.8.0 win(x64-release)
Using 524544KB for read cache.
001005:0000 MakeMKV v1.8.0 win(x64-release) started
001004:0000 Debug logging enabled, log will be saved as C:\Users\admin/MakeMKV_log.txt
003007:0000 Using direct disc access mode
DAFD=PAAAADAAAAEABDQkEHwEBAQ==
DCE=Hif/18Zije0nyJMstOBZMfevOk7MEpvjkjzlLMgqF8Hg/nlBg4g87QFdml9OaYgy1W4XnSrmhxP69CB3xR04WN7cH88a2kM930Nw6DJEfHFVtDjyQIyPXkvPBaHF44ns/tw2i7I2aD4GuReZaEMrAbSLEf2h7OO6ng==
DCE=DqN8xgaBozNzksa1XCi1FfJ8WmT2jg7FgRsE9Qs/WQLCJX3IM1cmoD3RkpMds2NmzytjwGc7BJTw4VsyOhyX+mC6pdkYBaxdBM+Mqtfarxvb8mcm86mYjWLekPo0oSxxYligOBjhDvAvAAuYKD0m8U2otMwwiuvgnA==
DISCID=62B99229ED5C436AB3AD3F740A3F5E8567651274
003307:0000 File 00000.mpls was added as title #0
003025:0000 Title #00003.mpls has length of 1172 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00024.mpls has length of 310 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00133.mpls has length of 1172 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00134.mpls has length of 1172 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00135.mpls has length of 1172 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00136.mpls has length of 1172 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00137.mpls has length of 1172 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00002.m2ts has length of 0 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00005.m2ts has length of 1172 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00015.m2ts has length of 100 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00016.m2ts has length of 11 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00032.m2ts has length of 310 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00040.m2ts has length of 0 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
003025:0000 Title #00041.m2ts has length of 0 seconds which is less than minimum title length of 3600 seconds and was therefore skipped
005011:0000 Operation successfully completed
005014:0000 Saving 1 titles into directory D:\Bluray_Rips\wdfsdc
001003:0020 DEBUG: Code 3 at Q1449<La$1`./gsp)8Qfs:29393884
002019:0000 Error 'OS error - The system cannot find the path specified' occurred while creating 'D:\Bluray_Rips\wdfsdc /title00.mkv'
005003:0000 Failed to save title 0 to file D:\Bluray_Rips\wdfsdc /title00.mkv
005004:0080 0 titles saved, 1 failed
005037:0204 Copy complete. 0 titles saved, 1 failed.
Application exited at Tue Feb 26 14:55:51 2013
Posts: 13
Joined: Jan 2013
Reputation:
0
I don't know if it's just me, but I have hit a road block with this script.
- the script keeps outputting the movie as a .delete file, and I have that option set as "No" in the bat file. I even have the "Handbrake=No", but it looks like it keeps going past that line in the script
- XBMC doesn't give you an indiciation that the Autolaunch is working properly.
- the only way I can get th escript to run is by opening the batch file and watching the command prompt shuffle through the script.
is anybody else having problems?
Once I can get the auto rip / compress function to work in XBMC, I'll be extremely happy.
thanks
Posts: 5
Joined: Feb 2013
Reputation:
0
Hi Joerobert06, I think I've found the fix for the script outputting the incorrect name. It appears to be a missed "2" in the advanced.bat script next to volid=
Change from this...
:ChangeName2
Echo -----------------------------------------
Echo -------------Change Name-----------------
Echo -----------------------------------------
Echo %volid%
cd /d %ScriptPath%
Set /P volid=Please Type Correct Movie or Show Name:
Echo %volid2% >>value.txt
Echo %volid2%
pause
Goto :EOF
To This....
:ChangeName2
Echo -----------------------------------------
Echo -------------Change Name-----------------
Echo -----------------------------------------
Echo %volid%
cd /d %ScriptPath%
Set /P volid2=Please Type Correct Movie or Show Name:
Echo %volid2% >>value.txt
Echo %volid2%
pause
Goto :EOF
Let me know how you go....
Posts: 5
Joined: Feb 2013
Reputation:
0
Just an update , fixed my issue earlier with MakeMKV not working in advanced mode. As above the volid2 variable needed changing but also the output to value.txt was getting an extra space after the changed filename passed to it...
it was %volid2% >>value.txt
it now is %volid2%>>value.txt
here is the now working section of advanced.bat
:ChangeName2
Echo -----------------------------------------
Echo -------------Change Name-----------------
Echo -----------------------------------------
Echo %volid%
cd /d %ScriptPath%
Set /P volid2=Please Type Correct Movie or Show Name:
Echo %volid2%>>value.txt
Echo %volid2%
pause
Goto :EOF
Posts: 222
Joined: Jul 2012
Reputation:
8
That will cause a problem if you have a number as last character, change to this instead:
>>value.txt Echo %volid2%