Skip to content

Commit

Permalink
Updated to stable build of v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Mar 13, 2022
1 parent 30c4db8 commit 32521d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Notififications Core
#
# Copyright (C) 2014-2020 Chris Caron <[email protected]>
# Copyright (C) 2014-2022 Chris Caron <[email protected]>
#
# This file is part of NZB-Notify.
#
Expand Down Expand Up @@ -31,9 +31,9 @@
#
# Info about this Notify NZB Script:
# Author: Chris Caron ([email protected]).
# Date: Sat, Sep 5th, 2020.
# Date: Sun, Mar 13th, 2022.
# License: GPLv2 (http://www.gnu.org/licenses/gpl.html).
# Script Version: 0.9.4.
# Script Version: 1.0.0.
#
# Home: https://github.com/caronc/nzb-notify
# Wiki: https://github.com/caronc/nzb-notify/wiki
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__Note:__ This script was originally written to be an [NZBGet](http://nzbget.net) _post-processing_ script notifying you of retrieved content through a variety of different notification services. But will work for SABnzbd users (starting at v1.1.0+) as well. The script additionally works fine as standalone tool for anyone else too! See the _Command Line_ section below for details how you can easily use this on it's own (without NZBGet).
__Note:__ This script was originally written to be an [NZBGet](https://nzbget.net) _post-processing_ script notifying you of retrieved content through a variety of different notification services. But will work for SABnzbd users (starting at v1.1.0+) as well. The script additionally works fine as standalone tool for anyone else too! See the _Command Line_ section below for details how you can easily use this on it's own (without NZBGet).

SABnzbd users can reference sabnzbd-notify.py to gain support of the tool as well.

[![Paypal](http://repo.nuxref.com/pub/img/paypaldonate.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MHANV39UZNQ5E)
[![Paypal](https://repo.nuxref.com/pub/img/paypaldonate.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MHANV39UZNQ5E)

## Built on Apprise

Expand All @@ -22,7 +22,7 @@ You can even run the tool from the command line for your own custom use. Notify.
pip install -r requirements.txt
```
2. Simply place the __Notify.py__ and __Notify__ directory together.
* __NZBGet users__: you'll want to place these inside of your _nzbget/scripts_ directory. Please ensure you are running _(at least)_ NZBGet v11.0 or higher. You can acquire the latest version of of it from [here](http://nzbget.net/download).
* __NZBGet users__: you'll want to place these inside of your _nzbget/scripts_ directory. Please ensure you are running _(at least)_ NZBGet v11.0 or higher. You can acquire the latest version of of it from [here](https://nzbget.net/download).
* __NZBGet users__: As one additional note; this script makes use of the RPC feature of NZBGet in order to retrive all of the status information it will notify you with. Its very important that this is configured correctly (in the 'Settings -> Security' area). The out of the box settings should work fine; but worth noting here should experience any issues.
* __SABnzbd users__: You'll point your SABnzbd configuration to reference sabnzbd-notify.py via the _Script_ entry and _not_ Notify.py. However, please note that the Notify.py script is still required (as sabnzbd-notify.py is a wrapper to it). You will use the _Parameters_ section to provide the services you wish to notify (see below how they are constructed).

Expand Down Expand Up @@ -111,7 +111,7 @@ Once you know the _URL_(s) that work for you, you can set SABnzbd to automatical
- Choose __sabnzb-notify.py__ from the Script dropdown menu.
- Specify the URL such as kodi://192.168.0.2 in the _Parameters_ section. You can specify more then one URL here by simply using a _comma_ (,) as a delimiter.

CentOS/RedHat users can also refer to a [blog entry I prepared](http://nuxref.com/2016/10/20/sabnzbd-installation-centos-7/) for this which includes RPM packaging for both [SABnzbd](http://repo.nuxref.com/centos/7/en/x86_64/custom/repoview/sabnzbd.html) and [NZB-Notify](http://repo.nuxref.com/centos/7/en/x86_64/custom/repoview/sabnzbd-script-notify.html). These can be easily installed (with all required dependencies by just getting yourself set up with my repository [here](http://nuxref.com/nuxref-repository/).
CentOS/RedHat users can also refer to a [blog entry I prepared](https://nuxref.com/2016/10/20/sabnzbd-installation-centos-7/) for this which includes RPM packaging for both [SABnzbd](https://repo.nuxref.com/centos/7/en/x86_64/custom/repoview/sabnzbd.html) and [NZB-Notify](https://repo.nuxref.com/centos/7/en/x86_64/custom/repoview/sabnzbd-script-notify.html). These can be easily installed (with all required dependencies by just getting yourself set up with my repository [here](https://nuxref.com/nuxref-repository/).

## Donations
If you like this script and feel like donating, you can do so through either [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MHANV39UZNQ5E) or [sponsor me](https://github.com/sponsors/caronc)! Thank you so much to everyone who has donated in the past!
2 changes: 1 addition & 1 deletion sabnzbd-notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Notifification wrapper for SABnzbd
#
# Copyright (C) 2014-2018 Chris Caron <[email protected]>
# Copyright (C) 2014-2022 Chris Caron <[email protected]>
#
# This file adds support for SABnzbd v1.1.0 or higher
#
Expand Down

0 comments on commit 32521d5

Please sign in to comment.