Search results

  1. S

    Code to remove keys from tracker links

    Hello me and a friend made a little code to remove any secret keys from tracker links Row 791 in js/webui.js Code: var pattern = new RegExp("^https?://[a-z0-9]*\.?[a-z0-9\-]+\.[a-z0-9\:]+\/","i"); var resultat = pattern.exec(trk['name']); trk['name'] = resultat[0]; Maybe some dev want to...
  2. S

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

    Hi, This question is not related to rutorrent, but this seems to be pretty much the only place to ask question about it. I'm writing some PHP scripts to manage rtorrent and one of the things I'm doing is loading torrents. However, I'd like to set some custom variables on the torrents I loaded...
  3. S

    Check if a torrent went into an error state

    I did a lot of searching and I can't seem to find anything that looks for an event when a torrent goes into an error state. Basically, I want to send myself notification via a simple shell script that triggers when a torrent enters an error state (example: it becomes unregistered on a tracker...
  4. S

    Is this possible? Rainmeter utorrent skin to work with rutorrent

    I'm curious if the utorrent skin that's in Geometer in Rainmeter could some how be tweaked or w/e to show the torrents I got in rutorrent on my network. Now it only works with utorrent webgui like this, [uTorrent] Measure=Plugin Plugin=Plugins\WebParser.dll UpdateRate=10...
  5. S

    Tracklabels mod - tracker favicons in list

    I made a small mod to show the tracker's favicon.ico next to the tracker name/count: Example: This is pretty simple to do, simple edit {webroot}/rutorrent/plugins/tracklabels/init.js and find the following line (should be 229): Code: li.addClass("cat"); And add after it the following 2...
  6. S

    Oblivion theme

    Hi all, I saw this theme a couple of time ago and I just figure out there are no post about it... I try to contact the author but I can't register to torrent-invite.com so if somebody can ask to him if we can add it to the other theme. Some non obvious points are also there. Mayby Novik or...
  7. S

    Are you a ruTorrent Plugin Developer?

    We're looking for a single developer who has experience in developing ruTorrent plugins. It'll be mostly easy work, where you'll be required to parse certain info from our API and display it in ruTorrent. More advanced work is also available (more advanced plugins) If you think you can do this...
  8. S

    TaddLabel modification, show all torrents in group

    I have modified the TaddLabel plugin, now you are able to select the main group and see all the torrents in the sublabels of that group. Just put this in your plugin folder and it should work. Please write here if you find anything odd about it.
  9. S

    [RELEASE] Proper form/cookie-based multiuser support for ruTorrent

    Multiuser login for ruTorrent Available here: https://github.com/katuma/rutorrent-login This post should probably belong into announcements, please move this thread once it's apparent there are no security gotcha I might've missed. This plugin enchances ruTorrent with cookie-based form-login...
  10. S

    AutoTools - Auto Move leaving torrents complete and not seeding.

    Hi, I am having a problem with the AutoTools plugin in ruTorrent v3.3 on my seedbox. I have the Auto Move feature set, which works great, apart from the fact it stops my torrents once they have being moved. When I try to restart them they pause and get stuck that way. The only way i can get...
  11. S

    Unpack feature request

    Hey there I'm looking for a way to add a second set of label/unpack directory into the unpack settings, so for example the label TV goes to folder /user/TV and lets say the label DVD extracts to /user/DVD and so on. i did try to toy around with the unpack.dat file in the following directory...
  12. S

    Screenshots feature of filemanager plugin work but doesn't create screenshots !

    Hello I just installed ffmpeg codes for my rutorrent filemanager plugin's screenshots work. Now I try to create a screenshot : Then I choose where to save the new generated screenshot ( I keep the path for the default folder which it is the same folder of video that I create screenshot...
  13. 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...
  14. 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
  15. S

    filemanager plugin

    Features: easily manage your files from a web interface works on most major linux distributions: RedHat, Debian (might work on others also, give it a go!) more to come Bug reports, translations and suggestions can be submitted here: http://redmine.rutorrent.org/projects/filemanager/issues...
  16. S

    filemanager plugin

    Features: easily manage your files from a web interface works on most major linux distributions: RedHat, Debian (might work on others also, give it a go!) more to come Bug reports, translations and suggestions can be submitted here: http://redmine.rutorrent.org/projects/filemanager/issues...
  17. S

    Browse/Delete plugin

    I am an ex torrentflux user, i used it since 2k5. I find rutorrent the best front-end although I learned about it last week only! Sometimes I intentionally leave the data and remove the torrent files only. After few days I would like to be able to delete the data w/o the need to use a ssh or ftp...
  18. S

    how to make a torrent

    hi...i use an seedbox whit rutorrent, and i don't know how to make a torrent? i can connect to seedbox whit putty, rutorrent and WinSCP! Please help me! Thank you!
  19. S

    RSS Automatic Updates

    Hi All, Minor issue! I've setup ruTorrent ok so far, and Have a feed setup - along with my filters. If I manually update the feed, all is dandy. However - automatic updates are failing. If I run; su -c 'php /usr/local/share/rutorrent/plugins/rss/update.php' I recieve: PHP Warning: mkdir()...
  20. S

    Ratio-Plugin Description needed

    Hi, great to have a forum for the best rtorrent Interface Thanks needed a short description for the ratio plugin (variables defined in rtorrent, changes neccessary in plugin files. can't get this plugin to run Thanks