--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076>
Deluge <http://deluge-torrent.org/>
Deluge project
* priority: minor => major
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:1>
--
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:2>
Comment(by Cas):
Using the[http://code.google.com/p/py-unrar2/ py-unrar2] module could make
this simpler to fix.
Alternatively 7zip supports extracting rar and has a command line program
which could be used.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:3>
Comment(by Cas):
I have some relatively untested code that should work:
https://github.com/cas--/Deluge/compare/1.3-stable...Feature;Plugin;Extractor;SupportWindows
It requires 7-zip to be installed in default location or added to windows
PATH.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:4>
* milestone: 1.3.x => 1.3.6
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:5>
Comment(by jkaberg):
Tried your code today, compiled the egg and updated the plugin in Deluge.
Didnt fly im affraid
Debug log: http://pastebin.com/af7JN3Lr
Directory list: http://pastebin.com/z0vjEMLT
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:6>
Comment(by jkaberg):
Replying to [comment:6 jkaberg]:
> Tried your code today, compiled the egg and updated the plugin in
Deluge. Didnt fly im affraid
>
> Debug log: http://pastebin.com/af7JN3Lr
> Directory list: http://pastebin.com/z0vjEMLT
PS: Nothing gets extracted, it just creates an empty dir in output
location
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:7>
Comment(by jkaberg):
Replying to [comment:6 jkaberg]:
> Tried your code today, compiled the egg and updated the plugin in
Deluge. Didnt fly im affraid
>
> Debug log: http://pastebin.com/af7JN3Lr
> Directory list: http://pastebin.com/z0vjEMLT
PS2: Why cant I edit? :( Anyhow, 7zip installed in default location
(C:\Program Files\7-Zip)
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:8>
Comment(by jkaberg):
So if I read your code correctly your passing
7z x -y C:\path\to\input.rar C:\path\to\output\dir
But your missing -o, this will work (I tested with manual input)
7z x -y C:\path\to\input.rar '''-o'''C:\path\to\output\dir
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:9>
Comment(by Cas):
The logs show that it is not using the new Extractor code, you will
actually need to delete the old version in `C:\Program
Files\Deluge\deluge-1.3.5-py2.6.egg\deluge\plugins`.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:10>
Comment(by jkaberg):
Thats odd, thought I did that but rechecked, recompiled and tested again,
and this time it worked :) Nice work! Would it be possible to add an label
option to the extractor, so if the label plugin is enabled it would turn
out as /extract/to/<label>/<torrent name>/<files>.<ext>. Would really help
with automation
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:11>
* status: new => closed
* resolution: => fixed
Comment:
Fixed 1.3-stable: [http://git.deluge-
torrent.org/deluge/commit/?h=1.3-stable&id=e2e37a83d e2e37a83d]
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:12>
Comment (by keretamalam):
I am about to leave and cannot look into this further right now, but I do
want to mention that relying on pkg-config itself is not a problem (as you
said, we also use it later), the problem is that on some systems, the .pc
file for pkg-config is supplying wrong information (whereas on yours, it's
botan-config that is wrong), so that's why I'm trying to make it work with
both (while one of them is bad).
[http://maskodoq.blogspot.com/2014/03/unit-link-terbaik-di-indonesia.html
Unit Link Terbaik di Indonesia Commonwealth Life Investra Link]
[http://maskodoq.blogspot.com/2013/07/CiptoJunaedy.html Cipto Junaedy]
[http://etnisjawa.blogspot.com/2013/08/apakah-cipto-junaedy-bohong.html
Cipto Junaedy]
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2076#comment:13>