Search found 228 matches

by l2g
08 May 2018, 15:46
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195814

Re: [PP-Script / Queue-Script] Notifications (All In One)

If I set OnQueue, and unset OnSuccess/OnFailure/etc, that should only result in a single notification? yes? Yes you're right! As per your other comment; the ?to= isn't working for you as I had envisioned it should. I just tested it myself and it failed for me too. :oops: So with that said, I've cre...
by l2g
06 May 2018, 12:54
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195814

Re: [PP-Script / Queue-Script] Notifications (All In One)

Hi! If your using gmail, then there is no need to use such a complicated URL. Gmail support works right out of the box ( documented here ). If your email address was nzbget@gmail.com , then your URL just needs to look like: mailto://nzbget: password @gmail.com . Now the password is straight up the p...
by l2g
12 Mar 2018, 02:34
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195814

Re: [PP-Script / Queue-Script] Notifications (All In One)

Release v0.9.0 ( Direct Download Link ) is now in place. Added Discord Notification Support Added Rocket.Chat Notification Support Added Stride Notification Support Added IFTTT Notification Support Added Emby Notification Support The entire notification backend has been completely re-factored to use...
by l2g
11 Feb 2018, 22:18
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195814

Re: [PP-Script / Queue-Script] Notifications (All In One)

grainybazzles wrote:
11 Feb 2018, 21:11
But the post-process notifications do not.
Thank you for your feedback! :) I really appreciate it!

I pushed a small fix (apprise is now part of the master branch) for this; you can grab the latest here: (quick link)
by l2g
28 Jan 2018, 21:42
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195814

Testing Notifications (All In One) Refactoring

Earlier in the comments, a kind individual challenged me to break apart the notification part of this script into an independent package that anyone can use in their application. Thank you JackD ; this is done now and seems to be really stable now! The new package is called Apprise . I apologize for...
by l2g
27 Dec 2017, 16:16
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195814

Re: [PP-Script / Queue-Script] Notifications (All In One)

There is an issue with your copy of OpenSSL. Here is a similar issue which might help.

What OS are you using?
by l2g
26 Nov 2017, 05:19
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195814

Re: [PP-Script / Queue-Script] Notifications (All In One)

You got it ;) And the beauty is, with this level of separation/abstraction, you get to test develop in the mindset context of a developer using the pure pnotify package and interfacing that with a module (in your case, nzbget module) much like any other application developer will be doing. Though t...
by l2g
25 Nov 2017, 17:51
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195814

Re: [PP-Script / Queue-Script] Notifications (All In One)

However, I can feel the love and loyalty you have for your framework etc, and why you may be too close to it - blocking you from seeing what I see, which is a pity ;) ... The project goal has far wider audience appeal used in CLI and without NZBGet. Well i guess it wouldn't be too much effort to ju...
by l2g
24 Nov 2017, 16:08
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195814

Re: [PP-Script / Queue-Script] Notifications (All In One)

The nzbget dir/module you're referring to is actually the heart of the entire application (and in all my scripts TBH). Just a bit of background: The nzbget directory you're referencing is actually just a framework plug-in i wrote a while back to make complicated and/or repetitive tasks in NZBGet scr...
by l2g
01 Nov 2017, 21:52
Forum: Extension scripts
Topic: Script Development & Framework - pynzbget
Replies: 6
Views: 7383

Re: Script Development & Framework - pynzbget

lucky you! You got off easy I think! ;)