JasonMillward / Autorippr

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

Some DVDs Cant Compress #61

Closed choman closed 8 years ago

choman commented 10 years ago

While trying to rip "Pineapple express - unrated edition" I received the following error

2014-08-20 06:59:21 - Rip - DEBUG - Ripping initialised 2014-08-20 06:59:21 - Rip - DEBUG - Checking for DVDs 2014-08-20 06:59:23 - Rip - DEBUG - 1 DVDs found 2014-08-20 07:07:43 - Makemkv - DEBUG - MakeMKV found 1 titles 2014-08-20 07:07:43 - Makemkv - DEBUG - Title number: 1 2014-08-20 07:07:43 - Makemkv - DEBUG - ['Pineapple Express'] 2014-08-20 07:07:43 - Makemkv - DEBUG - Title number: 0 2014-08-20 07:07:43 - Makemkv - DEBUG - ['Pineapple Express'] 2014-08-20 07:07:43 - Makemkv - DEBUG - Title number: 2 2014-08-20 07:07:43 - Makemkv - DEBUG - ['Pineapple Express'] 2014-08-20 07:26:54 - Eject - DEBUG - Ejecting drive: "/dev/sr0" 2014-08-20 07:26:54 - Eject - DEBUG - Attempting OS detection 2014-08-20 07:26:54 - Eject - DEBUG - OS detected as Unix 2014-08-20 07:26:59 - Eject - DEBUG - eject: device name is /dev/sr0' 2014-08-20 07:26:59 - Eject - DEBUG - eject: expanded name is/dev/sr0' 2014-08-20 07:26:59 - Eject - DEBUG - eject: /dev/sr0' is mounted at/media/choman/' 2014-08-20 07:26:59 - Eject - DEBUG - eject: /dev/sr0' is not a multipartition device 2014-08-20 07:26:59 - Eject - DEBUG - eject: trying to eject/dev/sr0' using CD-ROM eject command 2014-08-20 07:26:59 - Eject - DEBUG - eject: CD-ROM eject command failed 2014-08-20 07:26:59 - Eject - DEBUG - eject: trying to eject `/dev/sr0' using SCSI commands 2014-08-20 07:26:59 - Eject - DEBUG - eject: SCSI eject succeeded 2014-08-20 07:26:59 - Rip - INFO - It took 19 minute(s) to complete the ripping of Pineapple Exp #6818 2014-08-20 07:26:59 - Compress - DEBUG - Compressing initialised 2014-08-20 07:26:59 - Compress - DEBUG - Looking for movies to compress 2014-08-20 07:26:59 - HandBrake - DEBUG - /home/choman/Videos/Pineapple Exp #6818/Pineapple_Express_t02.mkv 2014-08-20 07:26:59 - HandBrake - ERROR - Input file no longer exists

Other Notes:

nikdom commented 9 years ago

Same problem here. Multiple titles on one disc, but makemkv seems to create only one file having "_t00.mkv" in the end.

JasonMillward commented 9 years ago

I think I know where the issue is for these, but I won't be able to fix them until next year because I'll be on holiday.

If you run into the issue again make note of the disc and output titles and I'll fix it when I get back.

nikdom commented 9 years ago

Here is the output: Disc: UPD1_73937A (Mad Men Season 7 Part 1, Disc 2) Result file is: title00.mkv

python autorippr.py --all --debug
2014-12-12 16:41:57 - Rip - DEBUG - Ripping initialised
2014-12-12 16:41:57 - Rip - DEBUG - Checking for DVDs
2014-12-12 16:42:00 - Rip - DEBUG - 1 DVDs found
2014-12-12 16:42:23 - Makemkv - DEBUG - MakeMKV found 1 titles
2014-12-12 16:42:23 - Makemkv - DEBUG - Title number: 1
2014-12-12 16:42:23 - Makemkv - DEBUG - ['UPD1_73937B']
2014-12-12 16:42:23 - Makemkv - DEBUG - Title number: 0
2014-12-12 16:42:23 - Makemkv - DEBUG - ['UPD1_73937B']
2014-12-12 16:42:23 - Makemkv - DEBUG - Title number: 3
2014-12-12 16:42:23 - Makemkv - DEBUG - ['UPD1_73937B']
2014-12-12 16:42:23 - Makemkv - DEBUG - Title number: 2
2014-12-12 16:42:23 - Makemkv - DEBUG - ['UPD1_73937B']
2014-12-12 16:42:23 - Makemkv - DEBUG - Title number: 4
2014-12-12 16:42:23 - Makemkv - DEBUG - ['UPD1_73937B']
2014-12-12 16:48:56 - Rip - INFO - MakeMKV did not did not complete successfully
2014-12-12 16:48:56 - Rip - INFO - See log for more details
2014-12-12 16:48:56 - Rip - DEBUG - Movie title: Upd1 73937B
2014-12-12 16:48:56 - Compress - DEBUG - Compressing initialised
2014-12-12 16:48:56 - Compress - DEBUG - Looking for movies to compress
2014-12-12 16:48:56 - Compress - INFO - Queue does not exist or is empty
2014-12-12 16:48:56 - Extras - INFO - No movies ready for filebot

I am wondering about the "MakeMKV found 1 titles" followed by a list of more than 1 title.

Thanks for your effort!

JasonMillward commented 9 years ago

This has been a long time coming!

Pre-release 1.7 should hopefully fix both of these issues.

JasonMillward commented 8 years ago

Closing due to inactivity