I did a lot of searching and I can't seem to find anything that looks for an event when a torrent goes into an error state.
Basically, I want to send myself notification via a simple shell script that triggers when a torrent enters an error state (example: it becomes unregistered on a tracker i.e. nuked and replaced with a proper release).
I found a lot of ways to handle when something is finished:
event.download.finished
But I want something if it hits that error state and I can fire off my scripts.
Any thoughts on this topic?
Basically, I want to send myself notification via a simple shell script that triggers when a torrent enters an error state (example: it becomes unregistered on a tracker i.e. nuked and replaced with a proper release).
I found a lot of ways to handle when something is finished:
event.download.finished
But I want something if it hits that error state and I can fire off my scripts.
Any thoughts on this topic?