Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richtan/qbit-utils
Fixes errored Qbit entries
https://github.com/richtan/qbit-utils
Last synced: 10 days ago
JSON representation
Fixes errored Qbit entries
- Host: GitHub
- URL: https://github.com/richtan/qbit-utils
- Owner: richtan
- License: mit
- Created: 2021-11-28T19:18:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T02:16:56.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T12:24:10.250Z (3 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qbit Utils
This program is used to stop torrents from rechecking in Qbittorrent, which can take a long time# Python dependencies:
- python-dotenv
- qbittorrent-api# Usage:
- Git clone this repository
- Install Python 3 and place it in your PATH environment variable
- Install the python dependencies
- Copy .env.example to .env
- Replace values with actual values to reflect your system's settings
- QBIT_URL: Go to Qbittorrent > Settings > Web UI > Port. The value to use in .env is "localhost:<portnumber>"
- QBIT_APPDATA_PATH: https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings
- Run main.py with python 3