torrentool icon indicating copy to clipboard operation
torrentool copied to clipboard

The tool to work with torrent files.

Results 11 torrentool issues
Sort by recently updated
recently updated
newest added

[temp.zip](https://github.com/idlesign/torrentool/files/8636880/temp.zip) There is a torrent file, the info_hash from torrentool is "90005b48ee3680fe19a3ba365286e620a1c28e94"。but after I added it to qbittorrent, the real value of hash I got from qbittorrent is "cd83facad1b0ca0670a4612312a62ac259d96cf3".

question

May be use https://github.com/ngosang/trackerslist

enhancement

hello i am using python3.9 i have some files named by '[date] xxxxx,zip' then, i create torrent by torrent = Torrent.create_from('/'+ date+ '/') torrent.to_file('my.torrent') but i cant hash it with...

question

Prevent corrupting filename in the case the path is contained in a file name Ex. from current working dir: ``` DIR/ DIR/prefix_DIR_suffix.ext ``` `DIR/prefix_DIR_suffix.ext` would previously be normalize to `prefix__suffix.ext`...

enhancement

Maybe the intended code on line 356 on torrent.py is: if (size_data>size_max) because the condition: if (size_piece>size_max) seems impossible to meet from code above it

bug

https://pypi.org/project/modern-bencode/ decode torrentool_bencode 29.49319815635681 s decode modern-bencode 13.25705099105835 s Booth libraries are using pure Python code. Maybe you can improve your performance. ```python def read_torrentool_bencode(torrent_file): metadata = torrentool.bencode.Bencode().decode(torrent_file) return metadata...

enhancement

there is any way to load the torrent status nly by the magnet link?

enhancement
question

This is more a wish list then a feature request, I'm prob gonna send a pr for all them. - [x] Support for webseed and http seed - [ ]...

enhancement

Improve piece size to avoid overly large torrent file size

enhancement

In my repo, an user is having issue with some of his/her torrent files ([link to original issue](https://github.com/vinhtq115/rename-torrent-from-hash/issues/3)). I have filtered out files that are causing errors and uploaded them...

question