Search results

  1. R

    How to use rutorrent: RSS plugin

    yah, that's because the numbering doesn't work that way. I suggest using a tool to check your regex, that regex wouldn't work the way you expected it to. For now just make it /Avengers.Earths.Mightiest.Heroes.S01E.*/i until you learn how to do the numbering correctly
  2. R

    How to use rutorrent: RSS plugin

    with regex * means 0 or more of the previous character and . means any character so .* means any amount of characters. Think of it like this: dork* will match dork dorkk dorkkk
  3. R

    How to use rutorrent: RSS plugin

    it should have worked.
  4. R

    How to use rutorrent: RSS plugin

    Put this in your .rtorrent.rc (update the paths and webui user name): Code: execute = {sh,-c,/usr/bin/php /var/rutorrent/rutorrent/php/initplugins.php yourRUTORRENTname &}
  5. R

    How to use rutorrent: RSS plugin

    Cheers brock. That looks like that was the problem. I can now right click on the RSS feed in my seedbox and it downloads. So I assume it will work when I auto download. Fingers crossed.
  6. R

    How to use rutorrent: RSS plugin

    Your regex is wrong. Try this: /Blue.Bloods.S01E0[6-9].*/i That should match the releases you want. Your exclude filter will filter out the 720p releases.
  7. R

    How to use rutorrent: RSS plugin

    I actually did that already it doesn't seem to work. Is there a possibility to log rutorrent?
  8. R

    How to use rutorrent: RSS plugin

    Yeah, it did need the cookie. I wasn't sure because I could not find pass and uid for that site. So I used the "digest" part of the link as the pass and didn't worry about uid, and it's working fine now.
  9. R

    How to use rutorrent: RSS plugin

    See to rutorrent/share/settings/rss or to rutorrent/share/users/YOUR_USERNAME/settings/rss folder (this dependens from your configuration). Delete from it all files except 'filters'.
  10. R

    Making "Completed" show directory contents

    Why not just use labels and NOT remove them? There is no reason you can't just stop the torrents and label them. Anyways, i'd either do that, set up the file explorer plugin or both.
  11. R

    Making "Completed" show directory contents

    The running torrents show up just fine, it's just that the finished ones are also removed from rtorrent, since it removes the associated .torrent file on completion. Thus it's impossible for rtorrent to give a list of completed downloads, since they're not rtorrent anymore. Thanks for the link...
  12. R

    How to lock config or to remove config button within rutorrent webinterface for

    How to lock the config function or to remove config button within the rutorrent webinterface for the desired user? When I said to "lock", I mean to completely lock this function that user cant enter inside the config, I mean its not enough to make read-only and unchangeable, but locked. Also...
  13. R

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

    https://chrome.google.com/webstore/detail/remote-torrent-adder/oabphaconndgibllomdcjbfdghcmenci The Remote Torrent Adder for Chrome works wonders, with very little to configure. It intercepts .torrent files from downloading to your computer by sending them directly to your seed box, as well as...
  14. R

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

    I'm not sure I understand *what* this script is doing... Correct me if my understanding is wrong: 1. Visit some private/public torrent website on your local desktop. 2. Find a .torrent file available there that you'd like to download 3. Run this greasemonkey script on that URL which will send...
  15. R

    Keep track of when an item was last active

    Fair enough. I've already checked other plugins and can grasp the basic concept, but I still don't fully understand the rtorrent and rutorrent calls enough to adapt them to suit. Looks like I need to learn.
  16. R

    Keep track of when an item was last active

    By hands. Is that russian for fuck off and do it yourself? Had a look at the seedtime plugin and I guess I need to try and hack that.
  17. R

    Keep track of when an item was last active

    My??? I'm not an owner or member of this community. This is a *rtorrent* community, not *ruTorrent*. It will show to you how to add a new column to the torrents list of the ruTorrent UI
  18. R

    Keep track of when an item was last active

    I've managed to edit the code to add the new field to the rutorrent webui, but how to create and call this new function last active in the new column? Do I need an id: "last_active"? www/rutorrent/js/webui.js Code: { text: theUILang.last_active, width...
  19. R

    Chrome: Remote Torrent Adder

    https://chrome.google.com/webstore/detail/oabphaconndgibllomdcjbfdghcmenci Send right-click send links to rutorrent. I think you can also get it to parse the .torrent links themselves so they're just left-click send.
  20. R

    BOUNTY: Better search

    you can't add to a bounty without pledging money.