Pretty off topic now, but you can use multiple watch dirs in rtorrent, and save the torrent data to some dir of your choice. See http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasks
Yes each filter can override the global watch dir setting.@SG
the plugin brock wrote is much more user-friendly than something like pywhatauto
I'll admit i've had some problems getting it set up on some machine but never any problems USING it.
you might wanna look into trying it out.
I used to use rss but now i use the irc too
when i run ps x i can see autodl is running[29.01.2011 14:56:07] Error downloading files. Make sure autodl-irssi is started and configured properly (eg. password, port number): Could not read file Tv TORRENTs ro.tracker: AJAX error, status: parsererror
Strange now ruT is giving me this error32303 ? Ss 0:00 SCREEN -S autodl -d -t rtorrent -m rtorrent
Bad response from server: (200 [parsererror,gettotal]) HTTP/1.1 200 OK Date: Sat, 29 Jan 2011 22:56:21 GMT Server: Apache/2.2.14 (Ubuntu) Authentication-Info: rspauth="***************", cnonce="***********", nc=*********, qop=auth X-Powered-By: PHP/5.3.2-1ubuntu4.7 Content-Length: 51 Keep-Alive: timeout=15, max=79 Connection: Keep-Alive Content-Type: application/json; charset=UTF-8 ["3176324706","*********","********","***********"]
You only need to say yes when it asks you about the rutorrent plugin and autodl-irssi (and optionally the startup script and rtorrent). You've already set up rutorrent and apache, so you probably don't need to re-install them. Stop Irssi first.shut down apache and just choose no for everything but irssi?
tried port 36969,16969 and then 6969. Same error :/Error getting files listing: Error: Could not connect: (111) Connection refused
15:49 -!- Irssi: GUI server listening on 127.0.0.1:6969
15:50 -!- Irssi: Reading configuration files
If it added a port and password to your autodl2.cfg, then it also did the same thing to your conf.php file. Stop irssi, re-run the installer, and try again without changing the settings in conf.php and autodl2.cfg.So i did that. Now in autodl2.cfg it had the two lines with what looked liked random info. I replaced it with the port and pass i set in conf.php. Now ruT says
tried port 36969,16969 and then 6969. Same error :/
Irssi just says
The rutorrent dir i chown -R www-data:www-data , and then chmod -R 777 . I just went off the install guide here. Should it be different? The user running rT is SG. Should i chown -R that?RSS works on such way:
1) One per 30 min (or per another interval from plugins conf.php) rTorrent receive contents of all feeds and place its to local cache. In your case - to directory rutorrent/share/users/shankedgolfer/rss
rTorrent user must have permission for write to this directory. Check this.
2) When you load ruTorrent, web-server's user periodically load local cache and sent it to interface. Timer on interface show *this* interval.
3) When you manually update feed, web-server's user receive contents of feed, place its to local cache and send this info to ruTorrent interface
Really, this is a not reason. This is a consequence only. But anyway, thanx, i guess this problem is a solved now.I decided to have a look. The reason it's not working is because there are three plugins using the same global variable $updateInterval, i.e., rss, 'trafic', and scheduler. scheduler's updateInterval is set to 60 (see its conf.php file). trafic's updateInterval is set to 15.
Hey brock,I decided to have a look. The reason it's not working is because there are three plugins using the same global variable $updateInterval, i.e., rss, 'trafic', and scheduler. scheduler's updateInterval is set to 60 (see its conf.php file). trafic's updateInterval is set to 15.
If you're not using the 'trafic' or scheduler plugins, you can remove them from your plugins directory and everything should be working (Novik will probably see this later and fix it, though). You may also need to restart rtorrent. Your .rtorrent.rc file should also call initplugins.php, eg. something like this
so what was the reason?Really, this is a not reason. This is a consequence only. But anyway, thanx, i guess this problem is a solved now.
Multiple php files (conf.php) included once, each one overwriting the other conf.php's updateInterval variable. That's why some people got a 60 mins wait, and others got a 15 mins wait before the RSS plugin updated itself.so what was the reason?
Addition one "incorrect" statement "require_once" into the file php/getplugins.php.so what was the reason?