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
like this
But it does not worked.
I also sent a get requests to verify if it worked like this
and it workerd i got it
so what should i do? i promise my python script is correct but not worked.
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 like this But it does not worked. I also sent a get requests to verify if it worked like this and it workerd i got it so what should i do? i promise my python script is correct but not worked.