Search results

  1. S

    RSS Alerter

    Hi guys, I had been working on my own replacement to wTorrent, and found your web UI, and I started using it immediately. It is definitely the best bittorrent web UI out there, by leaps and bounds. I really like the RSS functionality, but I am trying to make some changes. I previously had a...
  2. S

    Default setting for Ratio plugin, need some help

    I think, you must force plugins initialization before this line. http://code.google.com/p/rutorrent/wiki/Plugins?wl=en#Starting_plugins_with_rtorrent Don't know. Try to find info in the rtorrent' author page.
  3. S

    new plugin - tadd_labels

    hey everyone, i took all of your suggestions and made it happen! here's the 1.0: http://code.google.com/p/rutorrent-tadd-labels/downloads/list try it out, hope you like.
  4. S

    new plugin - tadd_labels

    Hi I have tested it and work fine! I have some advise for next version : - Fix size of combo because if my label is to big, i get it on 2 lines : - Make "New label..." vanished when we click inside the text - Make translation support to translate "New label... in every language avaible. Tx...
  5. S

    new plugin - tadd_labels

    On your wish. Most easy way, IMHO - create own project on code.google.com. Find the way for do this. You need a svn client for work with such type of projects, a lot of such clients exists for various OS. You can find svn's manual here - http://svnbook.red-bean.com/ This depends But in common...
  6. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    Sound great! i will take a look ^^ Do you think your script could support multilanguage? Because people like read in our own language. If you think it's possible, i will be able to provide to you french translation.
  7. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    I just sort of built this solution over the last few days to work with paypal ipn. it will auto create a new rutorrent environment and install a service when the user pays for the service. it will also remove the service and delete the user if they cancel. manages all the .rtorrent.rc files...
  8. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    do u have msn mate if so wanna add me so u can see if my servers setup correctly please as i am fairly new to linux still how do i conenct to it mate says i686 lol gone quiet
  9. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    Updated with x86 binary Code: http://www.mediafire.com/autoscript
  10. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    I can provide a svn and maybe even redmine site for you.
  11. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    there is no reason to think that the svn link for branch/3.0/ will change. There might be a reason to expect the svn/trunk/ will change though, so no, that doesn't hold up. as far as the script falling under licensing, i didn't say that, go back and read what i wrote and no, i disageee, it...
  12. S

    Default setting for Ratio plugin, need some help

    Hello guys, i was trying to make a default setting for ratio plugin,like whenever i add a new torrent it will be added to ratio group 1 ( rat_0 ) so technically i was trying set d.views.push_back_unique = rat_0 view.set_visible = rat_0 by registering a getOnInsertCommand on every new...
  13. S

    BOUNTY: irc auto downloader

    I can add in another $20 But in first version we should be able to add more then 1 irc server
  14. S

    Question about addRowById()

    Ah thank you, that helped a lot! I'm starting to figure out how things are connected now My little adjustment to use in my plugin Code: table.oldFilesSortAlphaNumeric = table.sortAlphaNumeric; table.sortAlphaNumeric = function(x, y) {...
  15. S

    calling php file from plugin on new torrent event

    i misunderstood the function name toLog, i thought you mean to log second, i run the same command from php file through browser to make it sure i run it as www-data and i got the good results and then i run the same command in terminal as rtorrent user, i got good results again so with both...
  16. S

    labels column

    I have a question. If I override certain functions such as "filterbylabel" and "updatelabels", will my plugin conflict with other plugins such as TrackLabels which also override these commands, or does rutorrent load this as a chain, going through each plugin one at a time?
  17. S

    BOUNTY: irc auto downloader

    This is a bounty for an irc auto downloader. I hope more people will add to this bounty, because it will not be easy, i will pledge 40 dollars, but i imagine this wil be a difficult thing to code, so it will take more people pledging money to make it happen. So if this is something you...
  18. S

    Plugin: Instant search

    wow, very cool
  19. S

    Plugin: Pause ui refresh and force refresh

    Sorry for the long wait! Thanks for the advice Novik65, now I've made some changes and tried it in firefox and everything should work now.
  20. S

    Plugin: Pause ui refresh and force refresh

    I ment how exactly do you do when the plugin stops working?