Search results

  1. R

    Ratio Group

    I think many users would still like to see this implemented, including me.
  2. R

    Ratio Group

    Okay thanks, I'll try and integrate that into my system. One thing, does leaving idle seeding torrents consume a lot of resources? Because I'm happy to seed indefinetly provided that it doesn't degrade the performance of my system. How many concurrent can your system handle, you said it was on...
  3. R

    Ratio Group

    Can someone explain (as I can't find any documentation) how it exactly works? What is the UL column for for example.. max. upload speed? I'm a little confused... Thanks
  4. R

    Ratio Group

    This is a hell of a good idea. you should open a ticket. http://code.google.com/p/rutorrent/issues/entry
  5. R

    question to coders: how to store passwords

    I'm wondering if anyone has any stradegy for storing passwords when they have to be send out....I'm familar with methods of salting them and hashing them when you are RECIEVING them from a user (like for a database of some kind) but does anyone know a method for doing thing when you need to SEND...
  6. R

    Direction or Plugin: Context Menu Cross-Seeding

    d.get_directory a method of rtorrent's xmlrpc API. Try to learn it. http://code.google.com/p/gi-torrent/wiki/rTorrent_XMLRPC_reference
  7. R

    Direction or Plugin: Context Menu Cross-Seeding

    Thanks, that worked. Now to make this actually do something.
  8. R

    Plugin: Change date to YYYY-MM-DD HH:MM:SS

    It's so exciting to me that we have people like you starting to develop plugins for rutorrent. If there is anything i can do to help let me know.
  9. R

    Attention for plugin developers.

    Vietnamese localization was added to svn version of ruTorrent. You must add to your plugins file 'lang/vi.js' if your plugins contain localization resources. For example, you may simple copy 'lang/en.js' to 'lang/vi.js'. Otherwise ruTorrent with your plugin will'nt work normally.
  10. R

    [Plugin] Ratiocolors

    Thank you
  11. R

    [Plugin] Ratiocolors

    I got: JS error: [http://ip-adress/rutorrent/plugins/rutorrent-ratiocolor/lang/de.js : 9] thePlugins.get("ratiocolor") is undefined
  12. R

    [Plugin] Ratiocolors

    Sorry about that, but long ago you were not there. background-color doesn't work on theme Oblivion and add Code: $(this).css("font-weight", "bold");Add option to on / off for font only.
  13. R

    [Plugin] Ratiocolors

    I'm working on adding a real config file but I'm to lazy to complete it. Some users requested this plugin in another thread before I was finished and that's why I released it not totally finished. The thing with gradient it how i works. It goes in a gradient between the color in the levels. So...
  14. R

    suggestion for change in the unpack plugin

    i really want this only on RSS feeds, anyone have a hack for this?
  15. R

    suggestion for change in the unpack plugin

    I'm pretty sure it happens. As soon the unpack starts theres a folder in the destination dir with a locked file. as soon as the unpack is finished - I can see that the cpu usage goes down, the file is released and can be moved, renamed, whatever... But are you saying it is easily changed in...
  16. R

    A plugin for live support!

    I think you can do it with an iframe in a new tab. Not the best way but must work. Or may be you can add it in a button on the top bar that launch the html you want. I'm sure there must be best way to doit, just a few ideas.
  17. R

    suggestion for change in the unpack plugin

    is it possible to change the unpack plugin so it'll unpack to a tmp folder and then move it to the specified destination folder after it's finished? I ask because I have a script that reacts to the files in the unpack destination folder and it fails when some files are still being unpacked
  18. R

    Extratio plugin modification idea

    Ah, ok. And if it's just: If the torrent size is under 10go, set a max upload speed when a ratio of 3 is reached Else set a max upload speed when a ratio of 2 is reached. Possible? Or it's also a specific task? Thanks Novik!
  19. R

    Ratio plugin modifications ideas

    Yes, of course. But it's not possible to set throttle automatically when a ratio is reach.
  20. R

    Mediainfo Plugin

    In debian & distros you can install media using the package manager (apt-get install mediainfo). Not sure about the included features which they offer in their package. I think there are no packages for RHEL (or maybe fedora has one).