Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (640 - 642 of 2449)

Ticket Resolution Summary Owner Reporter
#690 Fixed Renaming folders do not delete olds Calum axet
Description

With already loaded torrent try to rename root folder.

#755 Fixed Can't set listen_ports through console UI Calum florian@wagner-flo.net
Description
>>> config
...
 * listen_ports: [6881, 6891]
...

This suggests the following to work, which it doesn't.

>>> config -s listen_ports [10000, 10010]
 * malformed expression ([)

Trying a tuple instead of a list is also a no-go.

>>> config -s listen_ports (10000, 10000)
 * Configuration value provided has incorrect type.

Neither does leaving the comma and/or parentheses off.

>>> config -s listen_ports 10000, 10010
 * bogus data after expression
>>> config -s listen_ports 10000 10010
 * bogus data after expression
>>> config -s listen_ports (10000 10010)
 * Configuration value provided has incorrect type.
#890 Fixed Merge tracker lists when adding a duplicate torrent Calum duvshanit@gmail.com
Description

when trying to add another tracker to an existing torrent via firefox, pressing download on the same torrent from a different tracker, does not add the new tracker to the existing one of the torrent

the wanted behavior is to add the new tracker to the existing torrent if one exists

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