Skip to content

michaeljh9/PluginParadise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

PluginParadise

By default, qBittorrent does not come with any search plugins installed. Users are encouraged to visit the qbittorrent/search-plugins repository to choose and download the plugins they desire:

02

The page is located here: https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins

How awesome would it be to automate this process?

I made a script that automates the download of the public ones.

On Linux, it's a Python script. As a pre-requisite, install python3-bs4 prior. After, run this command:

curl -O https://raw.githubusercontent.com/michaeljh9/PluginParadise/main/qbittorrent-search-plugin-downloader.py && python3 qbittorrent-search-plugin-downloader.py

On Windows, it's a Powershell script. Run this command:

irm https://raw.githubusercontent.com/michaeljh9/PluginParadise/main/qbt-plugin-downloader.ps1 | iex

It creates a folder located at ~/Desktop titled 'engines' and downloads the search plugins:

03

When it's all done, it tells you where they are with steps on how to import them:

04

First, have the search tab enabled:

01

Click on the 'Search Plugins...' button in the lower-right corner:

05

The 'Search plugins' window appears. Click on the 'Install a new one' button. Click on the 'Local file' button. Navigate to the folder where the script downloaded all of the plugins. Type ctrl + a to select all to get all of them. Click the Open button. Wait half a minute while qBittorrent makes it happen.

You'll potentially get an error if any plugins are unsupported. In my demonstration, this is the only one that wasn't happy and because it's a search site I don't regularly use, I'll live another day.

06

Success! You now have an all-in-one, one-stop-shop place to search the internet for your Linux ISOs! Enjoy!

07

08

About

By default, the default, out-of-the-box behavior qBittorrent has is it does not have any search plugins installed. I made a script that automates the download of a collection of them. It gets them from the qbittorrent/search-plugins repository

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors