Giter Site home page Giter Site logo

qbittorrent-file-checker's Introduction

qBittorrent File Checker

This script checks a specified directory for files that are not part of any active torrents in qBittorrent and optionally deletes or moves them to the recycle bin.

Features

  • Connects to qBittorrent to retrieve torrent information.
  • Checks a specified directory for files not part of any torrent.
  • Supports dry run to display which files would be deleted.
  • Option to delete files permanently or move them to the recycle bin.
  • Uses concurrent processing for efficient handling of large numbers of files.

Requirements

  • Python 3
  • qbittorrent-api
  • send2trash (optional for recycle bin functionality)

Installation

  1. Clone this repository or download the script.
  2. Install required Python packages:
pip install -r requirements.txt

Usage

Run the script from the command line, providing the necessary arguments:

python qbittorrent_file_checker.py --folder_path "path/to/directory"

Arguments

--folder_path: Path to the folder containing files to check.
--dry_run: Perform a dry run without deleting files.
--recycle: Move files to recycle bin instead of permanent deletion.
--host: qBittorrent host (default: localhost).
--port: qBittorrent port (default: 8080).
--username: qBittorrent username (default: admin).
--password: qBittorrent password (default: admin).

Contributing

Contributions, issues, and feature requests are welcome!

qbittorrent-file-checker's People

Contributors

ckennard avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.