Opened 14 years ago
Last modified 10 years ago
#629 new plugin-request
"Find My Downloaded Data" plugin
Reported by: | jonesmz@… | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | Plugin | Version: | |
Keywords: | Cc: | koulevprime@… |
Description
Plugin that takes a .Torrent file and searches through user chosen folders and their children to find data that looks like it belongs to that .Torrent. Potentially for multiple torrents at a time
Use case
I have a folder with quite a bit of downloaded data. if i lose my config in deluge and all of my resume data dies, I'm kind of SOL on trying to get all my downloads to start pretty again. Would be nice to be able to drag a stack of .Torrents onto the deluge window and select the "Find my data for me" option, walk away, and come back with all the menu clicking taken care of for me.
Change History (2)
comment:1 Changed 13 years ago by Cas
- Milestone set to Future
- Priority changed from major to minor
- Version 1.0.6 deleted
comment:2 Changed 10 years ago by torik
- Cc koulevprime@… added
Very old request, but I wanted to chime in. I plan on developing this plugin for a class project. I have the underlying logic already written in Python (see here: https://bitbucket.org/torik/local-bittorrent-file-finder/wiki/Home). Now comes the task of integrating it into a plugin structure.