Search results

  1. S

    how to edit the svn files

    If you are like me, you like to check out everything with svn. If you are also like me, you use MOST of the plugins for rutorrent. This poses a problem. You can either download rutorrent with svn then svn each plugin (this can be a pain) or you can svn the entire plugins directory and remove...
  2. S

    Right Click on iPad; iPad 2; iPhone or other iDevices.

    http://mobilemouse.com/forum/showthread.php?461-Right-click-in-iPad-version http://www.damsels.org/forum/showthread.php/198098-How-do-I-right-click-on-an-iPad http://www.computing.net/answers/iphone/can-you-right-click-on-a-ipad/1533.html i don't own an IPAD so i cant verify if this works or...
  3. S

    How to upgrade Rutorrent v3.2 to 3.3?

    Most likely you have the SVN version, and in that case do this as the root user: Code: sudo cd /var/rutorrent/rutorrent sudo svn up . plugins/* You may also have to clear your browser's cache and restart it. If it doesn't say ruTorrent 3.3, then your browser is still using the old files...
  4. S

    Uploading

    How is this a howto or tutorial? Upload the data to your download directory, redownload the .torrent file.
  5. S

    How to use rutorrent: Downloading

    How to add a file for download: Open the rutorrent url. Select the "add a torrent" icon (it looks like a globe, as shown in this screenshot) This will bring up another window which will allow you to add torrents to the webui, as shown in this screenshot. This gives you two methods of...
  6. S

    Keeping rtorrent running with cron

    right, some cron daemons are dumber than others. ubuntu's probably has no idea what ~ is, so making everything an absolute path in the script. replace all the variables with what they should be.
  7. S

    how to download files through http

    hello i have question that how to downlaod files through http actually i have ftp for my rtorrent ftp://xx.xx.xx.xx/downloads/file.avi now from ftp am unable to remote upload files to ovfile and other sites which accept only http uploads so any way so that i access http folder...
  8. S

    Keeping rtorrent running with cron

    No luck I'm afraid. Tried with and without the username parameter being specified, and moving the script to a couple of different locations Per syslog the cron job is being run: Quote CRON[3260]: (subsy) CMD (~/rtorrent_cron subsy) Enabled the log and it shows (expected per the script)...
  9. S

    Keeping rtorrent running with cron

    Thanks for the reply sky Pretty sure I tried that last night per the [USAGE] but will give it another go and report back later.
  10. S

    Keeping rtorrent running with cron

    hey won, sky, also having an issue with getting this to work on 12.04 server - running the script from the shell works fine: dtach and rtorrent are started - running via cron @reboot is not working. No log generated, no dtach and rtorrent processes run, but syslog shows: CRON[3239]: (subsy) CMD...
  11. S

    Test your ruTorrent installation

    I'm getting a 404 error when trying to download this script.
  12. S

    How to get auto-tools working properly

    Sorry but i still don't get how this is working Currently i use rtorrent for moving - but i'm quite tired of the rehashing after it has moved the files. This is my setup: Incomplete_dir: /home/admin/ftp/.incomplete/rtorrent/ Quote Incoming...
  13. S

    How do I move after seeding?

    Thanks. I think I understand better now. It looks like it should be something like this in the config file. d.custom3.set="/media/server/downloads1/Complete/" method.set_key=event.download.erased,move_complete,"execute=mv,-u,$d.get_base_path=,$d.get_custom3=;d.set_directory=$d.get_custom3="...
  14. S

    How to use rutorrent: Creating a new torrent (create plugin)

    use the folder as your source. having the _getdir plugin helps navigate it better, but just putting the folder location in the path location should work.
  15. S

    ruTorrent Relocate Plugin

    Cool, but doesn't the "save to" option already allow you to do this? edit: oh, this lets you rename the files and keep seeding them as well? if so that's fairly kickass
  16. S

    How to use rutorrent: FileUpload Plugin

    Hey, Thanks for this genious plugin... just for the sake of science , Ive always got this message : Code: FILE UPLOAD: error - STATUS:parsererror MSG: {"errcode":0,"tmpdir""user23132"} Though, actually, in the end the file is perfectly uploaded...so im just curious. Any clue why ? my tmpdir...
  17. S

    How to use rutorrent: Cookies Plugin

    This guide will hopefully give you all the information you need to use the cookie plugin. For most sites, you do not need a cookie, but for some, you do. If you are getting errors when adding torrents via RSS, this may be the solution. To add a cookie, you need to open the cookie plugin menu...
  18. S

    How to use rutorrent: extsearch plugin

    Extsearch adds a much requested feature of an internal search for your favorite sites with out leaving the rutorrent url. It's installed like any other plugin. (as of the writing of this document, it's only available by svn, but should be available as a normal plugin for the 3.2 release)...
  19. S

    How to install rtorrent, rutorrent, nginx, php-fpm and more on Arch Linux

    This guide is for Arch linux. This will be a step by step guide, but it won't be for the complete novice. I'll try to make it as thorough as possible but there are a LOT of config files which need to be written. You can use whatever text editor you are most comfortable with. Typically nano...
  20. S

    How to use rutorrent: Creating a new torrent (create plugin)

    How to create a torrent: First, click on the "Create" icon (it looks like a star) This should open the "Create" window: Next, add a file source (usually a directory, sometimes a single file) for your new torrent (you can use the _getdir plugin to browse to your source like you would on a...