Search found 557 matches

by OneCD
June 30th, 2019, 12:23 pm
Forum: General Help
Topic: Deobfuscate error
Replies: 15
Views: 4864

Re: Deobfuscate error

MidKnight wrote: June 30th, 2019, 4:06 am dont know if this would be related, but is there a way for the auto renaming to remove the "Obfuscated" from the dir/file name also?
Hmmm, I've not seen that occur. ???

Maybe someone else can suggest a solution?
by OneCD
June 30th, 2019, 11:35 am
Forum: General Discussion
Topic: SABnzbd for Py3 stable yet?
Replies: 14
Views: 10067

Re: SABnzbd for Py3 stable yet?

Okiedoke, thanks @sander. I’ll wait a bit longer then. :)
by OneCD
June 30th, 2019, 2:33 am
Forum: General Help
Topic: Deobfuscate error
Replies: 15
Views: 4864

Re: Deobfuscate error

No problem. You'll need to create a copy of [Deobfuscate.py] and put it somewhere else (modifying it in-place will prevent 'git' from syncing from the SABnzbd source location, which would be bad). If you have a preferred scripts path, copy [Deobfuscate.py] into it and ensure you reconfigure SABnzbd ...
by OneCD
June 30th, 2019, 1:54 am
Forum: General Discussion
Topic: SABnzbd for Py3 stable yet?
Replies: 14
Views: 10067

SABnzbd for Py3 stable yet?

Hey guys, how's the code conversion to work with Python 3 going? Is the rewritten SABnzbd stable enough for everyday use?

I'm hoping to begin work on migration for QNAP users next month (July 2019), but can wait if it's not quite ready yet. :)

Thanks.
by OneCD
June 30th, 2019, 1:31 am
Forum: General Help
Topic: Deobfuscate error
Replies: 15
Views: 4864

Re: Deobfuscate error

Hey @MidKnight. :)

Based on @sanders suggestion, you may need to alter the hashbang at the start of [Deobfuscate.py] to use Entware's Python interpreter. Off the top-of-my-head, it should be:

Code: Select all

#!/opt/bin/python
by OneCD
May 20th, 2019, 5:24 pm
Forum: General Help
Topic: Different folder for different RSS FEED
Replies: 1
Views: 968

Re: Different folder for different RSS FEED

Use separate categories for each feed, then set separate save locations for each category.
by OneCD
May 12th, 2019, 1:29 pm
Forum: General Help
Topic: One post processing job holds up all others
Replies: 8
Views: 2840

Re: One post processing job holds up all others

safihre wrote: May 12th, 2019, 6:48 am On Linux you could start a new process and return right away. And there's tools like nice and ionice. But for windows.. I'm not sure!
+1
by OneCD
May 11th, 2019, 5:39 pm
Forum: General Help
Topic: One post processing job holds up all others
Replies: 8
Views: 2840

Re: One post processing job holds up all others

Ah, sorry - cant help with Windows. :(
by OneCD
May 11th, 2019, 2:18 pm
Forum: General Help
Topic: WAIT 29000+ seconds?
Replies: 3
Views: 1146

Re: WAIT 29000+ seconds?

Thank @safihre, I’ve learned something new. :D
by OneCD
May 11th, 2019, 2:37 am
Forum: General Help
Topic: WAIT 29000+ seconds?
Replies: 3
Views: 1146

WAIT 29000+ seconds?

Hi all. :) My NZBHydra2 sent a bunch of downloadable items into my SABnzbd queue in quick succession (for a couple of shows I'd just added to SickChill). Some queue items are fine. But there are many others that show like this: WAIT 29600 sec / Trying to fetch NZB from http://localhost:5076/getnzb.....
by OneCD
May 7th, 2019, 8:34 pm
Forum: General Help
Topic: Script to change audio?
Replies: 7
Views: 2375

Re: Script to change audio?

Sorry Marty, I can help with scripting on Linux, but my Windows is a little rusty. Hopefully, someone can jump in and assist.
by OneCD
May 4th, 2019, 2:49 am
Forum: General Discussion
Topic: Update Old Version of OpenSSL (0.9.7a Feb 19 2003)
Replies: 2
Views: 2751

Re: Update Old Version of OpenSSL (0.9.7a Feb 19 2003)

Use the sherpa installer script (as was suggested on DogNZB. ;) )
by OneCD
April 26th, 2019, 4:06 pm
Forum: General Help
Topic: sabnzbd downloads some files even when paused
Replies: 4
Views: 1606

Re: sabnzbd downloads some files even when paused

Have you configured your 'tv' category in SABnzbd to use priority 'paused'?
by OneCD
April 13th, 2019, 12:58 am
Forum: Post-Processing Scripts
Topic: Should be simple?
Replies: 22
Views: 13578

Re: Should be simple?

No worries, hope you get it figured out.