https://github.com/marcopiovanello/qb_tracker_updater
Automatically update qBittorrent trackers list with ngosang's public list
https://github.com/marcopiovanello/qb_tracker_updater
ngosang qbittorrent qbittorrent-nox torrent-tracker
Last synced: about 1 month ago
JSON representation
Automatically update qBittorrent trackers list with ngosang's public list
- Host: GitHub
- URL: https://github.com/marcopiovanello/qb_tracker_updater
- Owner: marcopiovanello
- Created: 2022-06-18T11:35:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T09:55:15.000Z (12 months ago)
- Last Synced: 2025-04-09T23:14:21.954Z (about 1 month ago)
- Topics: ngosang, qbittorrent, qbittorrent-nox, torrent-tracker
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qb_tracker_updater
Update your qBittorrent.conf trackers list automatically!
## Prerequisites
You must enable the **Automatically add these trackers to new downloads** config
or add manually, if not already specified
```
[Preferences]
...
Bittorrent\TrackersList= <- this line under preferences section
...
```## Usage
```shell
tracker_updater -conf -profile
```## Installing binary version
```shell
$ mv qb_tracker_updater-[arch] /usr/local/bin/qb-tracker-updater
$ qb-tracker-updater --help
```## Profiles
1. best
2. best_ip [default]
3. all
4. all_http
5. all_https
6. all_ws
7. all_ip## Systemd integration
This program can run seamlessly before qBittorrent stars, just add **ExecStartPre** options to your systemd service file
```
...
User= user
ExecStartPre=/usr/local/bin/qb-tracker-updater
# /usr/local/bin/qb-tracker-updater -conf [to manually specify] -profile [profile number]
ExecStart=/usr/bin/qbittorrent-nox
...
```