Would be nice to have possibility to allow run custom scripts (e.g. Python, Bash) on some Emby events. At least for movie delete event from Movie details screen
For instance:
Add "Run script on movie delete action" field somewhere in administration page (empty by default). If path to script is defined then it will be executed with path to the deleted movie (or movie name) as first argument as soon as movie gets deleted from movie details screen.
Why I need this:
I have my own script with Prowl notifications.
I would like to run this script (and notify me) when somebody delete movie
Also it can be logging script or whatever.
If it is possible to implement with a plugin - it would be nice as well