Skip to content

PluginInstantSearch

nicobubulle edited this page Aug 22, 2014 · 6 revisions

=Plugin Instant Search =

<wiki:TOC />

== Description ==

This plugin lets you search for local torrents running in rutorrent, updating results as you type them.

=== Installation ===

You can install via zip archive or svn.

To install via zip archive, assuming you have rutorrent installed at /var/www/rutorrent/

{{{ cd /var/www/rutorrent/plugins/ wget http://rutorrent-instantsearch.googlecode.com/files/instantsearch.1.0.zip unzip instantsearch.1.0.zip rm instantsearch.1.0.zip }}}

To install via svn, assuming the same install path of /var/www/rutorrent/

{{{ cd /var/www/rutorrent/plugins/ svn checkout http://rutorrent-instantsearch.googlecode.com/svn/trunk/ rutorrent-instantsearch }}}

=== Usage ===

To use, type anything in the normal search location. The results should appear as typed.

For more information, see the original forum thread here:

http://forums.rutorrent.org/index.php?topic=568.0

Clone this wiki locally