Search found 21 matches

by barenaked
25 Nov 2017, 14:31
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545588

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

Hey kloaknet, how is the manual check button intended to work exactly? Because I don't want the 15 minute scheduler to run all the time (it really seems to prevent the standby on my synology NAS) I tried pressing the button but I only got the 2 answers: - Executing script Completion.py with command ...
by barenaked
17 Nov 2017, 07:27
Forum: Support
Topic: NZBget for Synology
Replies: 90
Views: 744568

Re: NZBget for Synology

Yes just make sure you use the correct install path (/usr/local/nzbget is the one the repo version used), maybe check permissions and at last set up a task to start nzbget automatically when the diskstation is turned on (so the service is already running after a reboot or shutdown). Worked like a ch...
by barenaked
11 Nov 2017, 12:02
Forum: Extension scripts
Topic: [REQ] Synology - Indexing Script.
Replies: 20
Views: 22243

Re: [REQ] Synology - Indexing Script

Oh my... Thank you, now it works :D
by barenaked
10 Nov 2017, 10:52
Forum: Extension scripts
Topic: [REQ] Synology - Indexing Script.
Replies: 20
Views: 22243

Re: [REQ] Synology - Indexing Script.

I can't get this script to work after the Videosort PP Script, because the $NZBPP_DIRECTORY variable contains the info from before Videosort changed the location and filename of the target. e.g. $NZBPP_DIRECTORY = Show.S01E01.blah but Videosort changed that to /volume/video/show/season 1/show - e01....
by barenaked
13 Jul 2017, 05:44
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545588

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

Hi kloaknet sorry for replying so late! Just received an update for my system yesterday and now sleep is working again. Your script and the last update must have been close so I didn't notice at once what was keeping my system from going to sleep. It was definitely the system itself. Sorry again for...
by barenaked
17 Jun 2017, 19:31
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545588

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

Thanks hugbug, it worked @barenaked: you could try to replace the code within 'def get_nzb_filename(parameters)' with this: def get_nzb_filename(parameters): ''' get the real nzb_filename from the added parameter CnpNZBFileName ''' for p in parameters: if p['Name'] == 'CnpNZBFileName': break return...
by barenaked
06 Jun 2017, 16:13
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545588

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

OK I'll revert the code change and try setting completion as the first script, we'll see what happens ;) I'll report back after I've tried both ways.
by barenaked
06 Jun 2017, 05:26
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545588

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

My best guess is that NZBget does not change the actual file name, but only the name within NZBget. That it works now, as u mentioned above, seems to support that. So no reordering of the scripts needed. Seems like that because now I got another error from an unencrypted nzb set. WARNING Tue Jun 06...
by barenaked
03 Jun 2017, 11:49
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545588

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

Thank you so much for the tip. When I'm home I'll try your suggestions and report back. I'll also look into the log if the part you ask for is still there. Here is the rest of the log INFO Fri Jun 02 2017 14:32:20 Completion: [V] get_nzb_data(fname=/nzbget/nzb/Title{{password) INFO Fri Jun 02 2017 1...
by barenaked
02 Jun 2017, 15:29
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545588

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

Hey kloaknet, have you ever encountered that the nzb filename check fails for passworded nzbs used by pfftn script? The files are named like this: Title{{password}} INFO Fri Jun 02 2017 14:32:20 Completion: Overall check completed in 0.09 sec. WARNING Fri Jun 02 2017 14:32:20 Completion: The NZB fil...