mktorrent icon indicating copy to clipboard operation
mktorrent copied to clipboard

A simple command line utility to create BitTorrent metainfo files

Results 20 mktorrent issues
Sort by recently updated
recently updated
newest added

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....

under construction

This looks outdated as IIUC upstream maintenance has been handed over to @pobrn: https://github.com/pobrn/mktorrent/blob/de7d011b35458de1472665f50b96c9cf6c303f39/init.c#L307

under construction

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...

feature request

currently: > mktorrent blah.zip -o blah.torrent proposed with magnet: > mktorrent blah.zip -m

feature request

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...

under construction

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.

under construction
feature request

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...

build system

![image](https://user-images.githubusercontent.com/9960618/118208243-f9912600-b498-11eb-8989-ff649fe5189e.png) After looking through the output of **_mktorrent --help_** command, I can't find it. So wondering any hotshot can help me out. Many thanks.