Skip to content
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

Merged
merged 5 commits into from
Apr 15, 2024
Merged

Conversation

TheGoblinHero
Copy link
Contributor

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:
dump
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.

stickz and others added 4 commits March 29, 2024 15:07
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.
Copy link
Collaborator

@stickz stickz left a 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.

plugins/dump/plugin.info Show resolved Hide resolved
plugins/dump/lang/ru.js Outdated Show resolved Hide resolved
plugins/dump/lang/en.js Outdated Show resolved Hide resolved
plugins/dump/conf.php Outdated Show resolved Hide resolved
plugins/dump/conf.php Show resolved Hide resolved
@TheGoblinHero TheGoblinHero requested a review from stickz April 15, 2024 11:44
@TheGoblinHero
Copy link
Contributor Author

TheGoblinHero commented Apr 15, 2024

Fixed. Wiki page is added.

@TheGoblinHero TheGoblinHero changed the base branch from master to develop April 15, 2024 11:47
@stickz
Copy link
Collaborator

stickz commented Apr 15, 2024

LGTM! Thanks!

@stickz stickz merged commit c7ce8ba into Novik:develop Apr 15, 2024
@buggsi
Copy link

buggsi commented Nov 18, 2024

Useful plugin, I started testing v5.1beta and the plugin is included.

@jegue
Copy link

jegue commented Nov 23, 2024

if dumptorrent not installed
follow this

sudo apt-get install gcc make
wget "from github source"
tar -xvf dumptorrent-1.x.tar.gz
cd dumptorrent-1.x
make
sudo cp dumptorrent /usr/local/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants