Search results

  1. D

    Browse/Delete plugin

    you can install something like extplorer if you want this function. You can ask for the feature but i wouldn't hold my breathe. This is something you can either pay someone to design, or wait for. I do not think it is currently planned but i may be wrong. (it falls outside the scope of what...
  2. D

    rss-plugin

    Well, kind of figured. But if the rss-plugin would have worked ... oh well, was just a little nerved out hustling with the rssdler config the last days, but finally got it working (fingers crossed) with cookies and stuff. Since i already have watch-dirs with assignment of different labels...
  3. D

    rss-plugin

    Hi all, in opposition to wonslung plans i would want to setup the plugin in a way that it only downloads the torrents to my watch folders and rtorrent takes over from there since i have setup many things within .rtorrent.rc already. So far i think it is not possible since e.g. the path i can...
  4. D

    how to make a torrent

    hehe, so you found the "create" plugin i take it =)
  5. D

    RSS Plugin does not load HTTPS feeds

    Don't got anything yet. Try novik65 [at] gmail.com
  6. D

    RSS Plugin does not load HTTPS feeds

    it's either your curl setup or you have a feed that rutorrent doesn't like. Do you have curl set up in conf/config.php I can assure you it works with https feeds on many systems.....so it's either something in your setup or you are having trouble wiht a specific feed.
  7. D

    How to add RSS-filters for more than one show

    if you are splitting the server then you should create 2 rutorrents. that would be MUCH more ideal. all you need to do is: create a second unix account: add a .rtorrent.rc to this account making sure to use a different port than the one you are using (default is 127.0.0.1:5000 so set it to...
  8. D

    How to add RSS-filters for more than one show

    See button "?" on dialog http://rutorrent.googlecode.com/svn/wiki/images/rssdownloader.jpg you can use it for check your current filter. Something like /(Chuck|Simpsons|Scrubs)/i or /.*/i - this variant will catch *all* items is rss. It will catch 1080i *and* 1080p. Another variant -...
  9. D

    RSS Plugin - Error loading feed

    Hi everyone, I'm trying to setup RSS Plugin but everytime a try to Add a Feed i get an error: Error loading feed I'm try diferent feeds (i.e. http://ezrss.it/feed/) and none work. I' try searching for a solution but it didn't help Hope someone could give me a hand. I'm running - Ubuntu...
  10. D

    Create torrent Plugin

    HowTo: on x86 Code: make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 NO_HASH_CHECK=1 on x64 Code: make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 NO_HASH_CHECK=1
  11. D

    Create torrent Plugin

    Invalid .torrent file was created by mktorrent. This file doesn't contain info['name']. I think, something bad with source. This is a directory without files or something like that.
  12. D

    Create torrent Plugin

    Can you understand english? See this: Where you see the value 'true' in the list of valid choices for $useExternal?
  13. D

    Create torrent Plugin

    am using helper mkcreate... what should i configure in the conf/config.php? still taking time
  14. D

    Create torrent Plugin

    Try to install the plugin _datadir.
  15. D

    RSS Automatic Updates

    The next line in the execute.log must be inserted after 10-15 min since rtorrent start only. Is you wait for this interval before visit to execute.log
  16. D

    RSS Automatic Updates

    dude, I'm getting pretty tired of your insults. I'm not being rude. I've answered every question you've asked and tried to help you as best i can. Rude is when you go around calling people names. I'm not going to tolerate people making insults here. This is your first warning.
  17. D

    RSS Automatic Updates

    heh - Could be wrong though. After trying this, I only get one entry in my log file. So it would appear I'd have to schedule it for every 10 minutes rather than invoking it once.
  18. D

    RSS Automatic Updates

    No, this is a not normal. Attach your rtorrent.rc file here, please. Version 3.0 has'nt such variable.
  19. D

    RSS Automatic Updates

    the best way to see if it is working is to do this: set it to 1 minute and keep calling ps as that user and look for the php command. There is also a way to call an execute log, but i forget the exact syntax for 0.8.6 I'll find it for you. edit: log.execute = /some/file/somewhere.log in...
  20. D

    RSS Automatic Updates

    If this helps, the user "apache" is the web user. And my rTorrent runs under the username "rtorrent".