rndusr / torf-cli

CLI tool for creating, reading and editing torrent files
GNU General Public License v3.0
134 stars 13 forks source link

Feature request #11

Closed ylxb2016 closed 5 years ago

ylxb2016 commented 5 years ago

Thank you! This tool is too powerful, but there is a small regret that it is impossible to view and modify the "source" field of the private torrent file. Can you add this feature? Because the "source" field is important for private trackers. Ps: You can view and modify the ‘’source’’ field of the torrent file via https://github.com/drizt/torrent-file-editor this, but this tool cannot be operated by commander.

rndusr commented 5 years ago

It's on my todo list, there's just so much stuff to do.

It should be relatively simple to add since all the functionality is implemented for other fields, e.g. 'comment', and the Torrent class already supports 'source'. Just in case you (or anyone else) wants to take a stab at this.

ylxb2016 commented 5 years ago

It's on my todo list, there's just so much stuff to do. It should be relatively simple to add since all the functionality is implemented for other fields, e.g. 'comment', and the Torrent class already supports 'source'. Just in case you (or anyone else) wants to take a stab at this.

thanks! @rndusr I wait for this powerful feature for a long time.

rndusr commented 5 years ago

I added the --source and --nosource options.