Search results

  1. P

    How to use rutorrent: RSS plugin

    See 'AutoTools' plugin for details.
  2. P

    How to use rutorrent: RSS plugin

    I think - yes. Check.
  3. P

    How to use rutorrent: RSS plugin

    thanks novik65. tried the ?, comes back with matches:0 shall see how it goes
  4. P

    How to use rutorrent: RSS plugin

    I already have a filter set whereby all new torrents are downloaded ---> /.*/i But I want to set another filter (probably an "exclude" filter) whereby I don't want to be downloading torrents bigger than 15GB How do I do that? P.S. Do you know where I could find a good tutorial on RSS Filters?
  5. P

    How to use rutorrent: RSS plugin

    if this is a seedbox provider's server you'd need to get the provider to do this, or have root access. This would be something you would need to take up with xirvik.
  6. P

    How to use rutorrent: RSS plugin

    Hi, I just started using rutorrent and RRS. I wanted to ask if this will work for the series I want to first try it on. MythBusters S09E07 Spy Car 2 720p HDTV x264-DHD /^mythbusters.*s[0-9][0-9]e[0-9][0-9].*(720p|x264).*/i with this it also shouldn't load any complete seasons at least...
  7. P

    How to use rutorrent: RSS plugin

    So /*Castle*/i would not match Castle_HDTV_720p.mkv but /.*Castle*/i would?
  8. P

    How to use rutorrent: RSS plugin

    I wonna make the filter for Conan but only XviD not 720p version. Obviously the filter didnt work. Can You please help me sort this a bit? What should filter look like when I want only XviD version and what when I want only 720p version? Should it look like this...
  9. P

    How to use rutorrent: RSS plugin

    Yes I know that, but i thought that was just optional? Shouldn't it be also activated when I don't have it in the rc-file and access the webinterface once? Should also call initplugins.php Everything is working fine, I'm just interested how it works.
  10. P

    How to use rutorrent: RSS plugin

    Hi, i've been trying to get this plugin to accept new feeds, but whatever feed i try, i always get "Error loading feed. (url). I've tried 3 sites and all give the same error. There are no logs so i have no idea what the problem might be, i have php5-curl and php5-cli installed. rutorrent works...
  11. P

    How to use rutorrent: RSS plugin

    as brock said, your filter is wrong. As for an exclude, i always find doing it like this is best: Code: /(DVDR|Complete|DVDRip|BDrip|Bluray)/i
  12. P

    How to use rutorrent: RSS plugin

    yes. you can turn on the execute log, it's different for different versions of rtorrent, search the forums for execute log
  13. P

    How to use rutorrent: RSS plugin

    sorry for the late post but thanks /.*/i That is the ticket Again thanks,
  14. P

    How to use rutorrent: RSS plugin

    Hello, I have a question I am tiring to download my whole feed that I have setup by using "**" in the filter field It's not working for me.Is this the right way to do it? I just tried /.XXX.*/i and this worked but all I have in my download link is XXX but I would like to download everything...
  15. P

    Vbulletin User=Label Hack

    That post talks about adding a tab not a button I have added a tab already with a shoutbox I have seen the code for adding a button that should be easy just thinking about adding auto label and going to look at autotools addon to see how they do it and attempt to make an addon Might be a...
  16. P

    Vbulletin User=Label Hack

    VERY cool. you should try to implement this as a plugin....that way people can just drop the plugin in and it would just work.
  17. P

    Making "Completed" show directory contents

    Add a secured mod_autoindex location (apache, similar for others) would easily solve this. If you then add a simple iframe to the module's html code, you can even have it embedded into rutorrent.
  18. P

    Improve UI for iPhones

    Problem: window.onresize is executed every time you zoom in on the rutorrent page in the iPhone webbrowser resulting in a more or less unusable interface (unless you have a fancy iPhone with a retina display and some very tiny fingers). Solution Disable window.onresize if the browser...
  19. P

    Remotely Send torrent from webbrowser to ruTorrent (uTorrent and wTorrent)

    By no means do I want to come off as a smartass but sending torrents from my browser to seedbox (thus utorrent) takes two lines of code (if you even want to go as far as calling it that), namely For windows: @echo off scp %1 user@host:/path/to/rtorrent/watchdir For linux: #!/bin/bash scp $1...
  20. P

    Remotely Send torrent from webbrowser to ruTorrent (uTorrent and wTorrent)

    thank you not bad for my first post feels good give what little I can back to this amazing project