-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New plugin for dumping .torrent info #2650
Conversation
Mark ruTorrent v4.3 as stable
See Novik#2646. User didn't know the PHP extensions `dom` and `libxml` were required for RSS to function properly.
… not enough, we need complete untrimmed dump. Added special flag FLG_DO_NOT_TRIM to skip log trimming.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please submit to develop
branch instead of master
. We will release with ruTorrent v4.4
. The wiki also has public permissions to edit. You can add this plugin in there.
Fixed. Wiki page is added. |
LGTM! Thanks! |
Useful plugin, I started testing v5.1beta and the plugin is included. |
if dumptorrent not installed sudo apt-get install gcc make |
Regularly I need to export info about torrent (all filenames, exact size in bytes, etc) to the text format. So I wrote a simple plugin:
The plugin uses external tool to dump the torrent. Personally I use old dumptorrent utility with several patches, but it's configurable, so you can use any utility you want.