Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (463 - 465 of 2447)

Ticket Resolution Summary Owner Reporter
#1288 WontFix Deluge not work with Wine caravena
Description

Deluge version: deluge-1.3.0-rc1-win32-setup.exe Wine version: 1.1.42-0ubuntu4

Install y run deluge and message attach to ticket

#1289 Fixed Execute plugin broken konti
Description

Configuring the execute plugin doesn't work. Tested with .sh and .py scripts. Scripts don't get executed.

execute.conf:

{
  "file": 1,
  "format": 1
}{
  "commands": [
    [
      "5cc6d491c5f8a21ee676feac31852355fa96dedc",
      "Torrent Complete",
      "/var/lib/deluge/scripts/notify_xbmc_complete.sh"
    ],
    [
      "dc9db2645da61fbb4c5a68723d22bf7b70186934",
      "Torrent Added",
      "/var/lib/deluge/scripts/test.py"
    ]
  ]
}

test.py

#!/usr/bin/python
import sys
import os
import syslog
#syslog.syslog('syslog junkie: the script has just got woken up')
# some code
for arg in sys.argv[1:]:
    syslog.syslog(arg)

Also mentioned in topic: http://forum.deluge-torrent.org/viewtopic.php?f=9&t=31445

#1290 Fixed [Execute] plug-in should support more events shrike
Description

Execute plug-in should have more events attached to it.

At least "ratio reached" and "torrent removed" come to mind.

Use Case: I hard link downloaded items in the "torrent complete" event to a different folder and delete from there after I'm done.

I'd like to use execute to remove the downloaded torrent when the it has been seeded to the level I want, using either a "ratio reached" or a "torrent removed" event (most likely the latter).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.