Search results

  1. S

    Log off plugin

    Sound very good ! I tryed and work great. I translated it in french : Code: theUILang.logoff = "Déconnecter"; theUILang.logoffUsername = "Login"; theUILang.logoffPassword = "Mdp"; theUILang.logoffChange = "Changer"; theUILang.logoffPrompt = "Voulez-vous changer...
  2. S

    Need a Fully featured Screenshot plugin

    Hi all, I need a fully featured screenshot plugin to take normal snapshot as well as thumbsnail screenshot....Can anybody suggest me any plugin for that? Any help will be greatly appreciated...
  3. S

    Problem making diskspace2 plugin out of diskspace plugin ?

    The 2nd plugin overwrites the DOM modifications made by the first one, since you have not edited the dom elements id's (ex: #meter-disk-* in init.js). Multiple mounts space status can be achieved by using a single modified instance of diskspace plugin. For example you can send more serialized...
  4. S

    extsearch plugin addition

    Hello, Novik.. For a while now, the most common domain name for hdtorrents.org is hdts.ru But it is true that a user can insert hdorrents.org in cookies with same uid and pass as hdts.ru and the plugin will work.. The alternative is to clone HDTorrents.php and with minor modifications have an...
  5. S

    Parse UL/DL Speed

    RtorrentMonitoring looks epic! Thanks!
  6. S

    Rutracker_check plug-in upgrade

    Dear ruTorrent Developers, First of all, I would like to say thank you. The project is excellent. It is so convenient to use the GUI to control torrents. I also would like to contribute to rutracker_check plug-in code. I did some improvements, which make this plug-in useful in periodically...
  7. S

    tadd-labels changed to lbll-suite 0.8

    haha sorry to confuse you all. it is tadd-labels 1.1, which is in lbll-suite 0.8 along with sort-labels 0.8 the original download was simply tadd-labels, which added drop-down to the torrent add dialog. that is version 1.1, for i know that it works, and haven't found any problems with it, with...
  8. S

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

    It's not weird, not every function can or should be thrown in to plugins. Take a look at the screenshots action.php and adjust the commands array with the ffmpeg switches need, or pony up and add a request with a bounty.
  9. S

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

    I Have the same problem :r In my log appears "FILE MANAGER: Action has finished : " and nothing shows in folder. Create screenshots with ffmpeg in shell works, but no in rutorrent plugin. cumps
  10. S

    Video conversion plugin

    Important work. Vitally important for those using the in rutorrent seedbox. I have three suggestions for you to consider the possibility of implementing: One. Support importing Bluray and DVD folders (such as source files); 2nd. Ensuring a fair amount of customizations (bitrate, set desired...
  11. S

    tadd-labels changed to lbll-suite 0.8

    g'day to you! just wanted to post that I have coded nested labels into tadd-labels and decided to change the name ( though I can't change the project page without making a new one :[ ) so please feel free to check out http://code.google.com/p/rutorrent-tadd-labels/ and try out the new plugin...
  12. S

    add remote torrent from IPAD

    Sorry, what is ALTs?
  13. S

    Requesto for auto rename movies following XBMC standard

    Hi all, I use rutorrent in Geexbox distro. Geexbox is mainly usefull for do a Media Center using XBMC. I have a request for a new plugin. XBMC need naming movies file as shown here: http://wiki.xbmc.org/index.php?title=Video_library/Naming_files/Movies and I need to add an option to current...
  14. S

    Predefined Labels

    Hey Novik, Came across this old ticket that's exactly the functionality im after. I use some automation around lables to determine what happens to a torrent (time to download, where to push it too). Using rutorrent I classify the torrents using labels, which are picked up using other php...
  15. S

    NFO plugin

    I couldn't Paytis mod working properly on my new setup. I am working on a mod that will allow for this to be used within the files tab by selecting an nfo file so that you will also be able to view nfo files in nested folders. Will post back soon with my results.
  16. S

    NFO plugin

    it would be great if we could implement a php class that can convert the ascii to unicode and display the actual art. tbdev has a mod on their site that does this. Could that possibly be used in this plugin? example" Quote
  17. S

    NFO plugin

    Im only viewing text instead of it showing the ascii art..
  18. S

    Non Removed Torrents Plugin

    Thanks for this plugin! It does the job! Request: 1. Option to exclude files and directories inside $dirpath using config Anyways, if someone wants to exclude a directory do this: change Code: if ($file != "." && $file != "..")to Code: if ($file != "." && $file != ".." && $file...
  19. S

    Non Removed Torrents Plugin

    This will not work for torrents, which was closed since rtorrent start. In rtorrent 0.8.6 $d.get_base_path return empty string for such torrents.
  20. S

    Non Removed Torrents Plugin

    Ok did Some Updates on the plugin added paths to the files and created a config.php file to make it easier for people to debug and configure Here are the two new scripts nonremoved.php Code: <?php require_once( &#39;../../php/xmlrpc.php&#39; ); require_once( &#39;../../php/util.php&#39; )...