mktorrent
mktorrent copied to clipboard
A simple command line utility to create BitTorrent metainfo files
Would it be possible to cut a new release soon? The last one was four years ago and it seems ownership of the project has changed hands once again.
To reduce the torrent fingerprinting surface.
Please include a manpage together with the tool. A starting point could be the manpage written for the Debian package (which I maintain): https://salsa.debian.org/debian/mktorrent/-/blob/debian/latest/debian/mktorrent.1 which could be included almost as-is....
This looks outdated as IIUC upstream maintenance has been handed over to @pobrn: https://github.com/pobrn/mktorrent/blob/de7d011b35458de1472665f50b96c9cf6c303f39/init.c#L307
Currently, each output .torrent includes metadata "created by mktorrent `$version`": /* I made this! */ fprintf(f, "10:created by13:mktorrent " VERSION); See https://github.com/pobrn/mktorrent/blob/master/output.c#L165 I would love an option to disable emitting...
currently: > mktorrent blah.zip -o blah.torrent proposed with magnet: > mktorrent blah.zip -m
When OS X creates a torrent file, it uses a UTF-8 naming convention, however it's using the Normalization Form Canonical Decomposition (NFD) instead of Normalization Form Canonical Composition (NFC). Most...
Would be nice, if this tool would be updated with the latest BitTorrent Protocol Specification v2 described here: http://bittorrent.org/beps/bep_0052.html Especially the part with stronger hash functions (SHA2-256) would be nice.
Hi, here's a couple of patches mainly centered around modernizing the the project's build system and providing CI/CD via GitHub Actions. ### Build system Basically, This PR gets rid of...
 After looking through the output of **_mktorrent --help_** command, I can't find it. So wondering any hotshot can help me out. Many thanks.