Search results

  1. S

    [Bounty] Plugin to browse and download files

    that's pretty nice. Does this work with multiple users? It should also be restrained by the topdirectory setting in the rutorrent/conf/users/USERNAME/config.php
  2. S

    [Bounty] Plugin to browse and download files

    Large files (2 Gb +) won't be supported only if PHP is compiled to handle files larger than 2Gb because it would be a resource consuming task, so information like file size, creation time and actions delete, copy, move, open won't be available (partially).
  3. S

    [Bounty] Plugin to browse and download files

    Any more screens of that file manager (Explorer plugin), want to know what information columns i should add, from what i see there are only Name, Size, Time columns.
  4. S

    [Bounty] Plugin to browse and download files

    Thx Gamestuff We have now : Nicobubulle $60 Rascalli $30 wonslung $40 Xenus $30 subvertbeats $30 Gamestuff $40 _______ Total $230
  5. S

    [Bounty] Plugin to browse and download files

    Like you write it above, it looks like you put in $200 .. so look out what you are writting (or if you mean it we will higher the amount with your 200)
  6. S

    [Bounty] Plugin to browse and download files

    Looking to be a nice amount , let's hope someone jumps in
  7. S

    Code to remove keys from tracker links

    We have a multi user system with around 15 users, thats why I removed it. Not that I think anyone will try anything but its still better that its not there. Beside that it looks cleaner without it
  8. S

    rtorrent restart script through webpage

    instead, you could make it slightly safer like this: www-data ALL=(rtorrentuser1) NOPASSWD: /some/command, /some/command2 and really, all you need to actually START rtorrent would be a script like this: Code: [Select] !#/bin/sh...
  9. S

    Show monthly traffic in bottom status bar

    Hello everyone! I'm thinking about showing the monthly traffic usage in the bottom status bar. This code works just fine: Code: vnstat -m | grep "`LC_ALL=C date +"%b '%y"`" | awk '{print $9 $10}' Is there any possibility to show that in the statusbar? I already found the place in index.html...
  10. S

    How to identify a torrent that was loaded through XML-RPC

    For example, you can parse .torrent file before loading and obtain it's hash.
  11. S

    Disabling http://retracker.local/ on torrent start

    Hello, I'm interested to implement your script, because indeed the "retracker.local" is very annoying. But I didn't get it to work properly, can you please assist? What do I have to put exactly at 'http://localhost/rutorrent/RPC2', my rutorrent url? Any way to troubleshoot ?
  12. S

    XML-RPC documentation

    Hi guys, after the orignal documentation is outdated, i found the documentation in the wiki of the pyroscope projekt (http://code.google.com/p/pyroscope/wiki/RtXmlRpcReference). Is this atm the best available documentation out there? Thanks in advance Engel
  13. S

    Check if a torrent went into an error state

    I think a possible solution would be to watch event.download.paused and then do a check on the state with d.get_state and depending on the result, run the script. This is assuming that you only want to run your script when there's an error which causes downloading or seeding to be interrupted.
  14. S

    auto-start cron script

    This is a little script i wrote which does 2 things. First, it checks how much space is left in the users home directory (if you use zfs quotas or separate slices this is great) If it finds there is enough space, it will check to see if rtorrent is already running, if it IST running, it will...
  15. S

    Is this possible? Rainmeter utorrent skin to work with rutorrent

    no, this isn't possible. feel free to submit patches though if you get it working. though i dont' see it happening, rutorrent might look SIMILAR to utorrent but it's not utorrent....it's VERY different
  16. S

    Is there TLC capable plugin or script for announcing the finished torrents....

    there is pyWHATAUTO which can be used with or without rutorrent This doesn't have a gui setup but will work with any client which uses watch dirs there is also a pretty hefty bounty for such a plugin in rutorrent provided it fits some configuation options, provided you want to write it...
  17. S

    API?

    dude, you're missing the point. I applaud you for trying, but you're taking on something you are obviously not skilled enough to do. Start smaller. You're asking for an API for something which doesn't exist. rutorrent doesn't have any "standardized" API outside of javascript, css, html and...
  18. S

    API?

    Quote I know some, but not very much, why would it be so hard to make that window? You must have a strong background in 1) html 2) CSS 3) DOM 4) Javascript for do this. This is difficult task for newbie, and i am not a teacher, sorry.
  19. S

    API?

    I can try JS if thats needed ofc but I still dont know how to go about it. how to make the button in menubar, how to make the window, or how to make it open. if you could help me I would be greatful =)