-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ripping not working error "File "autorippr.py", line 416, in <module>" #123
Comments
Double check your paths in If everything is okay, try running |
OK thanks, Was not expecting a response, but really appreciate the help. Leaving it empty did the trick and ripping happened as intended. BUT the Audio is only DTS or DD, I would like to have the uncompressed original Audio DTS MA or DD THD, is it possible. This would make the product just unbeatable ... :) Also any possibility of being able to Rip Audio CDs and copy to a Music Folder. Regards |
I don't have any plans to build an audio cd ripping tool. I'm having a look at audio options as well for #122 |
Ok fair enough, that link you shared, says he is getting 5.1 audio even if the disc has 7.1, not sure if he is getting HD AUdio (DTS MA and DD THD) . I am more interested to get uncompressed audio MA and THD, please if that is something you can assist, (take yourtime) this would be a killer product for everyone Regards |
Closing and combining with #122 |
HI ,
I have followed the guide exactly the way on http://docs.jcode.me/autorippr/install/, everything installed good. I just skipped handbreak coz I dont want to compress the rip.
WhenI run python autorippr.py --rip ripping DOES NOT start and I get the below error
Traceback (most recent call last):
File "autorippr.py", line 416, in
rip(config)
File "autorippr.py", line 133, in rip
dvds = mkv_api.find_disc()
File "/home/sam9s/Autorippr/classes/makemkv.py", line 225, in find_disc
stdout=subprocess.PIPE
File "/usr/lib/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Please assist me.
Regards
Sammy
The text was updated successfully, but these errors were encountered: