Is there any Torrent Creator on Linux that supports BEP-47 protocol (optimize alignment) ? It’s okay with or without GUI.
Currently using mktorrent, but does not support this important feature. I didn’t find anything on google.
Any suggestions? thanks.
EDIT: for creating v1 torrent.
deleted by creator
It seems that piece-alignment is not yet supported when creating a v1
deleted by creator
Does that work with private trackers?
deleted by creator
Some clients currently do not support downloading hybrid and v2, and v2 has a flaw that can be modified remotely?
so, v2 and hybrid which containing v2 seem to be not a good choice.
deleted by creator
Ahh… This feature should be made known to more people, such as creators, uploaders.
I use torrenttols and BEP-47 is supported. Give it a try.
thanks, I tried this, seems that piece-aligment function cannot be enabled for v1 torrent.
https://fbdtemme.github.io/torrenttools/commands/create.html
I’m having trouble understanding what BEP-47 exactly is. Care to enlighten me?
I’m having trouble understanding what BEP-47 exactly is. Care to enlighten me?
Using padding files to prevent torrents containing multiple files from getting stuck at 99%.
The original Bittorent spec has a really stupid design decision in that it is just a long stream of concatenated files split into fixed size pieces. This means you always have to download parts of adjacent files to get the file you actually want. This leads to all sorts of unnecessary complexity when partially downloading a torrent of what do this with this left-over data, eg qB saves hidden “.<sha1>.parts” per torrent, which you can easily lose.
To get around this, padding files where introduced that “fill” the gap from the end of one file to the start of the next piece boundary where the next file starts with 0x00 filled padding files with naming corresponding to length. It’s a cross-client standard defined in BEP47. Padding files are also required by necessity for hybrid Bittorrent v1+v2 torrents. Any remotely decent torrent client won’t transfer or save these padding files, so the size doesn’t really matter. And even if your client doesn’t, some of the padding names will likely overlap and only be saved once.
https://www.reddit.com/r/DataHoarder/comments/nqwckn/stackoverflow_bought_out_should_we_be_worried/
deleted by creator
These files are the cause of torrents that are stuck at 99%
Quote from your link: “If used incorrectly or maliciously symlinks and padding files can result in internally inconsistent torrents which cannot finish downloading because they contain conflicting hash information.”
deleted by creator