{"id":13897384,"url":"https://github.com/MadeOfMagicAndWires/qBit-plugins","last_synced_at":"2025-07-17T14:31:25.875Z","repository":{"id":37664628,"uuid":"83931857","full_name":"MadeOfMagicAndWires/qBit-plugins","owner":"MadeOfMagicAndWires","description":"Search plugins for qBittorrent","archived":false,"fork":false,"pushed_at":"2023-01-16T07:59:43.000Z","size":72,"stargazers_count":60,"open_issues_count":0,"forks_count":42,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-07T18:43:31.225Z","etag":null,"topics":["anime","bakabt","linuxtracker","nyaa","nyaa-si","pantsu","python","python-3","qbittorrent","search-engine","torrent-files","torrent-search-engine","torrents","weeb"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MadeOfMagicAndWires.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-04T23:31:45.000Z","updated_at":"2024-06-11T19:23:56.000Z","dependencies_parsed_at":"2023-02-10T01:46:14.406Z","dependency_job_id":null,"html_url":"https://github.com/MadeOfMagicAndWires/qBit-plugins","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadeOfMagicAndWires%2FqBit-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadeOfMagicAndWires%2FqBit-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadeOfMagicAndWires%2FqBit-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadeOfMagicAndWires%2FqBit-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MadeOfMagicAndWires","download_url":"https://codeload.github.com/MadeOfMagicAndWires/qBit-plugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226270680,"owners_count":17598075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","bakabt","linuxtracker","nyaa","nyaa-si","pantsu","python","python-3","qbittorrent","search-engine","torrent-files","torrent-search-engine","torrents","weeb"],"created_at":"2024-08-06T18:03:33.446Z","updated_at":"2024-11-25T03:31:17.100Z","avatar_url":"https://github.com/MadeOfMagicAndWires.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"qBittorrent Search plugins\n==========================\n\n[bakabt.me](https://bakabt.me) is a site that specialises in high-quality,\nwell-seeded and complete anime-related materials.\n\n[linuxtracker](http://linuxtracker.org) is a tracker for linux torrents,\nincluding distro .iso files and software tarballs.\n\n[Nyaa.si](https://nyaa.si) is a drop-in replacements for the now\nremoved NyaaTorrents.\n\nInstallation\n------------\n\n### Linuxtracker\nSimply download the [plugin file](engines/linuxtracker.py) or copy the\nfollowing [link](https://github.com/MadeOfMagicAndWires/qBit-plugins/raw/main/engines/linuxtracker.py).\n\nAfter you've done this you can add this plugin to qBittorrent by going:\n\n\u003ckbd\u003eSearch tab\u003c/kbd\u003e 🡪 \u003ckbd\u003eSearch Plugins\u003c/kbd\u003e 🡪 \u003ckbd\u003eInstall a new one\u003c/kbd\u003e\n\u003ckbd\u003eLocal File\u003c/kbd\u003e then select the plugin file\n **or**\n\u003ckbd\u003eWeb Link\u003c/kbd\u003e then insert the link you copied.\n\nOr by manually copying the `bakabt.py` to the following location:\n  * Linux: `~/.local/share/data/qBittorrent/nova/engines/linuxtracker.py`\n  * Mac: ``~/Library/Application Support/qBittorrent/nova/engines/linuxtracker.py`\n  * Windows: `C:\\Documents and Settings\\username\\Local Settings\\Application Data\\qBittorrent\\nova\\engines\\linuxtracker.py`\n\n### Nyaa.si\nTake [this](https://github.com/MadeOfMagicAndWires/qBit-plugins/raw/main/engines/nyaasi.py)\nfile and follow the steps above.\n\n#### Downloading .torrent files instead of magnet links\nThis requires an extra step in that you have to manually edit the\n[nyaa.si](engines/nyaasi.py) file before (or after) installing it using\nqBittorrent.\n\nThe plugin defaults to using magnet links, but in order to download torrent\nfiles instead you can edit line **41**:\n\n```python\n    # Whether to use magnet links or download torrent files ###################\n    #\n    # Set to 'True' to use magnet links, or 'False' to use torrent files\n    use_magent_links = True\n    #\n    ###########################################################################\n```\n\nby setting the `use_magnet_links` variable to `False`\n(the capitalisation matters here) instead, search results will link to torrent\nfiles going forward. Once you've installed any version \u003e=1.2\nany changes to this setting should take immediate effect.\n\nThese steps will have to be repeated every time you update the plugin, either\nmanually or through qBittorrent.\n\n### BakaBT\nBecause BakaBT requires your login info, this plugin requires a bit more work than most.\n\n1. Firstly you'll need an ~~[account](https://bakabt.me/signup.php)~~\n   (Admission currently closed)\n2. Then you need to put your login information directly into the [plugin file](engines/bakabt.py):\n\nYou can do this by editing these specific lines (lineno. 52:53).\n```python\n    # Login information ######################################################\n    #\n    # SET THESE VALUES!!\n    #\n    username = \"username\"\n    password = \"password\"\n    ##########################################################################\n    ...\n```\nNow replace the \"username\" and \"password\" with *your* username and password, surrounded by quotation marks.\nSo if your username is `foobar` and your `password` is bazqux these lines should read:\n```python\n    ...\n    # SET THESE VALUES\n    #\n    username = \"foobar\"\n    password = \"bazqux\"\n    ...\n```\nAfter this is done you can follow the same steps as with the other plugins.\n\nF.A.Q\n-----\n\n1. **This plugin doesn't require my torrent pass, does this plugin provide personalized torrents?**\n\n  Because the plugin logs you in for every search, this means that the torrent files you open using it are your\n  personal ones. It's effectively no different than if you'd visit the site and download the torrent manually.\n\n\n### License\n\nAll files are distributed under the GPL licence\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMadeOfMagicAndWires%2FqBit-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMadeOfMagicAndWires%2FqBit-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMadeOfMagicAndWires%2FqBit-plugins/lists"}