Search results

  1. L

    Question/help with "on finished" command

    I'm trying to come up with a better way to download files automatically from my seedbox. In the past i've used rsync but this basically means i have to keep files in a non-sorted location until i decide to delete them from the seedbox as well, and i like to seed my torrents for a long time, so...
  2. L

    rtorrent as a Service

    Probably there are tons of scripts like mine but i figured out to share my version of rtorrent Daemon, this been said in order to learn more about bash scripting any critics or constructive feedback is always welcomed. PS: This was made and tested in Debian environment. Code: #!/bin/sh ###...
  3. L

    Bounty: Torrent Info

    Willing to pay $20us. Im after a php script to be able to be run and copy all the current torrent informtion in to an array to be be stored. Essentially im after a scrape of all the torrent information from rtorrent into a php array. So if I have 20 torrents I would have all this...
  4. L

    Pass URL to ruTorrent

    Can anyone explain how I can pass a URL to ruTorrent so it will automatically start? e.g. 192.168.1.1/rutorrent/?action=add-url&url=http://google.com.torrent I could do this in torrentflux but I'm not sure how with ruTorrent Thanks
  5. L

    Question to the developer like peoples =)

    I was wondering if something like google native client could be leveraged to make rutorrent faster for machines running hundreds of torrents. It seems really interesting http://nativeclient.googlecode.com/svn/trunk/src/native_client/documentation/getting_started.html
  6. L

    Brainstorm: FTP plugin

    greetings i've been thinking in the past few days about building a plugin to send some files over FTP inside ruTorrent. currently i rent a 1 gbps seedbox and send the files i want to my home Synology NAS with a PERL script using rsync...problem is i have to type (copy paste) the file/folder...
  7. L

    [Plugin] Ratiocolors

    On request I post this before it's entirely finished. Currently you have to edit the levels and colors in the init.js file and in the settings you can only see you levels and colors (only looks good in a webkit browser). Please contact me if you have any problems. Just extract in your plugin...
  8. L

    Extratio plugin modification idea

    Hello, me again with a new modification idea. i would like to set a max upload speed by torrent when a ratio is reach, according the torrent size. For example: for all torrents under 5go, i would like to set a max upload speed when a ratio of 3 is reached for all torrents between 5go and...
  9. L

    Create torrent plugin problem

    Hi, I cant create torrents using ruTorrent built-in utility nor with mktorrent external tool. I'll post errors: Using ruTorrent built-in: Quote /var/www/norman/plugins/create/inner.sh: line 15: /var/www/norman/usr/bin/php5-cgi: No such file or directory Error. it seems that somewhere a path...
  10. L

    A few rss questions on refresh time and filters

    Hi there, i am currently transitioning from utorrent to rt/rut. Everything runs as it is supposed to so far. Now i am trying to set up rss feeds/filters. /plugins/rss/config.php $updateInterval = 30; // in minutes Is this where i define the rss feed refresh time? Do i have to define a...
  11. L

    rtorrent killed when deleting torrent.

    Hi, sometimes when i delete a running (seeding/downloading) torrent in rutorrent, rtorrent crashes. It happens in Firefox and IE. I was able to reproduce the behavior with the different torrents adding and deleting them again. Rtorrent crashes about 50% of the time. It has never happened when i...
  12. L

    Problem With Certain RSS Feeds

    Hello, The RSS plugin seems to have issues with certain rss feeds. For example, if I add this feed: http://feeds.feedburner.com/earth-touch_podcast_720p, and setup a filter for it, I get this error in the log window of rutorrent: Bad response from server: (500 [error,setfilters]) If I disable...
  13. L

    RSS and Traffic not working

    both plugins are shown as "Loaded" in rutorrent. but rss doesn't update it's feeds and traffic simply displays nothing (probably because it's not updating either) if i manually update the rss feed it's working. where can i find error messages or a logfile? i'm having these problems since a week...
  14. L

    REQUEST: chmod file when removed from rTorrent

    While a torrent is active in rTorrent, it shouldn't be moved on the file-system level, but rather on rTorrents level so that rTorrent can keep track of it. This is how it currently works -- the files are set to 0755 (by default -- I guess this can be changed per system). However, this...
  15. L

    Create-plugin opens new tab?

    Installed several seedboxes recently, all were scripted using sh. 1 is running Debian, 2 are on Ubuntu 9.10 and 1 on Ubuntu 10.10. Three out of four are running smoothly, no issues there but the fouth one, on a 9.10 release, is causing some headache with the create-plugin. If you wanna create a...
  16. L

    AutoUnpack Method doesn't work

    Hello I am stuck at AutoUnpack Method though ManualUnpack Method Works 100% But trying to get the autounpack working but having no luck their even i reinstalled a clean rtorrent+rutorrent this is my new VPS btw i did installed on other provider vps and autounpack work like a charm but on this...
  17. 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...
  18. 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...
  19. 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...
  20. L

    GeoIP install problem

    Hi guys! I'm havin trouble installing the GeoIP I did: Code: # pecl install geoip # downloading geoip-1.0.7.tgz ... # Starting to download geoip-1.0.7.tgz (9,416 bytes) # .....done: 9,416 bytes # 3 source files, building # running: phpize # sh: phpize: command not found # ERROR: `phpize'...