JasonMillward / Autorippr

Rip discs automatically using a blend of Python, MakeMKV and HandBrake
MIT License
239 stars 60 forks source link

RIP - No Movie Titles Found #128

Closed mprobasco closed 7 years ago

mprobasco commented 7 years ago

Recently on all BluRay Disks I try to RIP I get a message saying No Movie Titles Found. This has happened on 4 different disks in a row. The output suggests I lower the minLength setting, to which I lowered to 1 and it still does not work.

Sample Output: matthewprobasco@zergling:/opt/Autorippr$ python autorippr.py --all 2016-11-10 07:37:45 - Rip - INFO - No movie titles found 2016-11-10 07:37:45 - Rip - INFO - Try decreasing 'minLength' in the config and try again 2016-11-10 07:37:45 - Compress - INFO - Queue does not exist or is empty 2016-11-10 07:37:45 - Extras - INFO - No movies ready for filebot

Here is the Debug for the same disk: matthewprobasco@zergling:/opt/Autorippr$ python autorippr.py --all --debug 2016-11-10 07:40:45 - Rip - DEBUG - Ripping initialised 2016-11-10 07:40:45 - Rip - DEBUG - Checking for DVDs 2016-11-10 07:40:52 - Rip - DEBUG - 1 DVDs found 2016-11-10 07:40:57 - Makemkv - DEBUG - MakeMKV found 0 titles 2016-11-10 07:40:57 - Rip - INFO - No movie titles found 2016-11-10 07:40:57 - Rip - INFO - Try decreasing 'minLength' in the config and try again 2016-11-10 07:40:57 - Compress - DEBUG - Compressing initialised 2016-11-10 07:40:57 - Compress - DEBUG - Looking for movies to compress 2016-11-10 07:40:57 - Compress - INFO - Queue does not exist or is empty 2016-11-10 07:40:57 - Extras - INFO - No movies ready for filebot

knoer commented 7 years ago

I have no experience with ripping Blu-Ray using Autorippr, but have been through some 20-30 of my DVDs in the last couple of days - encountering only minor issues (renaming and notifications). I did find a TV-show I think I need to rip manually as Autorippr only found 1 episode on each disc - but have not investigated it yet..

Maybe @JasonMillward has an answer to/some experience with your issue, but in the meantime, perhaps you could try to open the disc using makeMKV (as a standalone app)? This way you should be able to see the titles etc. of the disc, and you may be able to provide a "raw output" of the titles detected on the disc?

JasonMillward commented 7 years ago

Can you run makemkvcon -r info disc:0 or makemkvcon -r info disc:1 and paste the output in here please?

mprobasco commented 7 years ago

It ended up being that the MakeMKV License expired. I purchased a license nad it all started working again. Thank you.