[MIRROR] A plugin for qBittorrent to search on iptorrents.com (Main repo at https://sr.ht/~txtsd/qB-IPT/) https://sr.ht/~txtsd/qB-IPT/
Go to file
txtsd 8246bc89d4
chore(readme): Make Mailing List singular
Signed-off-by: txtsd <code@ihavea.quest>
2022-11-03 12:42:50 +05:30
.gitignore chore: Update .gitignore 2022-11-03 11:21:48 +05:30
LICENSE Initial commit 2019-03-20 12:49:01 +05:30
README.md chore(readme): Make Mailing List singular 2022-11-03 12:42:50 +05:30
iptorrents.png Add icon 2019-03-20 12:57:43 +05:30
iptorrents.py refactor: Improve connection error message 2022-07-02 02:23:00 +05:30

README.md

qB-IPT

Notice

This project has been discontinued in favor of Jackett. Jackett supports IPTorrents out-of-the-box. Here are qBittorrent's instructions to configure Jackett in qBittorrent.

Project: https://sr.ht/~txtsd/qB-IPT/
Sources: https://sr.ht/~txtsd/qB-IPT/sources
Ticket Tracker: https://todo.sr.ht/~txtsd/qB-IPT
Mailing List: https://lists.sr.ht/~txtsd/qB-IPT

Mirrors:
Codeberg
NotABug
GitLab
GitHub
Bitbucket

If sourcehut is not feasible, contribution is welcome from across mirrors.

Installation

Because IPTorrents requires an account, this plugin requires a bit more work than most.

  1. You will need an IPTorrents account (You can only acquire one via an invite)
  2. You will need to put your login information directly into the plugin file:

You can do this by editing these specific lines (41:42).

    # 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 herp and your password is derp these lines should read:

    ...
    # SET THESE VALUES
    #
    username = "herp"
    password = "derp"
    ...

After you've done this you can add this plugin to qBittorrent by going: Search tab -> Plugins -> Install a new one -> Selecting the iptorrents.py file.

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

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