Search found 13 matches

by joq3
11 Nov 2015, 14:30
Forum: Support
Topic: NZBGet pauses itself! Invalid value for option?
Replies: 1
Views: 2050

NZBGet pauses itself! Invalid value for option?

Hi, Just switched from Sickrage to Sonarr for my TV-shows. Everthing connects and works fine. But NZBGet pauses itself. I can force it to download things Sonarr sent it by unpausing it. But after it is done, it is paused again. This is the log: INFO Wed Nov 11 2015 15:22:04 nzbget 15.0 daemon-mode I...
by joq3
27 Mar 2015, 21:37
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 252933

Re: [PP-Script] NotifyPlex - Library Update and GUI Notifica

That's odd. Perhaps it needs a force refresh. Try altering the URL in the .py to add the force=1 parameter. def refreshCustomSections(rawPlexSections,plexIP): plexSections=rawPlexSections.replace(' ','') plexSectionsSplit=plexSections.split(',') params = { 'X-Plex-Token':getAuthToken(plexUsername,p...
by joq3
27 Mar 2015, 21:18
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 252933

Re: [PP-Script] NotifyPlex - Library Update and GUI Notifica

Ok, so it didnt ERROR. That's good. How are you configuring it? I would suggest using Custom mode and using Section #'s because Auto mode relies on the category setting and not sure if NZBPO_Category or whatever it is, is used for Scheduler scripts. Try Custom mode and put in the section #'s (1,2,3...
by joq3
27 Mar 2015, 12:51
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 252933

Re: [PP-Script] NotifyPlex - Library Update and GUI Notifica

Hey ! Sorry bud, I've been going crazy planning my wedding soon and I haven't had much free time. You would basically need to edit the .py to remove every instance of an nzb-specific post-proc environmental variable, which includes NZBPP_NZBNAME and the NZBPR variables. you can play around and just...
by joq3
26 Mar 2015, 09:13
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 252933

Re: [PP-Script] NotifyPlex - Library Update and GUI Notifica

mannibis wrote:Yea there is also a dependency on the NZB name for the GUI notification. I'll see what I can do.
Is this something I can edit myself?
Thank you!
by joq3
22 Mar 2015, 16:02
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 252933

Re: [PP-Script] NotifyPlex - Library Update and GUI Notifica

mannibis wrote:Yea there is also a dependency on the NZB name for the GUI notification. I'll see what I can do.
Any progress? Thank you!
by joq3
19 Mar 2015, 12:53
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 252933

Re: [PP-Script] NotifyPlex - Library Update and GUI Notifica

There is a "sanity check" in notifyplex.py: if not 'NZBPP_STATUS' in os.environ: print('*** NZBGet post-processing script ***') print('This script is supposed to be called from NZBGet v13.0 or later.') sys.exit(POSTPROCESS_ERROR) This check is valid only for post processing scripts (NZBPP_STATUS is...
by joq3
18 Mar 2015, 11:59
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 252933

Re: [PP-Script] NotifyPlex - Library Update and GUI Notifica

Can anyone help me? I might have broken the script when I changed it to SCHEDULED instead of POST-PROCESS.
If the creator could add this option (to use scheduled) I would be very thankful!
by joq3
16 Mar 2015, 11:42
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 252933

Re: [PP-Script] NotifyPlex - Library Update and GUI Notifica

Line endings changed to windows format. Change them back to unix format (LF). Now it is running, but I get this "error": " NotifyPlex: This script is supposed to be called from NZBGet v13.0 or later. NotifyPlex: *** NZBGet scheduler script *** Executing scheduler-script NotifyPlex.py for Task2" I a...
by joq3
16 Mar 2015, 10:27
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 252933

Re: [PP-Script] NotifyPlex - Library Update and GUI Notifica

Minor Change: Fixed DNZB Header for Movie Year. When DNZB Header option is used for GUI Notification the year will be included in the GUI, i.e. "The Guest (2014)", instead of just "The Guest" Main download link reflects update. Hi, I just downloaded your script. I use Subliminal as a scheduled scri...