#2097: Corrected spelling error and added --intense_match to console(legacy and
non-interactive)
---------------------+------------------------------------------------------
Reporter: ReVoid | Owner:
Type: patch | Status: new
Priority: minor | Milestone: 1.4.0
Component: console | Version: git master
Keywords: |
---------------------+------------------------------------------------------
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][[BR]]
`info ISO` [[BR]]
^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)[[BR]]
[[BR]]
[when this patch is applied][[BR]]
`info -I ISO`[[BR]]
^ The above will return both ISO.BackTrack and BackTrack.ISO because it
does 'string in name' instead of 'name.startswith()'[[BR]]
Anyhow, enjoy[[BR]]
[[BR]]
(I used ISO as an example, but HDTV, 320, V0, AVI are some of the other
countless ways that you could filter)
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2097>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.