Search results

  1. S

    Multiple disks diskpace plugin

    Hello, I will not use this plugin but i think we can put this in a tooltip on the actual % wich will show total of all disk. See attachement.
  2. S

    Multiple disks diskpace plugin

    Any news?
  3. S

    Multiple disks diskpace plugin

    Is this still actual?
  4. S

    add remote torrent from IPAD

    Im migrating from transmission to rtorrent in raspberry pi due to better cpu usage, much more features, stability and other advantages... My only missfunction over transmission is to "add torrents from ipad". I have get the code of bookmarklet for transmission (supported on Safari), and modify...
  5. S

    Predefined Labels

    svn checkout the code directly, then it'll (mostly) merge automatically.
  6. S

    Predefined Labels

    Doable. I will think about that. But, sorry, i can't make this quickly - you must wait 2-3 weeks, when i returns to home.
  7. S

    NFO plugin

    Yup, it's fine
  8. S

    NFO plugin

    um....that is ascii
  9. S

    NFO plugin

    This is totally badass bro. I will add it to the wiki.
  10. S

    Non Removed Torrents Plugin

    I have never used this plugin but to simply get the list sorted alphabetically you should be able to just change this at the end of nonremoved.php Code: closedir($dirhandler); $result=getTorrentsname(); $available = array_diff($files, $result); sort($available); echo '' . implode('</br> '...
  11. S

    Non Removed Torrents Plugin

    This looks like it could be a useful plugin, but for this problem you could just add something like the following to your .rtorrent.rc: Code on_erase = rm_files,"execute={rm,-rf,--,$d.get_base_path=}"This will delete the data for all erased torrents, so users can't make mistakes. Of course, if...
  12. S

    Non Removed Torrents Plugin

    I have the blank tab again. My torrents are in : /Home/rascalli/torrents/ Under here are all the folders So I put down in the nonremoved.php : $files2=scan_Dir('/Home/rascalli/torrents/'); please confirm this is correct EDIT ... I did a total update of rutorrent & now it seems to be working...
  13. S

    diskspace plugin mod for Multi-User with Linux Quota

    low space killer grep RPC2-testuser /etc/httpd/conf.d/scgi.conf SCGIMount /RPC2-testuser 127.0.0.1:5098 crontab -l|grep quota * * * * * /root/process-rtorrent-quota.pl > /dev/null 2>&1 cat /root/process-rtorrent-quota.pl #!/usr/bin/perl # # process rtorrent quota # $http_scgi_conf =...
  14. S

    diskspace plugin mod for Multi-User with Linux Quota

    you could use sudo. something like: Code: www-data ALL=(rtuser1, rtuser2, rtuser3, rtuser3) NOPASSWD: /usr/bin/quota then Code: sudo -u rtuser1 quota
  15. S

    NFO plugin

    I just created this plugin because I needed it. Figured you guys might like it. It simply looks for an NFO in the torrent's dir and displays it when found. Screenshot: Download: http://srious.biz/nfo.tar.gz Mirror: http://barrel-roll.org/nfo.tar.gz
  16. S

    filemanager plugin

    thanks again, but filemanager not work in my nas. I have a problem with the other plugin that have dependencies with filemanager too, but thats not is important now. All in folder filemanager have 777 permissions, I have rutorrent working, all folders in folder web with chmod 755 and the same...
  17. S

    filemanager plugin

    Hi, I have installed rutorrent on nas Synology working perfect. I want install the for plugins in http://svn.rutorrent.org/svn/filemanager/trunk/, filemanager, fileshare, fileupload and mediastream into NAS Synology, but the linux from Synology not have by default commands svn, ap-get and sudo...
  18. S

    filemanager plugin

    Novik65 Thanks for your reply! Just did what you told me and got a good result. I edited Quote /var/www/rutorrent/plugins/filemanager/conf.php With Quote $pathToExternals['rar'] = '/usr/bin/unrar'; $pathToExternals['zip'] = ''; $pathToExternals['unzip'] = '/usr/bin/unzip'...
  19. S

    filemanager plugin

    You can strip trailing / by going into the plugins settings page. ffmpeg / screenshot issues is discussed in multiple threads on this forum.
  20. S

    filemanager plugin

    Thanks for this AMAZING plugin. It has allowed me to easily run a server w/o desktop. One request... is it possible to add Hard Links to the Copy and Move options? AutoTools does this but only automatically. I would like to use the filemanager functionality (selecting multiple directories/files)...