JasonMillward / Autorippr

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

Notifications dependency #133

Open bdelwood opened 7 years ago

bdelwood commented 7 years ago

OS: Ubuntu 16.10, headless Python: 2.7.1 (Miniconda distro) Autorippr: 1.7

Pushover notifications weren't working. I just got 2017-01-07 18:53:23 - Pushover - INFO - Pushover message sent successfully from the logs.

I took a peek at the notifications.py and pushover.py files and discovered chump as a dependency. All works after finding it and installing with pip. Maybe chump should be added to the dependencies or have notifications included on the "test" script.

JasonMillward commented 7 years ago

Good point. I will add the dependancy test as well.