Skip to content

A script to delete files from qbittorrent once they have finished downloading

Notifications You must be signed in to change notification settings

DanLatimer/qbittorrent-deleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QBittorrent Deleter

It shouldn't be this difficult to delete a torrent after it's done downloading

Running the App:
1. Install node 5.x
2. Install this app's dependencies: `npm install` from the root directory of the project
3. Enable QBittorrent webui and set port to 9000, also check the bypass authentication for local host option (QBittorrent > Tools > Options > WebUi)
4. Open QBittorrent > Tools > Options > Downloads > Check the Run external program on torrent completion option and add the location of this program with the following comamnd line arguments like so 

node <your folder location>/app.js %I

About

A script to delete files from qbittorrent once they have finished downloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published