OneCD

Results 51 comments of OneCD

@muesli okiedoke, if there's anyway I can help, please let me know. 👍🏽

> If they decide to trust your packages, then that's cool with me: I just don't want to make it seem like I'm endorsing these packages when I can't verify...

It looks like it's found one of QNAP's Python's again - probably the internal Python 2.7.5. 😞 I may be able to fix this by including the same `$PATH` and...

OK, just [pushed](https://github.com/OneCDOnly/sherpa/commit/9b5058072aa20a2232ed748f9416f3228d25b666) a new nzbToMedia QPKG (200831). It now exports `$PYTHONPATH` like the other Python apps. However, I'm not sure this will fix it as I'm not exactly a...

> add `export PATH = /opt/bin:$PATH` to sabnzbd3.sh... This will ensure that all /opt/bin binaries are picked up by the child processes... but may also have unwanted consequences. ~~Which we...

> > add `export PATH = /opt/bin:$PATH` to sabnzbd3.sh... This will ensure that all /opt/bin binaries are picked up by the child processes... but may also have unwanted consequences. >...

> Ah.. I see... yes, make /opt/bin always sit at front of PATH... Done: https://github.com/OneCDOnly/sherpa/commit/b8dbebb95dfb3071851776e9bb33038f87a22cc1 I’ll mod the other apps shortly. 🤓

@clinton-hall thank you. Glad to see it can be done via `pip` - I guessed it would take someone who knows Python better than I. 😄 I hope to revisit...

Yup, working fine via sherpa. :+1: I recall @Safihre recently confirmed that post-processing scripts selected by SABnzbd are executed according to their hashbang directives - which are not necessarily the...

@clinton-hall as nzbToMedia now won't run on Python 2.x, is there any reason the hashbangs for nzbToMedia can't be updated to point to Python 3? Thank you.