rndusr / torf

Python module to create, parse and edit torrent files and magnet links
GNU General Public License v3.0
180 stars 17 forks source link

Allow creating 64 MB piece size #38

Closed Pentaphon closed 10 months ago

Pentaphon commented 10 months ago

I realize that 32MB piece size support was added recently but it seems the new piece size support standard for most clients currently in use is 64MB.

That's all the major clients in use today.

Please allow us to keep up with these clients by giving us the ability to create 64MB piece size torrents. That should be sufficient for years to come as torrents keep getting bigger and bigger.

rndusr commented 10 months ago

Piece size is already unlimited. Just set Torrent.piece_size_max_default to 64 TiB or whatever you like. Just tested it with 128 MiB and it works.

What exactly is your issue?

Pentaphon commented 10 months ago

What exactly is your issue?

Sorry, I just wanted to make sure this was not getting in the way of torf-gui doing it, which I use. Closing this. Thanks.