eith0s / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

Auto start downloads when torrent added #812

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. upload a torrent via rutorrent GUI
2. the torrent is added but in stop state
3. need to right clic and clic on start

What is the expected output? What do you see instead?

What environment are you using?
1. My ruTorrent version is 3.5
2. My rTorrent version is 0.9.3
3. I use web-server lighttpd
4. I use browser chrome

Are some errors present in the web-server log? No

Are some errors present in the browser error console? No

Is it possible to auto start a download when a torrent is added via the 
rutorrent web interface (including torrent added via RSS)

Original issue reported on code.google.com by maxime.g...@ingesup.com on 23 Mar 2013 at 6:54

GoogleCodeExporter commented 8 years ago
Can't reproduce this. Any additions?

Original comment by novik65 on 24 Mar 2013 at 6:39

GoogleCodeExporter commented 8 years ago
In fact the problem is with rtorrent. On rtorrent interface when a torrent is 
added to the watch directory, it is added but as [CLOSED] download.

In rtorrent CLI, I need to manually start the download.
My schedule in .rtorrent.rc is : 
schedule = watch_directory,5,5,"load_start=./.watch/*.torrent"

Same problem at : http://forums.rutorrent.org/index.php?topic=4159.0

Original comment by maxime.g...@ingesup.com on 24 Mar 2013 at 9:33

GoogleCodeExporter commented 8 years ago
rtorrent issues page is here - https://github.com/rakshasa/rtorrent/issues

Original comment by novik65 on 24 Mar 2013 at 10:42

GoogleCodeExporter commented 8 years ago
I'm having the same problem, I can tell for sure that it's related to rutorrent.
It works fine on rtorrent by itself (both running on another user, or if I 
close rtorrent, remove the line on .rtorrent.rc that runs rutorrent initscripts 
and then run it).

Right now I'm trying to find out exactly which plugin is stopping it. If I find 
anything out, will post here.

Btw, using irssi-audl default install of rutorrent.

Original comment by buga...@gmail.com on 28 Apr 2013 at 4:08

GoogleCodeExporter commented 8 years ago
Found the culprit, retrackers plugin.
This plugin on start of a torrent, stops it, so that it can change it's torrent 
file to append a tracker.
Even if no trackers are added it'll still stop the torrent.

Original comment by buga...@gmail.com on 28 Apr 2013 at 4:21