Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (481 - 483 of 2447)

Ticket Resolution Summary Owner Reporter
#1307 Fixed Console client doesn't add torrents riarheos
Description

Simple add in console client fails somewhere inside python:

>>> add sts.torrent
stat() argument 1 must be (encoded string without NULL bytes), not str
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.5/deluge/ui/console/main.py", line 318, in do_command
    ret = self._commands[cmd].handle(*args, **options.__dict__)
  File "/usr/lib/pymodules/python2.5/deluge/ui/console/commands/add.py", line 66, in handle
    if not os.path.isfile(arg):
  File "/usr/lib/python2.5/posixpath.py", line 208, in isfile
    st = os.stat(path)
TypeError: stat() argument 1 must be (encoded string without NULL bytes), not str

python 2.5.4, deluge 1.3.0-rc1, libtorrent 0.15.0

#1313 WorksForMe deluge-gtk can't connect to host Toralv
Description

After upgrading to Lucid I can't connect to my headless deluge host anymore. Both client and server are running Lucid and the latest Deluge from Launchpad PPA (1.2.3). I can connect to the host with deluge-console.

In the gtk-clients Connection Manager I add the login information, the green tick shows up, AND THE 'Connect' BUTTON SWITCHES TO 'Disconnect', but the button becomes unresponsive.

Even though the logfile and the green tick indicate that the gtk-client is connected to the host, the status bar and the whole UI for that matter won't switch to 'Connected' status.

#1314 Invalid When torrents are assigned to labels it's impossible to show all torrents. konti
Description

There is no option to show all torrents. When there are labels created it always selects the top label. In the GTK you can only select one filter. For example state->all or label->movies. In the webUI its possible to let them intersect. Or in other words choose multiple filters.

Possible solution could be:

  1. Be able to not select / disable a label, by clicking on a allready enabled label.
  1. Add the static "All" label to show all.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.