Search results

  1. P

    question to coders: how to store passwords

    You could also save the passwords to a file through rtorrent (over xmlrpc), if it is being stored with chmod 700 for the user only that user can read out his/her own passwords and rutorrent can read out the passwords through xmlrpc.
  2. P

    Ratio Group

    Hi wonslung, it is available now (set ratio group by label)?
  3. P

    Ratio Group

    I'm in the processes of updating the wiki....i'm sorry if the info isn't there. I'll get to it as soon as possible
  4. P

    Ratio Group

    Ticket has been created. http://code.google.com/p/rutorrent/issues/detail?id=308 However, it is listed as a defect... probably should be changed to enhancement.
  5. P

    Creating Plugins

    Hi I have a question if you guys don't mind,I was going through this here http://code.google.com/p/rutorrent/wiki/HowToCreatePlugin & was really interested in doing something ,is there any specific tool that is used to write these plugins eg netbeans,eclipse etc also can the plugin be...
  6. P

    Direction or Plugin: Context Menu Cross-Seeding

    Thanks once again. Is d.get_directory a part of _getdir, and if so how can I check that the plugin is enabled before setting up my plugin?
  7. P

    Direction or Plugin: Context Menu Cross-Seeding

    Okay, so I took some time to try to at least get a skeleton of this thing going... I'm trying to simply make a context menu item which opens a dialog, but the context menu item isn't showing up. Code can be found here.
  8. P

    Attention for plugin developers.

    Thanks for the heads up.
  9. P

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

    Would love this. I copied and unpacked it to my plugins directory, then restarted rtorrent. What now?
  10. P

    Plugin: goto

    goto - Add custom buttons to the ruTorrent toolbar. I have very basic javascript knowledge at best (I can read it) so this is a very simple plugin (if it can even be called that) but I use this little addition myself so I figured I might share it. How to install: You can get the files here...
  11. P

    [Plugin] Ratiocolors

    I made it.. Thanks!!!
  12. P

    [Plugin] Ratiocolors

    Because the color goes through a gradient of colors before it reaches the level color. If you have the same levels as in the default script the next level i 3. The color of the ratiocolumn will go more towards your green as the ratio becomes closer to the level.
  13. P

    [Plugin] Ratiocolors

    Whether or not the ratio should be bold or not I think is up to the theme. The reason why the cell-background isn't working in the Oblivion theme is because it uses an image as background, but I've made it work now. New version on GitHub
  14. P

    [Plugin] Ratiocolors

    Refresh, could you change it? and yet change font color of the table, not all table I worked it out yourself ... Because I can not count on the plugin author.
  15. P

    suggestion for change in the unpack plugin

    https://pastee.org/jqhyb free, run it in cron
  16. P

    suggestion for change in the unpack plugin

    I'm saying if the change you are asking for is made, it shouldnt' be the default option. Currently, unpack works as it should. If this change was made, it needs to be an option, not a rule
  17. P

    NFO plugin question

    Hi there guys.. NFO plugin works great, but I have a question: If I download a pack, it only shows the nfo in first directory If there is a folder with other subfolders inside, then it cannot see the nfo Is there anything that can be done in order to see nfos inside subfolders (Like an option to...
  18. P

    Plugins tab order

    See third parameter of the function rPlugin.prototype.attachPageToTabs.
  19. P

    Ratio plugin modifications ideas

    Try to add issue to projects page.
  20. P

    Mediainfo Plugin

    Build from src wget http://downloads.sourceforge.net/mediainfo/MediaInfo_CLI_0.7.56_GNU_FromSource.tar.bz2 tar jxvf MediaInfo_CLI_0.7.56_GNU_FromSource.tar.bz2 cd MediaInfo_CLI_GNU_FromSource/ sh CLI_Compile.sh cd MediaInfo/Project/GNU/CLI && make install