Search results

  1. D

    Problem removing torrent + data on latest SVN

    Hi guys, I have a small issue on my server. I have just rebooted the server which had been up for quite a while, so thought i would svn up the rutorrent release. So did that and kicked off rtorrent+rutorrent. I am running rtorrent 0.8.9 What i have found is that now when i select remove...
  2. D

    Ratio groups question?

    Very good, this is the correct answer.
  3. D

    change permission folder

    On the shell, you need to look at the user's umask (man umask). Setting it the way you describe poses a possible security risk though.
  4. D

    rutorrent and transdroid

    Recently (like 2 day ago)i got my hands on an cheap tablet with android to read comic's and light novels while i m not at home, but since i got free internet for 30 days i tought in trying managing my stuff from the table to see how everything works, and ofc one of the things was rutorrent. At...
  5. D

    sync .torrents which are seeding to actual data

    i typically search through the data by hand. if you use your watch folder and the torrents are named you could simple do an ls of watch and match the torrent names to folders in your downloads directory.
  6. D

    Seeding VS Completed

    Thank you so much
  7. D

    Seeding VS Completed

    Question=when a file gets a 1.0 ratio,it looks like the file goes to "Compleated" instead of "Seeding" Is the file still seeding? If no, how can i turn it off so its always seeding? Thanks in advance for your help
  8. D

    Separate watch & completed directories.

    Is there a particular reason you can't just help me solve it and be on my merry way then? I don't intend to cause problems or stir up issues, I just want to learn and help others in the future.
  9. D

    Queue Torrents in Rutorrent

    This is because rtorrent check active torrents one time per second. Anyway, this is a rtorrent issue, ask its author about that.
  10. D

    Queue Torrents in Rutorrent

    You can't do that with rtorrent. You can define a count of maximum active torrents (downloads+seeding). For rtorrent v0.8.9 you must add line scheduler.max_active.set = number to rtorrent.rc for that. For example, scheduler.max_active.set = 10
  11. D

    Separate watch & completed directories.

    I'm not a teacher, sorry. And my english is a not enough for that.
  12. D

    Separate watch & completed directories.

    Yet once. You have two 'schedule' statements. In second you define variable datflac, in first - not. But event.download.finished will work for *both* cases. As result - you will set torrent's directory to empty for first statement. Is you really want this? Quote Does that mean that this will...
  13. D

    Separate watch & completed directories.

    Are you really understanding your problem? Code: schedule = watch_directory_1,10,10,"load_start=~/watch/*.torrent" get_custom=datflac is undefined after this... Code: system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom=datflac ... and you set...
  14. D

    Separate watch & completed directories.

    No. Read something about branch command.
  15. D

    Separate watch & completed directories.

    1) Add d.set_directory to the first schedule. Or 2) Add branch= part to move_complete. Or 3) Forget about this and use plugin 'autotools', feature 'autowatch'.
  16. D

    Separate watch & completed directories.

    Like this: Code: directory = ~/files schedule = watch_directory_1,10,10,"load_start=~/watch/*.torrent" schedule = watch_directory_2,10,10,"load=~/watch/FLACs/*.torrent,d.set_custom=datflac,~/FLACs" system.method.set_key =...
  17. D

    Undefined Variable

    rtorrent 0.9.0 latest svn version of rutorrent the log file is log.execute
  18. D

    Undefined Variable

    They are all svn. I downloaded the latest svn trunk and plugins to a new directory and the same thing happened. My real issue is that my torrents complete rather than seed when they finish downloading. If I start them again, they will be paused. If I force recheck, they start seeding according...
  19. D

    Undefined Variable

    Hi When I run the following, I get errors. /usr/bin/php /var/www/rutorrent/php/initplugins.php PHP Notice: Undefined variable: pInfo in /var/www/rutorrent/plugins/autotools/init.php on line 28 PHP Notice: Undefined variable: pInfo in /var/www/rutorrent/plugins/cookies/init.php on line 3...
  20. D

    I need to know where to find a few files

    I used brocks auto installer but now I get the scgi error and was told to use the httprc which is installed, so I tried what the config.php says and did this, $scgi_port = 0; $scgi_host = "unix:///tmp/rpc.socket"; and still got the error, can someone tell me how to find the files for the...