Search results

  1. S

    Can't get any rss feeds to work

    I got your invite, and now have my own passkey. I use your link with it instead "xxxx".
  2. S

    EraseData issue

    Use a last ruTorrent version - 3.3.
  3. S

    RSS keep history

    Hi all, I just upgraded to rutorrent 3.3 plus all 3.3 plugins as well. I can't remember from 3.2, did the RSS plugin used to store all the old RSS items? E.g. say I have an RSS feed that only ever shows 10 items. Rutorrent will only ever show 10 items. Even in 2 days time when those 10 items...
  4. S

    _getdir only showing a blank box

    Web-server can't read contents of the rtorrent's download directory. Say chmod a+rx for it.
  5. S

    [SOLVED] Geoip plugin shows disabled

    http://code.google.com/p/rutorrent/wiki/Plugins?wl=en#plugins.ini
  6. S

    Autotools - "Enable Automove (with move operation)" is crashing rTorrent

    Hello, It seems that it works OK now. Thank you for help. I also tried this command for move instead of automove: Code: system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,~/downloads/seed;d.set_directory=~/downloads/seed" This also starts hash...
  7. S

    Autotools problem with automove

    same issue here, but which file contentains the log ? Thanks !
  8. S

    _getdir only showing a blank box

    I'm running Mac OS X (10.6.8) and have managed to get rTorrent (via MacPorts) and ruTorrent working (with Mac OS X's built-in Apache). But I'm having a problem getting _getdir to work. I've installed it and the browse button appears in the create plugin window, but when I click on the button I...
  9. S

    unpack -- delay unpack for use with event.download.finished,move_complete

    You need to install the unrar program itself. On debian-based systems do "apt-get install unrar"
  10. S

    unpack -- delay unpack for use with event.download.finished,move_complete

    Say Ctrl+X log.execute = /tmp/exec.log into rtorrent console. Or add this line to rtorrent.rc.
  11. S

    RSS Updating Issue

    Thanks Novik, That fixed up everything. What i ended up doing is adding the user churchi to the www-data group who owned all the files under the /rutorrent/* directory. Not sure why this all of a sudden happened, but its back working now. Thank you for your help.
  12. S

    RSS feed setup questions

    Lately, I'm getting an increasing number of torrents that are fake and/or have viruses. The only way I've found to avoid this is to closely examine the torrent to see how many peers it has, the file names, etc. I'm getting my rss feeds from iTortv.com. The rss feed they provide includes the...
  13. S

    Problem with create & size torrent

    Check torrent creation program. If you use ruTorrent's plugin 'create' - try to read about it in the projects wiki.
  14. S

    Possible to extend another plugin?

    Hi, I was wondering if it is possible to extend a plugin, by which I mean adding features to an existing plugin. What I would like to do is extend the RSS plugin to have some extra options, that my own plugin can then fetch and play around with. Thanks in advance.
  15. S

    how to install 'filemanager' plugin ?

    much appreciate . it works perfect , and thanks for this awesome plugin !
  16. S

    task plugin ?

    I'm trying to figure out what the _task plugin does. I've done some searching and haven't been able to find an answer. Can someone please explain what this plugin does and how to use it?
  17. S

    Search http download plugin

    http://code.google.com/p/rutorrent/wiki/PluginData
  18. S

    rutorrent trying to open the torrent file locally instead of adding to seedbox

    client side: ubuntu 12.04 firefox 13.01 rutorrent webui plugin 0.0.15 server side: remote seedbox running rutorrent i installed and configured the rutorrent firefox plugin acording to these settings (at the bottom of the page) http://whatbox.ca/wiki/Browser_Plugins everything apears to be...
  19. S

    RSS and Cookies Plugins

    when you first setup rutorrent, it's important to chown or chmod rutorrent/share I typically do something like this, assuming it's installed to /var/www/rutorrent/ and the webuser is www-data (ubuntu, debian, etc) Code: chown -R www-data:www-data /var/www/rutorrent/share/
  20. S

    RSS and Cookies Plugins

    i've had it fail on adding a second ; to the last cookie. I've had others not work without it....i'm sure it's just a quirk