Search results

  1. S

    PHP issue

    Hey, I am completely new to webservers but I think I can use them pretty good already. Using apache2 on Suse 13.1. Not sure which information I need to post here. I'll just describe my error first and I hope you can tell me which information you'll be needing. So I set up rTorrent which is...
  2. S

    rutorrent connection problems !

    Try to use plugin 'rpc'.
  3. S

    rtorrent dsm 5 xmlrpc fails to compile.

    hi all, i have been following this guide http://forum.synology.com/wiki/index.php/RTorrent_ruTorrent_HowTo to try and install rtorrent on my synology ds 1513+ nas everytime i try and compile xmlrpc it fails on the make command with error 2. ii am using the latest build dsm 5 has anyone written...
  4. S

    Add Torrent - PopUp Issues

    The same problems with 'create' and 'add' and 'help' buttons from yesterday. Pop up window just blinks for a moment and disappears. Also can't save screenshots or use buttons at this feature - the screen is grey and these buttons are unavailable. No problems with deleting but have problems with...
  5. S

    Add Torrent - PopUp Issues

    If you're using Chrome(ium) and not getting notifications when the torrents are added I patched it with new API here: https://code.google.com/r/kolorkode-ssb-remote-torrent-adder
  6. S

    ruTorrent auto-install script changed my Apache documentroot.

    Hi, all. Hoping for a bit of help with this. I run Apache 2.2 on CentOS 6, and I used the ruTorrent auto-install script by Etienne Rached. It works perfectly, but... it's altered my Apache DocumentRoot to /var/rutorrent by adding a rutorrent.conf file to my /etc/httpd/conf.d/. I don't know if...
  7. S

    Queue system

    tried the tutorial, no luck. will try again later
  8. S

    Queue system

    Queue system that allow the rtorrent to download 3 or 4 torrent at time, once done with it, it will then continue the one next on queue.
  9. S

    Automatic labels based on tracker

    In short: Can I make it autoassign a label to a torrent from a specific tracker? Just the label...no folder moving etc. Thanks
  10. S

    Automatic labels based on tracker

    moving to a specific folder is probably something that would have to be set up in .rtorrent.rc. i would love to see this happen, i have been trying to work on it for a while, but am struggling a little bit. if anyone is any good at ruby your help would be appreciated
  11. S

    Compatibility with SVN versions of rtorrent

    people have to understand, as a development project, it would be stupid for us to try to hit a moving target. rutorrent should never be developed to work with an svn version. It should be developed to work on the latest stable version. Things change in svn all the time. If you want to run...
  12. S

    Auto Ratio Group

    In my case it's not manual. I click on a torrent and it's automatically downloaded to my watch directory, other file types not. With my watch directory being a webdav share I can be anywhere with web access and it will work.
  13. S

    Auto Ratio Group

    What did you have in mind? I can't really see anyway auto-tools or the RSS tool are of any use here, hence the suggestion for new functionality. Ultimately I want to to be able to drop random torrents in my *single* watch directory and then have something identify the tracker and...
  14. S

    Auto Ratio Group

    There's no RSS feed involved here, that was just an example. I'd like something for my watch directory.
  15. S

    Auto Ratio Group

    I have a Firefox extension (automatic save folder) that I use to automatically download all torrent files to my watch directory (which also happens to be a webdav share, so I can access it remotely). What I'd like is the ability to automatically assign torrents a ratio group based on their...
  16. S

    Auto Unpack Enhancement: Filters

    Try to buy a ticket. E.q. try to update plugin from svn and check it's options.
  17. S

    Auto Unpack Enhancement: Filters

    haha I totally misunderstood you. I thought by support you meant support the code, as in "maintain the code". My mistake!
  18. S

    Auto Unpack Enhancement: Filters

    umm, a lot of work? bounty? money? support? lot of work? HUH? this is like 5 little lines of code. Code: Function IsInFilter( FilenameOfTorrent ) { If ( regex(FilenameOfTorrent,^(Greys|Doctor|Gossip).*s*[0-9]+(e|x)[0-9]+.*720p.hdtv) ) Return True Else Return False...
  19. S

    WEB PEEK

    Quote : http://code.google.com/p/pyroscope/wiki/OutputTemplates#Using_Tempita_for_full_output_control Dump a static web page, done. Got my static page up. But hey can you call rtcontrol in php?
  20. S

    WEB PEEK

    cheers once I get back into things and things start panning out for me, I will start programming again. (off topic) Only just got back on the net after 2 years of having no connection(bills, bills,), So kinda catching up on stuff I couldn't do on a computer offline. thats reading and learning...