@binhex
Sorry for the confusion created. The nzbToMedia script was recently made python3 compatible, this is why we changed from calling python2 to python.
So there should be no issue if python already exists and point to python3.
The reason for Switchblades request for the symlink is that we thought "python" didn't exist. Initially on update of the script, the script failed to run (I believe the issue is that if failed to run within unraid and NOT within the SABnzbd docker). So if it does we don't have any issue. I took me a longtime to figure out the difference between the SABnzbd Docker environment and the root unraid environment.
@Switchblade
Please test the script after resetting the link to python3
via terminal into docker
ln -sf /usr/bin/python3 /usr/bin/python