#1306: Execute plugin allways executes last event configured in execute.conf
----------------------------------+-----------------------------------------
Reporter: konti | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 1.3.0
Component: other | Version: 1.3.0_dev
Keywords: execute plugin event |
----------------------------------+-----------------------------------------
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.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1306>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.