Skip to content

Change path in torrents session data to skip `Force Recheck` and save torrent stats. Currently supports rTorrent / qBittorrent only!

Notifications You must be signed in to change notification settings

uraid/torrent-mover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Description

Change path in torrents session data to skip Force Recheck and save torrent stats.
This script doesn't stop the torrent client automatically - you should do it manually before changing any sessions data.

Currently supports rTorrent / qBittorrent only!

Dependencies

  • Python 3.6+
  • bencode.py

Requirements

pip install bencode.py

Usage

torrent-mover.py [-h] --src SRC --dst DST [--no-backup] sessions_folder

positional arguments:
sessions_folder  This is the rTorrent sessions folder

options:
-h, --help
--src SRC        Set source path to change from
--dst DST        Set destination path to change to
--no-backup      Don't create a backup folder for sessions data

Example: python torrent-mover.py --src /downloads/Temp/ --dst /downloads/Movies/ /config/rTorrent/session

About

Change path in torrents session data to skip `Force Recheck` and save torrent stats. Currently supports rTorrent / qBittorrent only!

Resources

Stars

Watchers

Forks

Languages