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
- bump version 0.8.12 by @alexpdev in #175
- Version 0.8.13 by @alexpdev in #177
- Updates to documentation and docstrings by @alexpdev in #178
- bump version v0.9.0 by @alexpdev in #180
- 0.9.1 by @alexpdev in #184
Full Changelog: v0.8.11...v0.9.1