Search Plugins is a collection of Python-based search plugins that extend the search functionality in qBittorrent.
The project solves the problem of discovering torrents by providing plugins that connect qBittorrent's built-in search feature to various torrent search websites and services. Each plugin acts as an adapter that translates qBittorrent's search requests into queries compatible with different search engines and websites, then parses results back into a standardized format for display within the application.
Users should understand that this is a community-maintained repository rather than an official qBittorrent project, though it serves as the primary hub for third-party search plugins. The tool suits anyone running qBittorrent who wants to search multiple torrent sources without leaving the application. The project maintains a wiki documenting both official and unofficial plugins, instructions for installation, and guidance for writing custom plugins. A notable option for advanced users is the Jackett plugin, which provides integration with the Jackett indexer proxy service. The repository emphasizes that users are responsible for complying with copyright laws and applicable regulations in their jurisdiction when using these plugins and the websites they access.
The project accepts pull requests to fix existing plugins but currently lacks capacity to maintain additional official ones, relying instead on community contributors to develop and share new plugins. Development is community-driven rather than managed by the qBittorrent core team, with the repository functioning as a gathering point for third-party contributions. The project completed a migration away from Python 2 support, requiring users to upgrade to Python 3 to use the search functionality.