Search results

  1. S

    How to auto move to a directory based on label

    or you could just use auto-tools which is much nicer.
  2. S

    How to use rutorrent: Updating

    Could anyone list the steps for Updating rutorrent and keeping data/torrents from previous versions? Thanks
  3. S

    How to use rutorrent: Downloading

    When adding the torrent check the box marked "Don't start the download automatically". Load the torrent and go to the files tab, select all the files (ctrl+a) then use the right click context menu and select Priority > Don't Download. Then select the episodes you do want and set the priority to...
  4. S

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

    I can start a "buy dsouvik215 an ipad fund" or we can try to find a developer with an ipad who cares.
  5. S

    How to upgrade Rutorrent v3.2 to 3.3?

    Hi, Could someone tell me on how to upgrade Rutorrent v3.2 to v3.3 (I have used Easy ruTorrent installer + Web server, FTP, Webmin (Ubuntu/Debian/Fedora/More) to install rutorrent
  6. S

    Keeping rtorrent running with cron

    I've used this method in the past. I love cron for this.
  7. S

    Test your ruTorrent installation

    This is a script that will test your ruTorrent installation from a remote computer. The most important thing it tests is that your RPC mounts are secure. If they're not, then your computer could be hacked. It currently tests this: - RPC mount points are protected (requires password) - user1...
  8. S

    Keep track of uploads between reboots

    See attachment. Any questions?
  9. S

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

    Do you open google chrome on the SAME PC as that runs rtorrent & rutorrent ?? If so , then 127.0.0.1 should work .... if not .... make usre your webserver listens on the IP of your pc/server running both apps And then on the pc you try to open the webui , use the IP of the server/pc
  10. S

    How do I move after seeding?

    So here is the problem with this idea. The closed event type definitely fires when you shut down rtorrent so all torrents are moved to ...Completed/[label] even if they have not been removed from rtorrent. Also, it fires if a torrent is stopped and then restarted. There must be a more...
  11. S

    ruTorrent Relocate Plugin

    Hi, I'm verry interrested in the plugin, i try it but i could not see the menu 'relocate' when i right click on a file. Could you help me ?
  12. S

    How to automatically upload with gdrive / megacmd after finishing download

    Hello. I really can't find any documentation I can understand, just code snippets and I can't get them to work when modifying them. I want all torrents to be uploaded to Google Drive using the gdrive or megacmd command line tool (it works in general): https://github.com/prasmussen/gdrive For...
  13. S

    How to use rutorrent: RSS plugin

    Quote (note, regex filters need to be enclosed in tags like this: / some filter /i or / some filter /u (i means case insensitive, which is what i use most often, u means case sensitive) "i" really means case insensitive. By default - case sensetive. And "u" means "use UTF-8 for...