All Projects → AlexP11223 → qBTConverter

AlexP11223 / qBTConverter

Licence: other
Tool for replacing paths in qBittorent .fastresume files (for example, when moving to different PC/OS, especially from Windows to Linux/MacOS)

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to qBTConverter

Vpstoolbox
一键安装Trojan-GFW代理,Hexo博客,Nextcloud等應用程式。
Stars: ✭ 1,080 (+2197.87%)
Mutual labels:  qbittorrent
Qbittorrent Controller
qBittorrent Controller - An Android app for controlling qBittorrent servers
Stars: ✭ 205 (+336.17%)
Mutual labels:  qbittorrent
qbit manage
This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove Orphaned data, remove unregistered torrents and much much more.
Stars: ✭ 206 (+338.3%)
Mutual labels:  qbittorrent
Qbittorrent Website
qBittorrent website
Stars: ✭ 77 (+63.83%)
Mutual labels:  qbittorrent
Flood
A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.
Stars: ✭ 1,795 (+3719.15%)
Mutual labels:  qbittorrent
Shell
🔧 自用的一些乱七八糟 Linux 脚本
Stars: ✭ 210 (+346.81%)
Mutual labels:  qbittorrent
Duckietv
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
Stars: ✭ 942 (+1904.26%)
Mutual labels:  qbittorrent
qBittorrent search engines
Search engines for qBittorrent
Stars: ✭ 35 (-25.53%)
Mutual labels:  qbittorrent
Python Qbittorrent
Python wrapper for qBittorrent Web API (for versions above v3.1.x)
Stars: ✭ 163 (+246.81%)
Mutual labels:  qbittorrent
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+389.36%)
Mutual labels:  qbittorrent
Qbittorrent Rutracker Plugin
qBittorrent search engine plugin for rutracker.org.
Stars: ✭ 90 (+91.49%)
Mutual labels:  qbittorrent
Unpackerr
Extracts downloads for Radarr, Sonarr, Lidarr - Deletes extracted files after import
Stars: ✭ 122 (+159.57%)
Mutual labels:  qbittorrent
Google-Colab-QBittorrent
This is my version of https://github.com/MinorMole/RcloneLab
Stars: ✭ 44 (-6.38%)
Mutual labels:  qbittorrent
Sickbeard mp4 automator
Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library
Stars: ✭ 1,142 (+2329.79%)
Mutual labels:  qbittorrent
exatorrent
Easy to Use Torrent Client. Can be hosted in Cloud. Files can be streamed in Browser/Media Player.
Stars: ✭ 1,557 (+3212.77%)
Mutual labels:  qbittorrent
Qbittorrent Portable
dll-hijack based qbittorrent portable plugin
Stars: ✭ 34 (-27.66%)
Mutual labels:  qbittorrent
Thoradia
Thoradia Add-ons Repository
Stars: ✭ 208 (+342.55%)
Mutual labels:  qbittorrent
autobrr
Automation for downloads.
Stars: ✭ 288 (+512.77%)
Mutual labels:  qbittorrent
qbit-matUI
A material WebUI for qBittorrent, written in Angular.
Stars: ✭ 247 (+425.53%)
Mutual labels:  qbittorrent
qb-rss-manager
qBittorrent rss订阅规则管理, 支持Docker环境, 群晖, Windows桌面, Linux桌面的qb. 推荐直接使用懒人包体验完整功能.
Stars: ✭ 134 (+185.11%)
Mutual labels:  qbittorrent

qBTConverter

Tool for replacing paths in qBittorent .fastresume files. For example, useful when moving to different PC or OS, especially from Windows to Linux/MacOS because they don't have drive letter paths.

Initially created by grasmanek94 https://qbforums.shiki.hu/index.php?topic=3925.0

You can build it from the source code as described in the next section or download .exe in Releases https://github.com/AlexP11223/qBTConverter/releases

Building

Can be build using any modern Visual Studio with C#/.NET 4.0, such as VS 2017 Community (free). Probably works on Mono too, but not tested.

Simply open the .sln file and Build Solution.

Usage

Open a command prompt in the folder with the .exe and run:

qBTConverter <qBittorent BT_backup dir> <your windows download directory> <your linux download directory>

Examples:

qBTConverter "C:\Users\MyUser\AppData\Local\qBittorrent\BT_backup" "V:\downloads" "/data/torrents/downloads"
qBTConverter "C:\Users\MyUser\AppData\Local\qBittorrent\BT_backup" "U:\downloads" "/data/torrents/downloads"

You can also add --verbose at the end to see list of skipped files.

It does not modify the original files, the results will be in /out subfolder of BT_backup/.

Notes for Windows to Linux qBittorent migration

  • Re-create all your categories in the Linux qBittorrent client.
  • Shutdown qBittorent on all your machines (both Windows and Linux).
  • Transfer all torrent DATA FILES and KEEP THE SAME FILE STRUCTURE (from windows to linux).
  • Copy all torrent files from C:\Users\<your user>\AppData\Local\qBittorrent\BT_backup to /home/<your linux qbittorrent user>/.local/share/data/qBittorrent/BT_backup.
  • Run this tool as described above and move everything from C:\Users\<your user>\AppData\Local\qBittorrent\BT_backup\out to /home/<your linux qbittorrent user>/.local/share/data/qBittorrent/BT_backup.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].