Search results

  1. P

    Rss filters

    also, find a good regex checker. this si what i use: http://erik.eae.net/playground/regexp/regexp.html keep in mind it doesn't work with the / /i tags, so just leave them out (those tags are part of php's regex)
  2. P

    Rss filters

    Hey Have a couple of weird things happening with the feed. Firstly this filter /True\.Blood\.S03E(0[1-9]|1[0-2])\.HDTV/i and this one /true.blood.*S03E[01][1-9].*hdtv.*/i both work and supply me with the 1st 3 episodes of season 3 true blood. The first episode is called Bad Blood. Second...
  3. P

    Rss filters

    Usually the site to look at is Code: http://www.regular-expressions.info/. But many sites out there deal with regular expression. There are different tastes, but with time you get a feeling for it. Currently i am using rutorrent to view my torrents but i am not actively using it for management...
  4. P

    RSS - Settings Location

    Thanks randa56!
  5. P

    No date for RSS?

    Simple see feeds source. All items contain tag pubDate with one constant date - Thu, 01 Jan 1970 01:00:00. This is a invalid date, it unusial. As result - webui doesn't show it to you
  6. P

    RPC vs HTTPRPC

    I use httprpc because it's uses a lot less bandwidth than the alternatives.
  7. P

    Rss filter doesnt work

    i have but they still dont grab it not sure if its because of how the episodes are listed and that is what i need help with as not sure if the filter is right this is how the last epsiode was listed for doctor who Doctor_Who_2005.6x02.Day_Of_The_Moon.HDTV_XviD-FoV and for merlin it was...
  8. P

    No date for RSS?

    Hello, First I would like to thanks Novik for the RSS plugin which is just great and I'm downloading mainly through it since I know exactly what I looking for. Nevertheless I have a small isuue on with a tracker which prevent me from sorting the torrent by date (into the feed). I don't...
  9. P

    rutorrent load issue - autotools

    Nothing that looks useful I'm afraid: Code: [20.07.11 22:34:25] [20.07.11 22:34:25] AutoWatch: --- begin --- [20.07.11 22:34:25] AutoWatch: enabled : 0 [20.07.11 22:34:25] AutoWatch: autostart : 0 [20.07.11 22:34:25] AutoWatch: --- end --- [20.07.11 22:39:25] [20.07.11...
  10. P

    GeoIP install problem

    Thanks for your reply... Code: yum install php-pecl-geoipgave me Code: No package php-pecl-geoip available. I already did this: Code: yum install GeoIP Code: yum search geoipgave me this: Code: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base...
  11. P

    create plugin prob

    yes i have installed _getdir plugin.
  12. P

    Autotools Cause misinformation to Tracker??

    Great news!! Thanks a million Novik The Capt.
  13. P

    Autotools Cause misinformation to Tracker??

    rTorrent hasn't API for force upload tracker's statistics. As result - this is a issue for rTorrent, ruTorrent can't do anything with this.
  14. P

    Autotools partial downloads

    Does automove only works when you download a whole torrent? If you only download a couple of files from the torrent, will they be moved?
  15. P

    Enable AutoMove feature (Bad Response From Server:(500[error:setautotools])

    Thanks, I read that the SVN and the tarball versions were different so I have installed the tarball. Now it works, except that the argc and argv is off on my server's php.ini and so I can't use it anyway
  16. P

    Execute Script Plugin

    >I just wanted to know if there's any progress on this kind of plugin I can say about myself only No. Because 1) This plugin is unusial for me. 2) This plugin is unusial for most of seedbox hosters for security reasons. But i may change my mind if you open bounty and if bounty conditions...
  17. P

    Execute Script Plugin

    I have this set in the rtorrent.rc. Every watchfolder can have it's own script
  18. P

    Autotools (Only move Autowatch'd data)

    I have IRSSI drop certain shows into a directory monitored by AutoWatch, I like to have the completed downloads moved to my dropbox folder using AutoMove. Is it possible to configure AutoMove to only move completed torrents that were added via the AutoWatch directories and not all torrents?
  19. P

    HI! i need some help with the autodl-irssi plugin settings...

    how do i meke it run? what is the command? i thought that i just need to put it in the autorun folder and restart the client..
  20. P

    rss problems

    Thank you for the offer but i just figured it out. When i had used the old cache, i thought i had setup the same /download/..... folders. I had simply missed a . The old on was /downloads/daily.shows./colbert and i put /downloads/dailyshow/colbert Thus the reason it wouldn't start :/