AnthonyMusgrove / Emby-ScripterX

Run custom external application or script (batch/bash/powershell/php/python/node.js/custom) on various events within the Emby Server.
https://emby-scripterx.com
78 stars 6 forks source link

How can i run a python script using it #69

Open xiaocao666tzh opened 2 years ago

xiaocao666tzh commented 2 years ago

i have already written a python script and it is run like this python3 update.py %series.id% %series.name% %season.number% %episode.number% And I want it run after onMediaItemAdded image like this But it does not worked. I also sent a get requests to verify if it worked like this image and it workerd i got it image so what should i do? i promise my python script is correct but not worked.

xiaocao666tzh commented 2 years ago

I also tried using /bin/bash and not worked either