All Projects → MadeOfMagicAndWires → qBit-plugins

MadeOfMagicAndWires / qBit-plugins

Licence: GPL-3.0 license
Search plugins for qBittorrent

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to qBit-plugins

nyaamal
A chrome extension to download anime torrents directly from MyAnimeList and Anilist
Stars: ✭ 75 (+87.5%)
Mutual labels:  anime, torrents, nyaa
nyaascraper
An application to scrape and open magnet links for fansub groups from nyaa.si where batches don't already exist.
Stars: ✭ 34 (-15%)
Mutual labels:  anime, nyaa, nyaa-si
torrent-hound
Search torrents from multiple websites via the CLI
Stars: ✭ 28 (-30%)
Mutual labels:  search-engine, torrents, torrent-search-engine
Yuno
Yuno is context based search engine for anime.
Stars: ✭ 320 (+700%)
Mutual labels:  search-engine, anime
IPS-BitTracker
Bit Torrent Tracker application for IPS 4.5x Community Suite
Stars: ✭ 18 (-55%)
Mutual labels:  torrent-files, torrents
Nyaa
Bittorrent software for cats
Stars: ✭ 2,899 (+7147.5%)
Mutual labels:  anime, nyaa
OpenTor-X
Open Source Torrent Index Website
Stars: ✭ 19 (-52.5%)
Mutual labels:  torrents, torrent-search-engine
Warez
All your base are belong to us!
Stars: ✭ 584 (+1360%)
Mutual labels:  search-engine, anime
SauceKudasai
Get Anime info by image or URL (uses trace.moe and Anilist for animeinfo)
Stars: ✭ 50 (+25%)
Mutual labels:  search-engine, anime
Duckietv
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
Stars: ✭ 942 (+2255%)
Mutual labels:  search-engine, qbittorrent
Search Engine Parser
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
Stars: ✭ 216 (+440%)
Mutual labels:  search-engine, anime
Qbittorrent Controller
qBittorrent Controller - An Android app for controlling qBittorrent servers
Stars: ✭ 205 (+412.5%)
Mutual labels:  qbittorrent, torrents
Monitorrent
Automatic torrents downloader
Stars: ✭ 383 (+857.5%)
Mutual labels:  qbittorrent, torrents
Torrents-to-Google-Drive
This is a Google Colab notebook with QBittorrent and Rclone, which can download torrents to Google Drive
Stars: ✭ 56 (+40%)
Mutual labels:  qbittorrent, torrents
Airanime
轻量化动漫聚合搜索工具
Stars: ✭ 184 (+360%)
Mutual labels:  search-engine, anime
SmartImage
Reverse image search tool (SauceNao, ImgOps, trace.moe, and more)
Stars: ✭ 346 (+765%)
Mutual labels:  search-engine, anime
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (+1327.5%)
Mutual labels:  search-engine, torrents
Search Plugins
Search plugins for the search feature
Stars: ✭ 1,860 (+4550%)
Mutual labels:  search-engine, qbittorrent
CR-dl
A Crunchyroll downloader
Stars: ✭ 88 (+120%)
Mutual labels:  anime, weeb
anime-relations
Episode redirections for Taiga
Stars: ✭ 69 (+72.5%)
Mutual labels:  anime

qBittorrent Search plugins

bakabt.me is a site that specialises in high-quality, well-seeded and complete anime-related materials.

linuxtracker is a tracker for linux torrents, including distro .iso files and software tarballs.

Nyaa.pantsu and Nyaa.si are drop-in replacements for the now removed NyaaTorrents.

Installation

Linuxtracker

Simply download the plugin file or copy the following link.

After you've done this you can add this plugin to qBittorrent by going:

Search tab 🡪 Search Plugins 🡪 Install a new one
Local File then select the plugin file or Web Link then insert the link you copied.

Or by manually copying the bakabt.py to the following location:

  • Linux: ~/.local/share/data/qBittorrent/nova/engines/linuxtracker.py
  • Mac: ``~/Library/Application Support/qBittorrent/nova/engines/linuxtracker.py`
  • Windows: C:\Documents and Settings\username\Local Settings\Application Data\qBittorrent\nova\engines\linuxtracker.py

Nyaas

Take this or this file and follow the steps above.

Please note that Nyaa.pantsu is somewhat unstable and that it might not work. The plugin works, you might just have to try it a few times.

BakaBT

Because BakaBT requires your login info, this plugin requires a bit more work than most.

  1. Firstly you'll need an account (Admission currently closed)
  2. Then you need to put your login information directly into the plugin file:

You can do this by editing these specific lines (lineno. 52:53).

    # Login information ######################################################
    #
    # SET THESE VALUES!!
    #
    username = "username"
    password = "password"
    ##########################################################################
    ...

Now replace the "username" and "password" with your username and password, surrounded by quotation marks.
So if your username is foobar and your password is bazqux these lines should read:

    ...
    # SET THESE VALUES
    #
    username = "foobar"
    password = "bazqux"
    ...

After this is done you can follow the same steps as with the other plugins.

F.A.Q

  1. This plugin doesn't require my torrent pass, does this plugin provide personalized torrents?

Because the plugin logs you in for every search, this means that the torrent files you open using it are your personal ones. It's effectively no different than if you'd visit the site and download the torrent manually.

License

All files are distributed under the GPL licence

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].