Skip to content

torrentfile v0.9.1

Latest
Compare
Choose a tag to compare
@alexpdev alexpdev released this 26 Jul 20:01
· 15 commits to master since this release
32cc45d

Added the --align command line flag, which can be used when creating a v1 torrent file to align pieces to file boundaries by adding .pad files. to fill the remainder of the piece length when applicable. See https://www.bittorrent.org/beps/bep_0047.html for more information. This option is ignored when used with v2 or hybrid files.

example:

torrentfile create --align -a http://tracker.url /path/to/my/torrent/content

What's Changed

Full Changelog: v0.8.11...v0.9.1