Search results

  1. L

    RSS plugin downloads all files over again

    Hi, This is the 3rd time I'm having this problem with the RSS plugin and it's quite annoying: I have setup the following rule in the RSS manager: Filter: /HDTV/i Exclude: /720/ Check title field Match always It's been working flawlessly until 2 days ago where the RSS manager starts downloading...
  2. L

    Extsearch not working with SCC

    Fixed.
  3. L

    Using RSS for Demonoid

    This works for me. www.demonoid.me|uhsh=a%259C%2501%25A7%25E2%25DD%255ESo%25E3dp%25DF%25A8%25E0%25A0J%25B9%2236%25FF9b845e8431838d226eb297b79d84f29a;uid=1562946; Not my real pwd.
  4. L

    AutoWatch not working

    Updating plugins worked, but it also wiped out all of my torrents.
  5. L

    AutoWatch not working

    The permissions are fine - checked those. Looks like I'm simply SOL. I wish the logs would somehow tell me what is wrong...
  6. L

    AutoWatch not working

    Bump. my php.ini file already had "register_argc_argv = On" I have rtorrent using a standard watch directory (/volume1/torrents/watch/). It works perfectly. I'd like to use AutoWatch to allow labeling for future sorting when unpacking. I've enabled AutoWatch and my errors.log file shows...
  7. L

    AutoWatch not working

    Try this: Code: find / -type f -name '*rtorrent.*' -print The command should find all .rtorrent.rc, rtorrent.conf, and many other files. rtorrent defaults to reading $HOME/.rtorrent.rc. You should figure out which user starts rtorrent and check its home dir.
  8. L

    AutoWatch not working

    you will have that file .. but might be somewhere else then the default location (otherwise rtorrent would not start/run)
  9. L

    Create plugin issue

    Nobody with a suggestion ? Does anyone know what dependencies create plugin has, maybe those are broken. Thanks.
  10. L

    Using RSS for Demonoid

    I'm trying to use the RSS plugin for Demonoid, but can't seem to initiate a load from the RSS feed. The RSS feed for Demonoid is updating fine, but I'm getting 'Load Error (3)' when it tries to download a match from the feed. I've installed Cookies to try and put in the uid and uhsh fields...
  11. L

    Rss filters

    My RSS feed already has all the Includes and Excludes in it. It worked perfectly in Utorrent. Now I am trying to duplicate it using RUTorrent. The RSS Feed only finds what I want to download. So in the RSS Manager, what exactly would I put in for Filter and Exclude? In Utorrent I did not need...
  12. L

    Rss filters

    Howdy Since I last posted I have been trying to learn Regex. Its a bit complicated so I'm a while off. My question is if I get a regex string and make a few substitutions why doesnt it work. Example:- I have been using this string for True Blood Season 3 and it works fine. This is one that...
  13. L

    Rss filters

    i'm not sure what you're trying to do but: regex isn't that hard. if you want all of season 1 you'd do something like /^True.Blood.S01E.*/i if you wanted seasons 1-2 you'd do /^True.Blood.S0[1-2]E.*/i there's more than one way to do it but the important thing is to learn regex and how it...
  14. L

    Rss filters

    /^true\.blood.*S03E(0[1-9]|1[0-2]).*hdtv/i
  15. L

    No date for RSS?

    Thank you for help Novik, I will give feedback to the tracker but I doubt they will do something. It would be a shame since your plugin is really helpful.
  16. L

    RPC vs HTTPRPC

    Thanks for the input, well I guess httprpc is a better alternative in my situation then Both are definitely a lot easier that mod_scgi which just becomes a tiresome with 10+ RPC mount points that all need securing.
  17. L

    Rss filter doesnt work

    you need to escape the () in (2005), else it's equivalent to 2005 what you already have.
  18. L

    RSS - Settings Location

    Hey Guy's, Where does ruTorrent store the actual settings you put into the RSS manager. The regex's etc? I've had a search through the files in the RSS dir and couldn't see anything. I basically just want to known so that I can back up the information for changing servers etc. Maybe a cool...
  19. L

    rutorrent load issue - autotools

    Try to comment 3 lines in label.php and try again. E.q. must be: Code: // $AutoLabel_Sem = rtSemGet( fileinode( __FILE__ ) ); // rtSemLock( $AutoLabel_Sem ); ... // rtSemUnlock( $AutoLabel_Sem );
  20. L

    GeoIP install problem

    Install the REMI repository. It has latest PHP and also php-pecl-geoip. Since it's probably not a fresh install and you have possibly installed other repos, it may or may not work. http://blog.famillecollet.com/pages/Config-en