Replies: 2 comments 1 reply
-
You should at least include the relevant section of your rc file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
e.g.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a line in my .rtorrent.rc that uses
event.download.finished
as the trigger, i.e. when a torrent has finished, something happens. This is working as intended.Now I wanted to adapt it so that the same thing happens when, for example, I "pause" a torrent, or I queue a recheck of local data, or when the recheck gets carried out.
But, simply replacing the above event with one of these did not do the trick:
So now I wonder if there's a specific additional condition to these that I'm not aware of, maybe.
Beta Was this translation helpful? Give feedback.
All reactions