Skip to content

Commit

Permalink
Update README.md - last Win7 version (#48)
Browse files Browse the repository at this point in the history
* Update README.md - last Win7 version

- add last working Win7 link: v1.22
- some other small fixes, like better listing, formatting

* Update README.md
  • Loading branch information
PizzaProgram committed Apr 6, 2024
1 parent 14c8c6c commit 1e76ad5
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

bt2qbt is cli tool for export from uTorrent\Bittorrent into qBittorrent (convert)
> [!IMPORTANT]
> Actual version tested with uTorrent 3.5.5 (build 46206) and qBittorrent 4.4.2. It should work with older version utorrent and newer version of qBittorrent, but it isn't tested.
> Actual version tested with uTorrent 3.5.5 (build 46206) and qBittorrent 4.4.2. It should work with older version utorrent and newer version of qBittorrent, but it isn't tested.
> The `1.21` version is compatible with **Windows 7**. Please download newer `1.22+` or the: [1.20](https://github.com/rumanzo/bt2qbt/releases/tag/v1.20)
> [!IMPORTANT]
> In most cases just enough run app. For Windows users double-click on downloaded exe file. But read notices and warnings below
Expand Down Expand Up @@ -36,10 +37,9 @@ Feature:
> \* If you migrate from windows to linux and use replace function attention that multiple flags -r processing one by one
> [!NOTE]
> \* If you migrate from windows to linux and yours torrent files saves to some place you must use flag --search with actual paths in yours system
> [!NOTE]
> \* If you migrate from windows to linux you may need to define path separathor with --sep flag
> \* If you migrate **from windows -> to linux**
> - If your torrent files are saved to some other place, you must use the flag: **--search** ... _with actual paths in yours system_
> - You may need to define **path separathor** with **--sep** flag
> [!NOTE]
> \*\* The calculation of the completed parts is based only on the priority of the files in torrent. Don't transfer global uTorrent/BitTorrent statistics.
Expand All @@ -48,10 +48,14 @@ Feature:
> \*\*\* Partially downloaded torrents will be visible as 100% completed, but in fact you will need to do a recheck (right click on torrent -> Force recheck). Without recheck torrents not will be valid. This is due to the fact that conversion of .dat files in which parts of objects are stored is not implemented.
> [!IMPORTANT]
> Don't forget before use make backup bittorrent\utorrent, qbittorrent folder. and config %APPDATA%/Roaming/qBittorrent/qBittorrent.ini. Close all this program before.
>
> Before using `bt2qbt`, do not forget to **make backup** from:
> - bittorrent\utorrent data,
> - qbittorrent folder, and
> - config %APPDATA%/Roaming/qBittorrent/qBittorrent.ini.
> Close both programs before making a copy!
> [!IMPORTANT]
> You must previously disable option "Append .!ut/.!bt to incomplete files" in preferences of uTorrent/Bittorrent, or that files wouldn't be handled
> You must previously disable option: "Append .!ut/.!bt to incomplete files" in preferences of uTorrent/Bittorrent, or that files wouldn't be handled
Help:
-------
Expand All @@ -60,7 +64,7 @@ Help (from cmd or powershell)

```
Usage:
bt2qbt_v1.999_amd64.exe [OPTIONS]
bt2qbt_v1.99_amd64.exe [OPTIONS]
Application Options:
-s, --source= Source directory that contains resume.dat and torrents files (default:
Expand All @@ -86,8 +90,9 @@ Application Options:
Usage examples:
----------------

- If you just run application, it will handle torrents from %APPDATA%\uTorrent\ to
%LOCALAPPDATA%\qBittorrent\BT_BACKUP\
- If you just run the application with no options specified, it will convert torrents:
- from: `%APPDATA%\uTorrent\`
- to: `%LOCALAPPDATA%\qBittorrent\BT_BACKUP\`

```
C:\Users\user\Downloads> .\bt2qbt.exe
Expand Down

0 comments on commit 1e76ad5

Please sign in to comment.