Search found 6 matches

by Tensai
15 Jun 2018, 06:32
Forum: Extension scripts
Topic: [Queue/PP-Script] PPDir.py - Use a dedicated post-processing directory
Replies: 2
Views: 4428

Re: [Queue/PP-Script] PPDir.py - Use a dedicated post-processing directory

Thanks for sharing. Interesting approach but isn't it more complex than necessary? Wouldn't moving of files at the end of post-processing achieve the same? A typical solution is to set DestDir into a temporary location and use VideoSort to move files to final destination. Thanks for your remark. I ...
by Tensai
12 Jun 2018, 09:43
Forum: Extension scripts
Topic: [Queue/PP-Script] PPDir.py - Use a dedicated post-processing directory
Replies: 2
Views: 4428

[Queue/PP-Script] PPDir.py - Use a dedicated post-processing directory

I would like to share my queue/post-processing script I wrote in order to have NZBGet post-processing the downloaded files within a dedicated post-processing directory instead of directly processing them into the final destination directory. PPDir.py Post-Processing Directory - An Extension Script f...
by Tensai
12 Jun 2018, 09:38
Forum: Extension scripts
Topic: [PP-Script] AddNZBs.py - Push downloaded NZB files back to NZBGet
Replies: 0
Views: 3725

[PP-Script] AddNZBs.py - Push downloaded NZB files back to NZBGet

I would like to share my post-processing script I wrote in order to push downloaded NZB files back to NZBGet. This is my own answer to an earlier post . AddNZBs.py Add downloaded NZB files to NZBGet - An Extension Script for NZBGet If the current NZB download being processed by this script contains ...
by Tensai
09 Feb 2017, 08:43
Forum: Extension scripts
Topic: Script to send downloaded NZB files back to NZBGet?
Replies: 4
Views: 5088

Re: Script to send downloaded NZB files back to NZBGet?

Many thanks again for your support. Obviously I will have to read a lot, but I will take your suggestions into consideration. After a first glance at the code, especially the PasswordDetector script seems promising and I might be able to use a a lot of it for my script. I will definitely take this v...
by Tensai
08 Feb 2017, 12:46
Forum: Extension scripts
Topic: Script to send downloaded NZB files back to NZBGet?
Replies: 4
Views: 5088

Re: Script to send downloaded NZB files back to NZBGet?

Thanks for your suggestion. I took a look at those scripts and from what I understand, they can only move and rename files. In theory I certainly could configure them to move downloaded *.nzb files back to the nzb watch folder. But still the category and the password would be missing. See step 3 of ...
by Tensai
31 Jan 2017, 08:55
Forum: Extension scripts
Topic: Script to send downloaded NZB files back to NZBGet?
Replies: 4
Views: 5088

Script to send downloaded NZB files back to NZBGet?

Hi all I have already searched a lot for such a script but found nothing. I am looking for a post-processing script, which will do the following (after repair and unrar): Check if the extracted download contains a NZB file: If yes -> go to 2. / if no end Check if found NZB file is identical to the o...