Hi,
I have a synology DS1515 and I had a post-processing script (in /config/postProcessing/) to execute Synology video indexer automatically after post processing.
Here is the script that worked for years :
/volume1/@appstore/python/bin/python /volume1/@appstore/sickbeard-custom/var/IndexIt.py
Since the last update it doesn't work anymore.
I have the following error :
Extra script python /volume1/@appstore/sickbeard-custom/var/IndexIt.py is not a file.
I even tried with the direct python command but in vain:
python /volume1/@appstore/sickbeard-custom/var/IndexIt.py
When I list the files the rigths seem to have not changed :
-rwxr-xr-x 1 sc-sickbeard-custom sickbeard-custom 1563 Mar 24 2019 IndexIt.py
Medusa Info:
Could you help me?
There has been a little change for security reasons. Only use the script path, without the Python path. In your case just type /volume1/@appstore/sickbeard-custom/var/IndexIt.py in the extra script field.
It's working perfectly !
Thank you very much !
Don't hesitate to update the wiki for this major change on post processing scripts : https://github.com/pymedusa/Medusa/wiki/Post-Processing
Regards
You're right. I've updated the wiki accordingly, thanks!
Most helpful comment
It's working perfectly !
Thank you very much !
Don't hesitate to update the wiki for this major change on post processing scripts : https://github.com/pymedusa/Medusa/wiki/Post-Processing
Regards