Search results

  1. L

    Cookies & RSS don't like?

    Thanks but all permissions are in order; I tried 644 and 744 for the rtorrent-user but both fail. I tried looking up the options to log this but couldn't find a debug option for this plugin?
  2. L

    Cookies & RSS don't like?

    Removed both RSS & Cookies plugin Cleaned out user-setting directory for RSS Complete SVN checkout for rutorrent as well as the cookies Restarted server Add RSS-feeds & filters again Result: same... Nothing gets updated thus nothing gets downloaded.
  3. L

    Issues with mediainfo and screenshot plugins

    Remount /tmp without noexec flag.
  4. L

    Cookies & RSS don't like?

    Quick explanation: Ubuntu 12.04 Server, rTorrent 9.3, ruTorrent 3.5. Up til yesterday; no problems whatsoever with my install (no COOKIES plugin installed). Wanted to add RSS that required cookie. So, did svn checkout on the cookies-plugin, chmod just like the rest of the plugins, restarted...
  5. L

    I need to move files from rutorrent ( through filemanager plugin )to some folder

    Either set your $topDirectory to / or symlink /var/www/rapidleech/files/ to something like /downloads/rapidleechfiles (ln -s /downloads/rapidleechfiles/ /var/www/rapidleech/files/) Make sure webserver and rtorrent user has write perms to the directory
  6. L

    Autotools doesn't work & no log

    Hi, I'm using rutorrent 3.5 & rtorrent 0.9.2. Autotools plugin doesn't work at all. I enabled the output log ($autodebug_enabled = true;), but then I don't know where the log is and nothings comes up on the web GUI. I'm trying to enable "Automove" with symlink. Nothing happens after the...
  7. L

    RSS don't start downloading

    Yet once. You *create* your filter when you press Add button. And only after that you can configure filter's parameters.
  8. L

    RSS don't start downloading

    You must do this *first*.
  9. L

    How to create a plugin?

    Is there a guide somewhere? What files are required, what hooks are available, etc. Thanks.
  10. L

    Loginmgr

    Might be typo but that should be in plugins.ini not config.ini (no such file exists) this may be in /path/rutorrent/conf or /path/rutorrent/conf/users/username/ or both
  11. L

    Loginmgr

    Any edits to plugins.ini ?
  12. L

    Error initializing filter 'drawtext' with args

    Hi am trying to use the screenshot plugin need help am getting this error here form console command log on rutorrent webui ------- Video screenshots creation started. Please wait this could take some time ffmpeg version 0.10.9-7:0.10.9-1~precise1 Copyright (c) 2000-2013 the FFmpeg developers...
  13. L

    add google in a tab (or some other site)

    i think it would depend on the TYPE of authentication needed for the page.
  14. L

    add google in a tab (or some other site)

    This worked Again Thanks
  15. L

    add google in a tab (or some other site)

    Great Infomation about adding tabs Thanks I have added a tab for a shout box to my page and was wondering if there is a small hack to allow this tab to be the default tab when rutorrent is loaded.
  16. L

    add google in a tab (or some other site)

    are you using SVN? this only works with svn versions.
  17. L

    Install all plugins

    You need to install the programs that are missing. On debian it would be something like: apt-get install rar zip ffmpeg mediainfo
  18. L

    add google in a tab (or some other site)

    ** I DIDNT WRITE THIS, ALL CREDIT GOES TO NOVIK ** anyways, i'd like to share it because it's been of great use to me. this only works with svn versions of rutorrent. It should also work on 2.8 when it drops. go to your rutorrent files, in the plugin dir and make a new dir called new_tab...
  19. L

    Web Proxy and rtorrent manager??

    http://forums.rutorrent.org/index.php?topic=1417.msg8853#msg8853
  20. L

    rProcess config on seedbox

    Hi All, I saw the thread about using rProcess in rtorrent to copy files to a new directory in linux. Unforunately, I can't get it to work. I've pasted the config file below, and I am specifically wondering about the "host = scgi:server.feralhosting.com/feraluser/rutorrent/rpc" line. Thanks in...