Search found 37 matches

by Crowley
04 May 2022, 19:03
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545536

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

Just tried with Pythhon2, and it seems the original script has the above problems as well now for some reason, I don't believe it was always like this. The script works fine for the first file in the queue, but the second file pretty much always fails with "too many connections" errors. Too bad it's...
by Crowley
24 Apr 2022, 15:48
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545536

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

Unfortunately there seem to be major problems now if there are multiple files in the queue. The first file gets checked correctly, but then the script gets stuck. The first download wont properly complete until the second queue item gets processed by completion, and this second operations times out....
by Crowley
12 Apr 2022, 12:11
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545536

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

With the newest Ubuntu LTS Python gets bumped to 3.10.4. The Python3 versions of the script posted here still seem to work, but with new errors: INFO Tue Apr 12 2022 15:05:20 Completion: context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) INFO Tue Apr 12 2022 15:05:20 Completion: /opt/nzbget/scripts/Compl...
by Crowley
28 Sep 2021, 16:24
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545536

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

Nice, I'll give it a try. Thanks.

Edit: Tests look promising, no failure yet.
by Crowley
31 Aug 2021, 08:42
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545536

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

I tried that Python 3.9 version in Ubuntu, but it doesn't work too well, often downloads get stuck in paused state with this in the log: Completion: UnboundLocalError: local variable 'server_reply' referenced before assignment Completion: return (False, False, server_reply, -1) Completion: File "/op...
by Crowley
05 May 2021, 21:18
Forum: Feature discussion
Topic: [Feature Request] Recursive/Progressive Unpack And Delete?
Replies: 3
Views: 11958

Re: [Feature Request] Recursive/Progressive Unpack And Delete?

Ok, thanks for the explanation.

Perhaps one way to reduce writes with small files would be interdir on a ram drive. Perhaps a pool with a ram drive and a folder on ssd that would fill the ram drive first.

If the download is smaller than the ram drive, ssd would not be written to.
by Crowley
03 May 2021, 07:09
Forum: Feature discussion
Topic: [Feature Request] Recursive/Progressive Unpack And Delete?
Replies: 3
Views: 11958

Re: [Feature Request] Recursive/Progressive Unpack And Delete?

I was thinking about the possibility of doing something similar to reduce disk writes. When direct unpack is working, which for me is 99.9% of my downloads, would it be possible to delete the rar files as they are extracted? Do you need to have every rar file for some reason? My thinking is you coul...
by Crowley
12 Apr 2017, 19:06
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545536

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

Thanks for looking into it. The case when I would need to download in order is pretty rare (When adding a new series in Sonarr that I want to watch immediately). So not a big deal really, just a little more manual work in this case. The Quality of these automation tools available tends to make one l...
by Crowley
11 Apr 2017, 17:51
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545536

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

Since completion script does not care about the queue order, Queue sort script would not achieve what I want anyway, so I already deleted it. I guess I would need a priority changing script for that, or just let it be.
by Crowley
11 Apr 2017, 16:36
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545536

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

Well, with queue script enabled, completion script did not scan anything. I thought it was because of those messages. But if they can't work together, too bad but not a big deal.