Search found 6 matches

by PeterPan669
January 1st, 2020, 3:57 pm
Forum: General Help
Topic: NzbToMedia -> Python3
Replies: 14
Views: 6720

Re: NzbToMedia -> Python3

Hello Sander, Thank you for commenting :) I wasn't aware of a Python3 version of SabNZBD. I'm on Synology, so probably I didn't look for it in the right place. At any rate, I managed to resolve the issue; It was my misunderstanding on how Sab works. Instead of testing with a 'fresh' API call from Me...
by PeterPan669
January 1st, 2020, 12:27 pm
Forum: General Help
Topic: NzbToMedia -> Python3
Replies: 14
Views: 6720

Re: NzbToMedia -> Python3

To add / clarify; The workaround is proposed as to create a .sh file, and let SabNZBD run that as the script. The contents would be: #!/bin/bash python3 /volume1/downloads/SCRIPTS/nzbToSickBeard.py "$@" Now, from the CLI, this works. From SabNZBD however, we still get "Python 2.7 is n...
by PeterPan669
January 1st, 2020, 7:59 am
Forum: General Help
Topic: NzbToMedia -> Python3
Replies: 14
Views: 6720

NzbToMedia -> Python3

Happy new year 8) Starting today, Python 2.7 is no longer officially supported. NzbToMedia postprocessing fails to run, if not using Python 3. I tried to call the script via .sh to use Python3, but it seems that Sab forces Python 2.7 nonetheless. What are our options? Is there a way to force Sab to ...
by PeterPan669
January 1st, 2020, 7:42 am
Forum: General Help
Topic: Synology: How to make SABNZBD run under a different user?
Replies: 3
Views: 1864

Re: Synology: How to make SABNZBD run under a different user?

Ok, thanks for commenting Safihre.
by PeterPan669
December 30th, 2019, 6:31 am
Forum: General Help
Topic: Synology: How to make SABNZBD run under a different user?
Replies: 3
Views: 1864

Re: Synology: How to make SABNZBD run under a different user?

Any1? It's running under sc-sabnzbd now, and I would like to run it under sc-medusa due to permission issues.
by PeterPan669
December 29th, 2019, 7:44 am
Forum: General Help
Topic: Synology: How to make SABNZBD run under a different user?
Replies: 3
Views: 1864

Synology: How to make SABNZBD run under a different user?

Hello all,

As the title says; How can I change the user SABNZBD runs under on a Synology?

Many thanks!