Search results

  1. D

    [Bounty] Plugin to browse and download files

    In the end it will fill out the requested features. For now I advise you to set up apache/webserver with mod_suexec because features like Move / Delete / Rename / New Dir and other won't work.
  2. D

    [Bounty] Plugin to browse and download files

    Well that is something people need to decide themselves. It should be possible to download / unpack / move and whatever a 2+ GB File, as there are files that big around
  3. D

    [Bounty] Plugin to browse and download files

    Add whatever you think is necessary. It shouldn't be difficult for you to add a new column.
  4. D

    [Bounty] Plugin to browse and download files

    So you want a filemanager which is embed in a small tab (next to the Logger tab) like in this article: http://filesharefreak.com/2010/05/22/xirvik-reinventing-how-seedboxes-should-be-done/ ?
  5. D

    [Bounty] Plugin to browse and download files

    I'll do it for 200++ euro and atleast 1 month of work. Not guarantee its gonna be a single standing plugin (some code mods to the ruTorrent sourcecode must be done). Ohh and a lot of AJAX right? Shinny graphics?
  6. D

    [Bounty] Plugin to browse and download files

    Well i might be interested, depending on what exactly some of the features are. For example, what is the 1st point? Does that just mean a explorer type gui, with the upmost directory (./) being what is defined in conf ( /home/user/torrentdata/) ? What is 2nd point, download files? Is that, link...
  7. D

    [Bounty] Plugin to browse and download files

    Nicobubulle $60 Rascalli $30 Wonslung $40 Xenus $30 _______ Total $160
  8. D

    Greek Translation of rutorrent

    Oh, OK, I see.. To be honest, it seemed a little strange that all that stuff was left untranslated, lolll I guess not even something like mouse hover explanation should be done, then...
  9. D

    Greek Translation of rutorrent

    This hasn't relation to the desktop notifications. All, what you see in this popups, you also may see in the "Log" window. All difference - with popups you may see errors and warnings without switching to the "Log" window. If you don't need this popups - disable plugin "_noty".
  10. D

    Code to remove keys from tracker links

    if the multi user system is set up properly it should be one user with hsi own rtorrent instance, are you saying you have 15 users sharing a single login? that's strange =) cool deal though, it does look cool
  11. D

    Code to remove keys from tracker links

    what is the reason for this? i dont' quite see the point. (not meant as an insult, meant as an honest question, why is this needed exactly?)
  12. D

    Slackware init.d rtorrent script

    I found a few rtorrent bootup scripts online, but none of them worked on slackware in a drop'n'go fashion. So, I spent a few hours the other night procrastinating some sleep and modified one bootup script I found to work with slackware. This rtorrent boot script is "multi-user aware" in that it...
  13. D

    XML-RPC documentation

    The best doc WOULD be the one WE ALL TOGETHER create at http://wiki.rtorrent.org/RtorrentScripting and http://wiki.rtorrent.org/XmlRpcReference I certainly won't do that all by myself, especially since I don't really need it.
  14. D

    rtorrent script

    Why the hell do you try to solve things in scripting hell, that you can quite easily do in your script?
  15. D

    Script to list downloads per label

    Hello, I'm using rutorrent with some friends on an Ubuntu VPS. Every user puts his name as label for his downloads. It works like a charm but we're starting to get low on disk space, so I'd like to make a script (perl or whatever) that would : - list all downloads per users (per labels) -...
  16. D

    auto-start cron script

    I never had to do this on ubuntu or debian. Also, setting it the way you recommend defeats the purpose of how i designed the script. Your method would require a new script for each user. Cron should be able to pull $USER env data from the /etc/passwd file. Something is wrong with your...
  17. D

    auto-start cron script

    Nice little script..... Only the paths to change for my setup
  18. D

    Check if a torrent went into an error state

    https://code.google.com/p/pyroscope/wiki/RtControlExamples#Automatic_stop_of_torrents_having_problems Feed the output of that filter into whatever notification mechanism you want to use (i.e. don't use --cron, but a redirection or MAILTO). This generates one-shot events, since the problem items...
  19. D

    modify common.js -> function theConverter.bytes

    On my rutorrent installation a modified version of the plugin "diskspace" run, so that not the diskspace is shown in the bottom bar but the quota each user have. The quotas are softcoded, so that more space can be used. All in all, the values for free space get negative and the common.js...