Opened 14 years ago

Closed 14 years ago

#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: Unknown 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 (1)

comment:1 Changed 14 years ago by johnnyg

  • Resolution set to fixed
  • Status changed from new to closed

This has been fixed in 4d2b7df49dde4327415ca6e8560bd558b9e77763 and will be in 1.3 RC2.

Note: See TracTickets for help on using tickets.