rsnitsch / py3createtorrent

Create torrents via command line!
Other
72 stars 7 forks source link

How to optimize size for torrents? #64

Open Bearmancer opened 4 days ago

Bearmancer commented 4 days ago

On some sites there is a limit put upon a torrent that can be uploaded. In my case, I created a torrent for an 18GB video file which exceeded the 2MB cap. How would I make the torrent smaller? I don't have this issue when creating through qBittorrent.

rsnitsch commented 4 days ago

18 GB of data should not result in a torrent file exceeding 2 megabytes.

What version of py3createtorrent are you using? When executing py3createtorrent, do you specify a piece size manually with the -p option?