Ticket #1306 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by johnnyg

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.