Search results

  1. L

    Web UI DONE section background

    Or you can simply temporary move all plugins subfolders (exclude ...) to another place.
  2. L

    Web UI DONE section background

    Open tab 'Plugins', select all plugins (click on table, Ctrl-A), exclude donecolor, theme, httprpc (Ctrl+LMB on item), press RMB (on any selected item), say 'Launch/Disable' and reload ruTorrent. BTW, what ruTorrent version you are use? UPD. You should see something like this:
  3. L

    Web UI DONE section background

    Try to disable all plugins (exclude donecolor, theme, and httprpc) and check yet once.
  4. L

    Download, Upload Status page in the titlebar and more.

    1. Something similar to this. Code: D: 0.00K U: 0.00K - ruTorrent v3.4 and the ability to include this in the options. 2. The column status (seeding, downloading, checked) connected to the column done (%)
  5. L

    Enhancement request for Autotools

    IMHO this can't be done. rTorrent hasn't any event like 'it connected to a tracker'.
  6. L

    Show piece size (chunk size) in General tab

    It would be helpful if rutorrent showed the piece size (chunk size) in the General tab information. I know I can find it with the Chunks plugin, by going to the Chunks tab, but that is rather slow for torrents with a lot of chunks. So why not show the piece size in the General tab? Should be...
  7. L

    How to setup rtorrent with cherokee-admin

    so does rtorrent not load at all? does ti just keep on the spinning wheel? if so this is probably due to a plugin error. If this is the problem remove all your plugins then try again also, you're not running cherokee "chrooted" are you? Edit: Those errors are apparently not real (the epoll...
  8. L

    How to setup rtorrent with cherokee-admin

    Did you compile rtorrent with xmlrpc support?
  9. L

    Back to load on webui!

    Hello , I have got around this by placing the link to my php file by making a new tab as shown by wonslungs guide. http://forums.rutorrent.org/index.php?topic=7.0 Thanks again
  10. L

    how to edit the svn files

    Thank you very, very much! Work perfectly, saves me so much hassle in doing each plugin manually! Legend!
  11. L

    How to set up rutorrent 3.0 with multi-user support

    another thing you should know which may help. rtorrent will run happily with a single port. I've run 400 torrents using just one port. This can help TREMENDOUSLY when trying to shape traffic. Most shapers will let you shape via port, ip, or even protocol.
  12. L

    How to set up rutorrent 3.0 with multi-user support

    i just reread your question. To set a global limit for ALL users would fall to your firewall. This is very much outside the scope of rutorrent and in my opinion shouldn't be added. As always, you can limit users via .rtorrent.rc to a max speed per user and then amke it where they can't...
  13. L

    How to set up rutorrent 3.0 with multi-user support

    yes, in 3.0 you can set global speed settings via the lower menu bar, i'll post screen shots. It's wonderful
  14. L

    How to set up rutorrent 3.0 with multi-user support

    Thanks for the updates , i was just guessing at a lot of it. I'll update the guide with this info.
  15. L

    loginmgr

    No. For example, it will works for RSS too. This is a analog of plugin 'Cookies'.
  16. L

    loginmgr

    For some sities you can't use plugin Cookies, because this sities use another auth method (or change cookies set very often). Plugin loginMgr is intended for work with such sities. At this moment plugin loginMgr realize auth scheme for 2 sities - ruTorrent.org and hd-dream.net. If you don't use...
  17. L

    Can't change session directory in Advanced settings

    Read /tmp/errors.log. You can't change session directory while it is enabled. You must disable it first.
  18. L

    How to set up rutorrent 3.0 with multi-user support

    NOTE: I will be re-writing this in the next day or so. Also be on the lookout for os specific guides. This will explain the basic concepts behind rutorrent multi-user support. It's important to note that this multiple user support STILL requires multiple rtorrent clients (one for each...
  19. L

    Create script to seed torrent

    This works. You need http://code.google.com/p/pyroscope/wiki/CliUsage#rtxmlrpc and http://code.google.com/p/pyroscope/wiki/CliUsage#mktor #! /bin/bash set -e if test $# -lt 1; then echo "Usage: $(basename $0) «directory»" exit 1 fi tracker=.... local_watch=/var/torrent/watch...
  20. L

    Questions on Ratio Setup

    Many thanks dsouvik for your patience