Search found 228 matches

by l2g
09 Sep 2018, 17:51
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195888

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

Release v0.9.2 ( Direct Download Link ) is now in place. The release details (and new documentation) can be found at the head of this thread ( quick link ) and/or GitHub . There were several bugfixes in this release (nothing major though). The only thing new offered is Microsoft Windows Notification...
by l2g
07 Aug 2018, 19:05
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195888

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

@douche,
Unfortunately I don't get the same result that you're getting.

What notification type are you using (email, push bullet, etc)? I'll investigate this more once i can reproduce it.

Chris
by l2g
02 Aug 2018, 02:55
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195888

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

@M203
You should be able to do that with just manipulating the URL a bit.
Try:
pover://{user_id}@{token}/?priority=-2

You can also do:
pover://{user_id}@{token}/?priority=low

Let me know if that works or not.
by l2g
15 Jul 2018, 01:25
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195888

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

= I finally got back and remembered to check on this. installed the new script, but am getting the following error: Notify: could not initialize mailtos://user1:pass@gmail.com?from=user1+alias@gmail.com?to=user2+alias@gmail.com instance. The old code I used does not work now either, which is: mailt...
by l2g
01 Jul 2018, 19:36
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195888

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

@Strayan , i made my first stab at Windows Notificataion support and I have just pushed my changes to the master branch for testing. Since i don't own a Windows PC i can't really test this very well. I'm hoping for some feedback on your side. Just download the master branch here and put it in your ...
by l2g
28 Jun 2018, 22:39
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195888

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

Strayan wrote:
27 Jun 2018, 09:48
Could you please consider adding local Windows 10 notification support? Is this even possible?
Sure!

That's a great idea. I'll try to get to experiment more this weekend if i can (no promises). I created a ticket here to constantly remind me anyway! :)
by l2g
24 Jun 2018, 00:09
Forum: Support
Topic: [Solved] NZBGet v2.0 Segmentation Fault on CentOS 7 on Startup
Replies: 2
Views: 1549

Re: NZBGet v2.0 Segmentation Fault on CentOS 7 on Startup

Interestingly enough the --enable-debug switch causes 2 core files to be created (instead of 1) when i launch nzbget -D

I didn't realize i can't attach items to private messages so I'm just going to fire you the details in an email; Standby! :)
by l2g
23 Jun 2018, 23:33
Forum: Support
Topic: [Solved] NZBGet v2.0 Segmentation Fault on CentOS 7 on Startup
Replies: 2
Views: 1549

[Solved] NZBGet v2.0 Segmentation Fault on CentOS 7 on Startup

Hugbug, This is a real strange one because after the segfault, it starts up. with ulimit set to unlimited it'll even drop a core file on both nzbget -D or nzbget -S . But the service is still running (so maybe the segfault is happening on one of the closing parent processes when you fork () ? I'll P...
by l2g
31 May 2018, 21:14
Forum: Support
Topic: [Concluded] Catch/Intercept NZB-Dupe Check
Replies: 0
Views: 2295

[Concluded] Catch/Intercept NZB-Dupe Check

I recently had this ticket created against nzb-notify requesting for the ability to send a notification if an NZB wasn't added due to being caught in the dupe check . I think this is a fantastic idea and i would love to help him out, but my question is: "How do i hook into this from the the extensio...
by l2g
31 May 2018, 00:56
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195888

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

Release v0.9.1 ( Direct Download Link ) is now in place. The release details (and new documentation) can be found at the head of this thread ( quick link ) and/or GitHub . For information on how to construct a URL you can find details here . @douche : This includes support of the to= directive to ge...