Search results

  1. S

    A few rss questions on refresh time and filters

    thank you. not only for this but all the other VERY helpful answers in the forum.
  2. S

    rTorrent's user can't access.... and so on error

    i've done Code: chmod -R 777 ./www/rutorrent and im starting rtorrent by doing Code: screen rtorrentand this means my mainuser that i loged on to ssh with is the user of rtorrent right? and mainuser is also the owner of rutorrent folder. and yeah im using authentication in my apache2 conf...
  3. S

    rTorrent's user can't access.... and so on error

    which os do you have? you need a command line version of php for debian based linux this would be Code: apt-get install php5-cli
  4. S

    Stop seeding after x amount of hours

    Or perhaps even a truly 'seeding time' plugin, as the mentioned plugin displays the Finish time and date. A 'seeding time' column, with '5hrs 16mins' for example.
  5. S

    Stop seeding after x amount of hours

    Hey, I'm looking for a way to achieve the above. What I want to do is just seed for say 168 hours and then stop & delete my weekly tv shows, because I'm getting a really messy build up of old seeds and shows. Something like the Ratio plugin perhaps.. Thanks
  6. S

    Autotools: moved torrents can not be seeded after rtorrent restart.

    Maybe this is also connected with the missing session settings of yours. Or did you create it in the meantime? Also have a look around the rtorrent pages, e.g. Code: http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasksthere are examples for different tasks.
  7. S

    rtorrent killed when deleting torrent.

    Thank you. I already found those. Yet from what i understand those were event based issues. Manually deleting a torrent from ru did not seem to apply. Bear with me here. The triggered events in the tickets are from inside rt while ru is an external call?! So my question is are they the same...
  8. S

    [geoip] advanced lookup

    Yet once. THIS HASNT RELATION TO GeoIP plugin. See rutorrent/js/common.js:289 Write your own plugin and change theURLs.RIPEURL in it.
  9. S

    Sorting rss filters alphabetically

    Thank you. I don t mind if it is literal as long as it is sorted I just chose a bad test case.
  10. S

    Sorting rss filters alphabetically

    Hi, is there a way to do that? Should i manually change the /settings/rss/cache/filters ? Or is there an easier way? I currently have about 200 filters. So order is needed.
  11. S

    FTN feeds not saving correctly

    cookies.
  12. S

    Problem With Certain RSS Feeds

    probably not, and it's likely not in php's search path either. Set it explicitly in your config.php
  13. S

    Problem With Certain RSS Feeds

    i am not sure because i don't use that particular site but i do know some types of feeds do not work period and never will to work it should be a "download" feed if it's an https feed, you need to have curl setup and rutorrent needs to know where it is. Some sites require cookies
  14. S

    RSS feeds don't always appear...

    That variable is set to false, as default. I have deleted my config files (all 3) and replaced all of them with copies of the defaults as-checked-out from SVN last night. I then re-applied my edits (ports, paths, etc) The problem still persists. Thanks for the help, wonslung!
  15. S

    RSS feeds don't always appear...

    From day one I set up rutorrent to be multi-user aware. It has never run in a single-user setup. The only change i've made recently is upgrading to the latest revision of rutorrent as of last night. Once I did this, I noticed that my user-specific configuration at /conf/users/tigereye was not...
  16. S

    RSS autodownload

    heh yeah I was just going to suggest this. /*/i This will match torrents with a single asterisk as their name "*" but case insensitive. Novik's /.*/i will match ANY character (the /. is any single character) repeated ANY number of times (the * means repeat), with any case (the /i means case...
  17. S

    RSS autodownload

    Try setting Code: /*/i as your regex and check "Check title field".
  18. S

    RSS downloaded torrents lost upon rtorrent restart.

    Hi, If i restart rt with some torrents seeding which have been added from a rss feed, those torrents are gone. Torrents which have the .torrent files in a watch directory will resume. Is there a way to make the rss plugin download the .torrent file so the seeding torrents will be resumed or do...
  19. S

    autoRARing after downloading

    thanks for the answers
  20. S

    autoRARing after downloading

    I understand it))) I unfortunately can not write the plugin itself. in this connection the question arises. how much will it cost to write such a plugin?