Ticket #1306 (closed defect: fixed)
Execute plugin allways executes last event configured in execute.conf
| Reported by: | konti | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | other | Version: | 1.3.0_dev |
| Keywords: | execute plugin event | Cc: |
Description
with the following config:
{
"file": 1,
"format": 1
}{
"commands": [
[
"e925a8be2b963067078116d1c79636a7d12673b9",
"complete",
"/var/lib/deluge/scripts/complete.sh"
],
[
"280b43d2494374b71a9978ee9f8d7fcc8214e9c0",
"added",
"/var/lib/deluge/scripts/started.sh"
]
]
}
When a torrent is started it will start the command with the last event configured "added". When a torrent is complete it will also start the command with the last event configured "added".
After changing the "complete" and "added" block it allways started the "complete" event command.
Change History
Note: See
TracTickets for help on using
tickets.
