Search results

  1. J

    Create torrent Plugin

    make sure to compile mktorrent with multi thread support too
  2. J

    Create torrent Plugin

    The request to rTorrent has timed out. /var/www/rutorrent/conf/config.php Code: <?php // configuration parameters @define(&#39;HTTP_USER_AGENT&#39;, &#39;Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9) Gecko/2008052906 Firefox/3.0&#39;, true)...
  3. J

    Create torrent Plugin

    a couple things to check: do you have a command line php installed? i'm not sure if "create" needs it but some plugins refuse to work without it. It would need to be set in your rutorrent/conf/config.php or rutorrent/conf/users/SOMEUSERNAME/config.php are you on a 64 bit host? i know 64 bit...
  4. J

    RSS Automatic Updates

    Hi Novik, That's exactly what I was seeing. I have this in my ruTorrent file at the moment; Code: execute = {sh,-c,/usr/bin/php /usr/local/share/rutorrent/php/initplugins.php admin &} But I don't see this in my log file; Code: sh -c '/usr/bin/php'...
  5. J

    RSS Automatic Updates

    again, your not listening. you WON'T get logged entries but the rss WILL update if you use initplugins if it's not working, you've done something wrong or are missing something important on your system.
  6. J

    RSS Automatic Updates

    Hi Novik, Thanks for this. One question remains; If I start the plugins this way - should I still schedule it for 10 minutes? I.e, I need my RSS to check every 10 minutes, so do I still schedule ALL plugins to re-initialize every 10 minutes using your example below? Regards, -- Cad
  7. J

    RSS Automatic Updates

    So - after a day of running - I've noticed something odd; In my rtorrent.log file, I see; Code: --- sh -c php /usr/local/share/rutorrent/plugins/rss/update.php admin& exit 0 --- --- Success --- And after that.... Code: --- sh -c '/usr/bin/php'...
  8. J

    RSS Automatic Updates

    I think I just figured it out as you wrote that I didn't use the initplugins script, I continued to use the update.php script - but instead passed it the web username as the first argument. I'm not sure if it's working, but it's not returning an error anymore. So - instead of. Code execute =...
  9. J

    RSS Automatic Updates

    make sure your rutorrent files under SHARE are all writable to the webusers. if you're rutorrent webroot is /usr/local/www/rutorrent/ you'll want to either chmod -R 777 /usr/local/www/rtorrent/share/ or chown -R webuser:webuser /usr/local/www/rtorrent/share/ so if it's rpath i THINK the...
  10. J

    Set "Properties..." with Tracklabels plugin?

    This can be done via plugin. But first, you need to write this plugin
  11. J

    Creating torrent with create (timeout problem).

    This problem was on version 3.0 The timeout is not in the code though, its the timeout of php.ini thats default set to 30 sec.
  12. J

    Creating torrent with create (timeout problem).

    Thnx Wonslung ! installed mktorrent, its waaaaay faster then php (obvious though, but again )
  13. J

    Creating torrent with create (timeout problem).

    Thnx Stubs, Fixed it (for now) with the above timeout solution, so the create itself works flawlessly, and much quicker then im used to with windows + utorrent. I will get createtorrent just in case i need to create a torrent with files above 2Gb. Regards,
  14. J

    Creating torrent with create (timeout problem).

    I've not installed any of the helper programs, according to the plugin information it should work as long as the files are < 2 Gb Quote The plug-in cannot see and does not handle files, that are more than 2 gigabytes in size. This trouble is caused by php limitation on operations with the big...
  15. J

    RSS Plugin - Ability to specify default DL priority?

    Is it possible to select the automatic priority of any new DLs? Scenario: I need the latest episodes of lost faster than the Beatles Discography. I don't know if this feature is already present and I'm overlooking it, or if I should be submitting a feature request. Cheers
  16. J

    Ratio-Plugin Description needed

    No way at this moment. If you really need this, you can add "enhancement" issue on project page.
  17. J

    Ratio-Plugin Description needed

    I think the rtorrent developers envisioned different watch directories for different ratios. I might be wrong, you'd have to ask them. In all honesty, the ratio plugin works really well but i'm not sure there is an answer to BOTH options. As far as i can tell, you can run the plugin, and...
  18. J

    Ratio-Plugin Description needed

    I don't think torrents will automatically be added with ratio. I don't really use the ratio plugin much, but i know the plugin DID work when i tried it. I'm fairly sure you can set RSS downloads to be in specific groups and you can manually set a torrent with a ratio group, but outside of that...
  19. J

    Ratio-Plugin Description needed

    Hi, just to let you know that I switched to Debian from CentOS...and I dont regret it things are looking great....!
  20. J

    Ratio-Plugin Description needed

    Last week i had the same issue, solved with a newer version of xmlrpc-c http://forums.rutorrent.org/index.php?topic=66.0