Search results

  1. P

    How to get auto-tools working properly

    Destination path must be mounted in the some file system as source.
  2. P

    How to get auto-tools working properly

    The first one i can help with, the second one i can't. if you check in the plugins/autotools/conf.php you will see the autowatch options. you can change the default to anything, i believe it's at 300 seconds by default Unfortunately, the guy who wrote auto-tools hasn't updated it and is sort...
  3. P

    How to get auto-tools working properly

    Thanks A Million, I commented out the line: Code: on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,/mnt/DATA/Torrents/Complete/ ;d.set_directory=/mnt/DATA/Torrents/Complete/" and now all works as planned!!
  4. P

    How to get auto-tools working properly

    dude, there is nothing to "come up with" It's not OUR PROBLEM IT's not even a REAL ISSUE. It's purely cosmetic, if you want someone to work on something, complain to the BROKEN ASS TRACKERS
  5. P

    How to get auto-tools working properly

    again, i'm not mad either, let me see if i can explain it better. rutorrent is not a torrent client AT ALL it's simply a web front end for rtorrent. A lot of the fancy features are either addons or tricks of code. "auto-tools" uses one of these tricks. basically, what autotools does is...
  6. P

    How to get auto-tools working properly

    Dont know. You may add enhancement request for author of plugin.
  7. P

    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...
  8. P

    How to get auto-tools working properly

    And I answered in my post above Maybe I didn't make it clear enough - sorry for that. Thanks for all the help.
  9. P

    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...
  10. P

    How do I move after seeding?

    Thanks for such a detailed reply. So to me it looks like you are setting the label and then using the label to set the directory. Is that correct? Sorry if this is a stupid question - Why do you have "$d.get_custom=seeding" when going from downloading to seeding but then...
  11. P

    How to install multiple users on FreeBSD

    It works! Yeah Novik65, you rock big times!
  12. P

    How to install multiple users on FreeBSD

    yah, you can manually type in your download directory, but what might be easier is putting a symbolic link for your download directory in the directory it defaults to. for example, if your download directory is /home/wonslung/rtorrent/downloads/ and the default directory that it goes to is...
  13. P

    Move erased torrents

    1) try to use brackets. system.method.insert=movedir2,simple,"d.set_directory=$d.get_custom2=;execute={mv,-u,$d.base_path=,$d.get_custom2=};d.set_custom2=;d.stop=;d.start=" 2) try to add spaces after semicolons. 3) try to use your own script instead 'mv' and check inside - is it called, what...
  14. P

    How to use rutorrent: FileUpload Plugin

    Hi people , this is my first post , Thanks for the plugin , its realy exelent ! , wanted to ask if we can change the command line using the plugin to handle the bandwidth and other settings My other problem is how to solve the special character on the LOG, begins with that character and ends...
  15. P

    How to use rutorrent: FileUpload Plugin

    I got this error how to solve it : fileupload: Plugin will not work. rTorrent user can't access external program (plowup). I install plowshare already.
  16. P

    How to use rutorrent: extsearch plugin

    Simple press magnifier icon.
  17. P

    How to use rutorrent: extsearch plugin

    Turn it's off in the settings dialog.
  18. P

    How to use rutorrent: extsearch plugin

    im sorry torrent sites are not working torrentday iptorrent blackcat-games pretome.info bitgamer thanks
  19. P

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

    Thank you for the guide! But why the hell would you install from source when there's a perfectly viable package manager? This isn't slackware, man. How do you update it when ngix is updated? Do you go and download the new package and recompile it every time?