JasonMillward / Autorippr

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

Work around peewee issue when performing a comparison against None, fixes #65 #66

Closed IanDBird closed 9 years ago

IanDBird commented 9 years ago

As discussed in the original issue, this works around the issue i've had on my Linux based NAS. My only concern with it is that if users update their version with movies in their queue, they wont be processed any more. I would kinda assume that "most" people would not update a version while outstanding jobs are in the DB, but you never know...

JasonMillward commented 9 years ago

I'll include a notice in the read me warning people about the loss of the existing queue if they chose to upgrade.