torf-cli
torf-cli copied to clipboard
CLI tool for creating, reading and editing torrent files
I was trying to create a torrent of a directory which contained a soft symlink to another file also in the target directory: ``` $ ls OVMF_CODE.fd OVMF_VARS.fd snapshot.qcow2 base.qcow2...
Can you please ad support for creating hybrid torrents as a default option but, with the option to create a v1 one torrent if required. hybrid torrent test at the...
Hi @rndusr, is it possible include the options: --nopublisher --nopublisher-url Some trackers include these informations, but is not necessary. 
Hi, I have a folder with 50 .torrent files. How can I run torf-cli to change the annouce and the source of these 50 .torrent files in batch mode? And,...
When I use `torf -i` to try and parse a certain .torrent file I get this output with nothing else. ``` Invalid metainfo: ['info']['piece length'] is invalid: 4192256 ``` It...
Would be super helpful to expose a new option to control the hidden parameter via the CLI. https://github.com/rndusr/torf/blob/dc647cfd631699e968a3f99af5670c1b4312b4f3/torf/_torrent.py#L354C36-L354C48 Awesome project!
I have encountered a .torrent file which fails with `torf._errors.URLError: /1/items/: Invalid URL` when trying to display or edit it. Here is the combined stdout+stderr output from torf -i ```...