Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

cli tool for iteratively change trackers in qBittorrent

License

NotificationsYou must be signed in to change notification settings

rumanzo/qbtchangetracker

Repository files navigation

qbtchangetracker is cli tool for iterative change trackers in qBittorrent fastresume files

Feature:

  • Processing all fastresume files
  • Multithreading
  • Deleting trackers (just enter empty line to new tracker)

Important

Don't forget before use make backup qbittorrent folder. Close qBittorrent before use.

Help:

Help (from cmd or powerwhell)

PS C:\Downloads>qbtchangetracker_v1.4_amd64.exe -hUsage:  qbtchangetracker_v1.4_amd64.exe [OPTIONS]Application Options:  -d, --directory=  Destination directory BT_backup (as default) (default:                    C:\Users\user\AppData\Local\qBittorrent\BT_backup)  -o, --oldtracker= Old tracker  -n, --newtracker= New tracker  -r, --replace=    Replace paths.                    Delimiter for from/to is comma - ,                    Example: -r "D:\films,/home/user/films" -r                    "D:\music,/home/user/music"      --sep=        Default path separator that will use in all paths. You may                    need use this flag if you migrating from windows to linux                    in some cases (default: \)Help Options:  -h, --help        Show this help message

Usage examples:

  • If you just run application, it will processing torrents from %APPDATA%\uTorrent\ to %LOCALAPPDATA%\qBittorrent\BT_BACKUP\ and ask interactively old tracker and new tracker
PS C:\qbtchangetracker> .\qbtchangetracker_v1.4_amd64.exeEnter old tracker: oldtrackerEnter new tracker: newtrackerCheck that the qBittorrent is turned off and the directory C:\Users\user\AppData\Local\qBittorrent\BT_backup\ and is backed up.Press Enter to start2019/03/13 00:11:39 Started1  Changed tracker for torrent: torrentname12  Changed tracker for torrent: torrentname2
  • Run application from cmd or powershell with keys, if you want change source dir or destination dir, or export/import behavior
PS C:\qbtchangetracker> .\qbtchangetracker_v1.4_amd64.exe -d C:\temp\BT_backup\ -o oldtracker -n newtrackerCheck that the qBittorrent is turned off and the directory C:\temp\BT_backup\ and is backed up.Press Enter to start2019/03/13 00:11:39 Started1  Changed tracker for torrent: torrentname12  Changed tracker for torrent: torrentname2Press Enter to exit
  • Run with replace and\or sep key (if you migrate to different OS)
PS C:\qbtchangetracker> .\qbtchangetracker_v1.4_amd64.exe -d C:\temp\BT_backup\ --sep '/' -r 'D:/films,/mnt/d/films' -r 'D:\music,/mnt/d/music'Check that the qBittorrent is turned off and the directory C:\temp\BT_backup\ and is backed up.Press Enter to start2019/03/13 00:11:39 Started1  Changed save path for torrent: torrentname12  Changed save path for torrent: torrentname2Press Enter to exit

Linux:

Downlod the Linux binary fromReleases page and add execute permission. For example:

cd ~/.local/share/data/qBittorrent/wget https://github.com/rumanzo/qbtchangetracker/releases/download/v1.4/qbtchangetracker_v1.4_amd64_linuxchmod +x qbtchangetracker_v1.4_amd64_linux./qbtchangetracker_v1.4_amd64_linux --help

Known issuses:

  • Unknown

[8]ページ先頭

©2009-2025 Movatter.jp