Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (496 - 498 of 2449)

Ticket Resolution Summary Owner Reporter
#2752 Fixed Column configuration is not saved properly in the thin client rewozz
Description
  1. Configure everything to your liking and quit the thin client.
  2. Reopen the thin client and observe none of the settings have been saved.

There is only one fix that I found on the official forum:

I was walking through different settings when I noticed that suddenly my torrentview.state file had been created. Finally pinpointed it down to toggling the Label-plugin. Basically, when you untick Label in plugins, the configuration will be saved.

I've also locked the file because width gets added to the rightmost column after a few restarts.

OS X Yosemite 10.10.3

#2753 Fixed Thin client "Added" column wrong date and time on launch rewozz
Description
  1. Start Deluge and observe the "Added" column first show the correct date and time.
  2. After a short period the date and time will change to 01/01/70 01:00:00 for all torrents.
  3. Deluge will either get stuck on that date and time or revert to the correct information.

Here's a video of the behavior: http://sendvid.com/7o4xa8wa

OS X Yosemite 10.0.10.3

#2097 Fixed Corrected spelling error and added --intense_match to console(legacy and non-interactive) ReVoid
Description

Hello, Attached is a patch to correct a minor spelling mistake and the addition of --intense_match. While the spelling mistake is self explanatory, --intense_match is not, so here is a brief description of how it can be used. (this example is for interactive mode, but the same thing works in noninteractive)

[currently]

info ISO

the above will return all results that start with ISO (e.g 'ISO.BackTrack' will return if you do the above command but 'BackTrack.ISO' won't)

[when this patch is applied]
info -I ISO
The above will return both ISO.BackTrack and BackTrack.ISO because it does 'string in name' instead of 'name.startswith()'

Anyhow, enjoy

(I used ISO as an example, but HDTV, 320, V0, AVI are some of the other countless ways that you could filter)

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