Search results

  1. L

    Mediainfo Plugin

    I do not have open_basedir set.
  2. L

    Mediainfo Plugin

    Wonslung, Try to temporarily remove this line from plugin.info: "web.external.error: mediainfo". This will disable the check for mediainfo binary. Not sure why but it seems that maybe it's not checking the path that is set in conf.php.
  3. L

    Mediainfo Plugin

    i tried it but it doesn't work for me. No matter what i do i get a warning letting me know the web user can't find mediainfo I've even manually logged in the web user and checked, it can use it, it's a bug in the code i believe. I am on arch, i used the mediainfo package from the arch...
  4. L

    Extratio plugin modification idea

    Hello, me again with a new modification idea. i would like to set a max upload speed by torrent when a ratio is reach, according the torrent size. For example: for all torrents under 5go, i would like to set a max upload speed when a ratio of 3 is reached for all torrents between 5go and...
  5. L

    problems with create plugin

    glad it's working as to your svn question, that means you do not have an svn version (or are missing the .svn/ folder which is what allows you tpo check out a new revision) you would need to redownload the svn version like this: Code: svn co...
  6. L

    problems with create plugin

    I recompiled without USE_PTHREADS=1 and now it's working good.
  7. L

    RSS plugin: Web server user can't access curl program

    You need to edit the conf file located here : ../rutorrent/conf/config.php Find : Code: $pathToExternals = array( "php" => '', // Something like /usr/bin/php. If empty, will be founded in PATH. "curl" => '', // Something like...
  8. L

    Create torrent plugin problem

    Hi, I cant create torrents using ruTorrent built-in utility nor with mktorrent external tool. I'll post errors: Using ruTorrent built-in: Quote /var/www/norman/plugins/create/inner.sh: line 15: /var/www/norman/usr/bin/php5-cgi: No such file or directory Error. it seems that somewhere a path...
  9. L

    [RSS] 'Error Loading Feed' on every feed [solved]

    I figured out the problem, somehow the directory "rutorrent/share/settings/rss/" did not have permissions to write. Adding write permissions to this directory and its contents fixed all my problems. I would however, suggest a more descriptive error message in the future, if possible. Thanks...
  10. L

    Diskspace plugin refresh time

    i would GUESS by using fopen() but i'm not an expert
  11. L

    Diskspace plugin refresh time

    why? Even if you COULD modify this plugin it wouldn't change anything. The "space left" is part of the base install ANYWAYS on the GENERAL tab.
  12. L

    [RSS] I only want to download new torrents

    the easy solution to this is: Add your filter. in the tick bar select "Don't start the download automatically" Then let it add the torrents. they will be "stopped" Delete them. Then edit the feed, and uncheck "don't start automatically" Problem solved.
  13. L

    rTorrent's user can't access.... and so on error

    you shouldn't need to do permissions like that...honestly, i don't know what is wrong with your system. If you need me to try to fix it i will look at it. do me a favor....post the output of: ls -al /var/www/rutorrent/share (or whatever the rutorrent/share dir is) and ls -al...
  14. L

    rTorrent's user can't access.... and so on error

    it should be /usr/bin/php also, are you using any sort of authentication? if you want, email me ssh info at [email protected] (and url + user/-password for rutorrent) and i will fix it for you
  15. L

    rTorrent's user can't access.... and so on error

    that's because when you install php5-cli it installs the php binary. try which php then try php -v i think your rutorrent config is bad. post it.
  16. L

    RSS Plugin: save longer 'backlog' of rss entries

    load a feed manually in firefox and look at it. Some are as few as 5 items, some as many as 100
  17. L

    RSS Plugin: save longer 'backlog' of rss entries

    Oh, really, I wasn't aware this is how RSS feeds work. So it only 'views' the rss from the feed link, rather than downloading new entries into a database?
  18. L

    Stop seeding after x amount of hours

    Yes I have this plugin installed, but was hoping for a more automated method so I wouldn't have to manually filter through hundreds of torrents every few weeks. Never mind, hopefully one day there will be a solution!
  19. L

    A few rss questions on refresh time and filters

    Hi there, i am currently transitioning from utorrent to rt/rut. Everything runs as it is supposed to so far. Now i am trying to set up rss feeds/filters. /plugins/rss/config.php $updateInterval = 30; // in minutes Is this where i define the rss feed refresh time? Do i have to define a...
  20. L

    Autotools: moved torrents can not be seeded after rtorrent restart.

    so you have it working now? good.