Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c0nw0nk/qbittorrent
qBittorrent Windows Automatic batch file command line script to check torrent for seeders if it has no seeders it will delete the torrent automatically .cmd .bat batch file command line cli cmd
https://github.com/c0nw0nk/qbittorrent
automation batch-file batch-script cmd cmdline command-line curl jq qbittorent qbittorrent qbittorrent-api qbittorrent-webui script torrent torrent-client torrenting torrents transmission utorrent windows
Last synced: 3 months ago
JSON representation
qBittorrent Windows Automatic batch file command line script to check torrent for seeders if it has no seeders it will delete the torrent automatically .cmd .bat batch file command line cli cmd
- Host: GitHub
- URL: https://github.com/c0nw0nk/qbittorrent
- Owner: C0nw0nk
- Created: 2021-10-21T17:27:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T19:23:09.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:48:05.786Z (9 months ago)
- Topics: automation, batch-file, batch-script, cmd, cmdline, command-line, curl, jq, qbittorent, qbittorrent, qbittorrent-api, qbittorrent-webui, script, torrent, torrent-client, torrenting, torrents, transmission, utorrent, windows
- Language: Batchfile
- Homepage:
- Size: 1.6 MB
- Stars: 21
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# qBittorrent
qBittorrent Windows Automatic batch file command line script with many features
DONATE! The same as buying me a beer or a cup of tea/coffee :D <3
PayPal : https://paypal.me/wimbledonfc
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZH9PFY62YSD7U&source=url
Crypto Currency wallets :
BTC BITCOIN : `3A7dMi552o3UBzwzdzqFQ9cTU1tcYazaA1`
ETH ETHEREUM : `0xeD82e64437D0b706a55c3CeA7d116407E43d7257`
SHIB SHIBA INU : `0x39443a61368D4208775Fd67913358c031eA86D59`
# Script Features
Automatically delete completed torrents older than X number of days
Automatically delete torrents with no seeders
Automatically delete torrents that have never been seen completed
Automatically pause completed torrents to save bandwidth to stop seeding them
Automatically force start downloading torrents that have not completely downloaded
Automatically Fix for qBittorrent for torrents stuck infinitely at 99.X% when a torrent hits greater than >99% and it has infinite time remaining we need to force rechecking of the torrent to fix it
Automatically check torrents for blacklisted file types inside them like `.exe .txt .text .nfo .jpg .bmp .ico .png .gif .torrent .url .lnk .link .diz .ini .xml .sql .cmd .bat .dll .py .vbs .reg .html .htm .db .thumb .readme Sample sample. padding_file` files etc
# Optional
If you download compressed archives zip rar 7z gzip etc i did built a script to decompress those to so check it out.
https://github.com/C0nw0nk/ExtractNow
# Setup
qBittorrent WebUI Login is all you need to turn on / enable in your qBittorrent settings in order to use this script
# Settings
https://github.com/C0nw0nk/qBittorrent/blob/main/qbt.cmd#L10
To run this Automatically open `command prompt` and `RUN COMMAND PROMPT AS ADMINISTRATOR` and use the following command :
`SCHTASKS /CREATE /SC HOURLY /TN "Cons qBittorrent Script" /RU "SYSTEM" /TR "C:\Windows\System32\cmd.exe /c start /B "C:\qbt\qbt.cmd"`