
# NOTE: This script requires Python installed on your system.

# This script sends Pushbullet notification before nzb-file is added to queue and/or when the job is done. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # along with this program if not, write to the Free Software # You should have received a copy of the GNU General Public License

# GNU General Public License for more details. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # but WITHOUT ANY WARRANTY without even the implied warranty of # This program is distributed in the hope that it will be useful, # the Free Software Foundation either version 2 of the License, or # it under the terms of the GNU General Public License as published by # This program is free software you can redistribute it and/or modify # Copyright (C) 2013-2014 Andrey Prygunkov # Modified for Pushbullet on 5 August 2014. # Modified E-Mail post-processing script for sending Pushbullet notifications NZBGet. Bugfix: Handle pause and top of queue messages Also I put in device_iden but i dunno if that is correct.

Oh and I made one bugfix, the part that was trying to write added to the top of queue and the pause detection was not working because it was checking against numbers instead of literal.

Last I added a section on scan and on PP to skip certain categories, cuz there some stuff you just don't want any notification about.īeats me if i did this stuff properly but it seems to work, I leave to original author to integrate. So i added couple options to show nzb name in the title and also show a status in the title to get better idea what happened to the nzb. Also in iOS the banner notification do not allow too much text so not much of the message was showing up until click through into the pushbullet app, not fun. So i modified the v14 script to not use curl. One thing i didn't want to bother with is the curl requirement.
