qbittorrent/search-plugins

Search plugins for qBittorrent search feature

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 7 minutes ago
Added to GitGenius on September 10th, 2026
Created on June 25th, 2017
Open Issues & Pull Requests: 49 (+0)
GitHub issues: Enabled
Number of forks: 578
Total Stargazers: 6,584 (-1)
Total Subscribers: 128 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 29.0 hours
Mean response time: 42.2 days
90th percentile: 97.8 days
Tracked items: 71

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 80% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 33
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 486 days
Stale 30+ days: 25
Stale 90+ days: 24

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • chat (2)
  • duplicate (1)
  • enhancement (1)
  • unofficial (1)

Most active issues this week

Detailed Description

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.