This plugin will unrar a rar file if it's present in the torrent. It works if you have a normal release, like an episode of some series (files like .rar, .r01, .r02... OR .part01.rar, .part02.rar...). If you have a torrent with multiple rars that are not related (such as pics.rar, vids.rar) it will only unrar the first one. But usually there's just one archive (split into more rar files) anyway.
TESTED: - SVN - RC9
To install:
1. copy the egg file into your plugins directory and enable in config. Then set the path to the 'unrar' binary/executable in the deFlate settings (ubuntu: /usr/bin/unrar which is also the default).
that's it.
When you click the appropriate button (see attached image), it will start decompressing. There is no progress bar.
Leave feedback please... Btw, currently only works in webui, but i will probably update it for GTK aswell.
EDIT: now works on RC9 aswell.
EDIT: now generates a log file 'deFlate.log' which can also be viewed in the webui. little bugfix too.
[Plugin] deFlate (unrar plugin)
[Plugin] deFlate (unrar plugin)
- Attachments
-
- deFlate.rar
- deFlate plugin
- (16.98 KiB) Downloaded 356 times
Re: [Plugin] deFlate (unrar plugin)
Good start.
You should move some code from torrent_deflate() in webui.py to core.py.
The client doesn't have to build the command line, let the core do that.
Great, you already figured out how to use webui-config gui.
Maybe a auto-unrar setting would be nice, it would automatically unrar after the download is completed.
See this post for the finished alert : http://forum.deluge-torrent.org/viewtop ... 155#p37775
You should move some code from torrent_deflate() in webui.py to core.py.
The client doesn't have to build the command line, let the core do that.
Great, you already figured out how to use webui-config gui.
Maybe a auto-unrar setting would be nice, it would automatically unrar after the download is completed.
See this post for the finished alert : http://forum.deluge-torrent.org/viewtop ... 155#p37775
dev: webui, core, labels | irc:vonck7 |