2014-02-22, 11:30
G'day everyone,
First of all, thank you so much for all the time and effort you've put into this Spinalcrack. It's really quite impressive.
Now I have found a glitch of sorts and have been trying to figure out the solution. I'm trying to rip a the TV series grey's anatomy Season 1 and I've found that the volID which it parses to MakeMKV is most likely what's causing the problem. The DVD's title is "GA10EUT1_ " Note the trailing spaces and the underscore. EDIT: When posting the extra spaces have been removed, but there are 16 spaces following the underscore, ie the rest of the title is filled with spaces.
Now I've been going through the processcontd function and I can see that the name should be modified somewhat there, however after MakeMKV analyses the disk, MakeMKV returned with a path error as follows;
"Error 'OS error - the system cannot find the path specified' occurred while creating 'E:\movies\GA10EUT1 /title00.mkv" which repeats for all MKV's which would normally be saved (title00 to title05 in this case).
Obviously since that's an invalid path it's not going to work, but does has anyone had this before? And furthermore, does anyone know what I should add in to truncate those paths so that it can work?
The directory E:\movies\GA10EUT1 is created, however it is empty after the script is run.
This is the only DVD I've tested so far which causes this, normally I'd work around this as it's a once off. However I'm using this script in an attempt to make a completely noob friendly UI for XBMC for other users
Edit: one last thing, The script I'm using is your most recent version available from downloads. The only modification I've made so far is adding changing the minimum title seconds to 1020 (so that the TV ep's are found) and adding PAUSE after running MakeMKV so that I can view the errors.
Thanks,
Talon_Card
First of all, thank you so much for all the time and effort you've put into this Spinalcrack. It's really quite impressive.
Now I have found a glitch of sorts and have been trying to figure out the solution. I'm trying to rip a the TV series grey's anatomy Season 1 and I've found that the volID which it parses to MakeMKV is most likely what's causing the problem. The DVD's title is "GA10EUT1_ " Note the trailing spaces and the underscore. EDIT: When posting the extra spaces have been removed, but there are 16 spaces following the underscore, ie the rest of the title is filled with spaces.
Now I've been going through the processcontd function and I can see that the name should be modified somewhat there, however after MakeMKV analyses the disk, MakeMKV returned with a path error as follows;
"Error 'OS error - the system cannot find the path specified' occurred while creating 'E:\movies\GA10EUT1 /title00.mkv" which repeats for all MKV's which would normally be saved (title00 to title05 in this case).
Obviously since that's an invalid path it's not going to work, but does has anyone had this before? And furthermore, does anyone know what I should add in to truncate those paths so that it can work?
The directory E:\movies\GA10EUT1 is created, however it is empty after the script is run.
This is the only DVD I've tested so far which causes this, normally I'd work around this as it's a once off. However I'm using this script in an attempt to make a completely noob friendly UI for XBMC for other users
Edit: one last thing, The script I'm using is your most recent version available from downloads. The only modification I've made so far is adding changing the minimum title seconds to 1020 (so that the TV ep's are found) and adding PAUSE after running MakeMKV so that I can view the errors.
Thanks,
Talon_Card