JasonMillward / Autorippr

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

Add makemkvcon checking #1

Closed JasonMillward closed 11 years ago

JasonMillward commented 11 years ago
            'makemkvcon mkv disc:%s 0 "%s/%s" --cache=%d --noscan --minlength=%d'
            %
            (self.discIndex, self.path, self.movieName, cache, length))
        return True

Is not enough, can't assume it works every time.