Search results

  1. S

    Mobile plugin

    The plugin won't load on a non mobile device.
  2. S

    Mobile plugin

    Your plugin looks great! Thanks for this! A few things: Please add also Greek language (el.js) Here is the translation (utf-8) Code: theUILang.Choose = 'Επιλογή'; theUILang.areYouShure = 'Θέλετε πραγματικά να αφαιρέσετε το torrent'; mobile.onLangLoaded(); After having enabled...
  3. S

    Mobile plugin

    The option to delete torrent with data would useful.
  4. S

    Agent46 [theme]

    OK, well I've rigged a solution to this. The problem is with the part of init.js that removes the parentheses. The problem occurs because the tracker list takes a long time to appear for those of us with thousands of torrents. Originally the function is set to run once after a delay of 500ms...
  5. S

    Agent46 [theme]

    Can I get your browser / OS specs?
  6. S

    Agent46 [theme]

    Meh. If you want to show longer labels, just increase the width of the sidebar
  7. S

    fileshare Plugin

    To anyone who can't make it work, just follow these instructions 100%!!! Do not change a single thing! (Unless you want it to run https instead of http, as i did)...
  8. S

    fileshare Plugin

    I had the same error I think it's caused by a failure to load a non-existent config file on line 6 of 'share.php': Code: if(getConfFile('config.php') === FALSE) {die('No such file');} Commenting out this line solved it for me but it may have consequences elsewhere which I haven't noticed yet...
  9. S

    fileshare Plugin

    Very nice .. thank you
  10. S

    fileshare Plugin

    Check out the latest SVN. -translations can be implement -added 'Copy link' to clipboard option
  11. 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...
  12. 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...
  13. S

    chunks plugin crashes rtorrent

    one other thing you can do, try clearing your browser cache. Sometimes when you update the old cache info stays in your browser and causes problems. To do this, from firefox hit f5
  14. S

    chunks plugin crashes rtorrent

    i've had a lot of problems with chunks. Some things to check: Are you using a fully updated SVN version of rutorrent/chunks? if not, then this will likely solve your issue.
  15. S

    rss - http authentication don't work for me

    ok, i found one http://test:[email protected]/docs/examples/basic_auth.xml wow that's weird, this one is working - no error...
  16. S

    rss - http authentication don't work for me

    1) Error - to issues section of project. 2) RSS feed URL (with login & password, of course) - to my mail. mailto:[email protected]
  17. S

    auto move ?

    So if you add a torrent via rutorrent directly or via the rss-plugin rtorrent behaves differently? Meaning although everything goes into the same watch folder they don't seem to be handled by the same rules? Can you give some info where the torrents are placed and stuff from your .rtorrent.rc...
  18. S

    RSS - Feeds will not update automatically

    Yes - that did it! php-cli needed to be installed, and solved it all. Thanks for your help!
  19. S

    RSS - Feeds will not update automatically

    For 0.8.6 this command must be log.execute = /home/rtorrentuser/rtorrent.log
  20. S

    RSS: 2 feeds from same tracker problem

    Hi wonslung, the problem I´m having, trying to explain better, is this. I have 2 feeds from same tracker, like: a) http://www.tracker.com/rss.php&cat=1&passkey=abcde (i get games in here) b) http://www.tracker.com/rss.php&cat=2&passkey=abcde (i get movies in here) Only one of them works. Only...