Search results

  1. D

    [create] Invalid torrent file

    try buildtorrent I've switched to that and it works flawlessly
  2. D

    NO paths showing when creating a torrent

    Hello, I have for the first time tried to create a torrent in the 3.0 beta, and have noticed that no paths are shown when i click browse, and I've als checked when adding torrents that when trying to select a directory the paths are not shown. My download path is /home/user/torrents/doing And...
  3. D

    create plugin & mktorrent issues

    Recompile mktorrent with large file support.
  4. D

    Incomplete files

    Use f.multicall with parameters f.get_priority, f.get_completed_chunks, f.get_size_chunks (and torrents hash, of course). Check file priority - if it 0, then this file is skipped. Else if get_completed_chunks==get_size_chunks then file completed. Else - incompleted.
  5. D

    Incomplete files

    No. But you may retrieve this information (which files are complete, which - incomplete) directly from rtorrent.
  6. D

    Plugins will not start (probably apache/permission issue)

    dude, you're welcome to ask questions that's what this forum is for. you should always compile: xmlrpc-c libtorrent rutorrent get xmlrpc-c-advanced libtorrent/rutorrent stable compile xmlrpc-c compile libtorrent compile rtorrent with xmlrpc-c
  7. D

    Plugins will not start (probably apache/permission issue)

    the error tells you the problem. try changing the rutorrent/share dir to be owned by the webuser. if you have rutorrent installed to /usr/local/www/rutorrent, and your webuser is www it would be something like: Code: chown -R www:www /usr/local/www/rutorrent/share/
  8. D

    Problem with data plugin

    i used the data plugin from SVN and now it works for larger files. I did a diff on it and this is all I see different diff ../OFF/data/action.php action.php 49c49,50 < @readfile($filename); --- > ob_end_flush(); >...
  9. D

    Problem with data plugin

    No problem, I appreciate you trying to help anyway!
  10. D

    Problem with data plugin

    this all looks fine...I'm not sure what your problem is....We likely need to wait for novik to get back from his holiday...did you make any changes to your php.ini files? which version of php are you running? just to be sure is it the data plugin giving you trouble (downloading via http) not...
  11. D

    Problem with data plugin

    I am trying to download completed files from within rutorrent, using the data plugin. Seeding & starting torrents works perfectly fine, but clicking on "get data" results in errors of: "Web-server user can't access the data of this torrent." and sometimes: Code: "JS error: [http://my.url/ ...
  12. D

    RSS Plugin - Episode Tracking

    To breathe some life into this interesting topic. Would it really need a database? you really just need to add a local compare option which would mean eg. Bones S05E01.HDTV.720p-MYTH would match with e.g. Bones.*S[0-9][5-9]E[0-9][0-9].*720p.* But in the new type break down the regex to...
  13. D

    RSS Plugin - Episode Tracking

    Well i think it's a good sign that your feature request hasn't benn marked as WONT FIX. Normally, if they are not going to be tried, or worked on, they will be marked as wont fix within a few hours of making the request.
  14. D

    RSS Plugin - Episode Tracking

    exactly. If you know the tv schedule and plan ahead it works fine. His RSS option is quite nice though, and i'd love to see it hit rutorrent at some point.
  15. D

    RSS Plugin - Episode Tracking

    And this is exactly the way it should have been handled from the beginning. I agree with this ticket, i think we need to have my RSS addition of "grouping" addressed first, but this would be nice.
  16. D

    RSS Plugin - Episode Tracking

    The only way to prevent duplicates right now would be to break down the regex to an episode basis (one filter per episode, download once, no matter which group). But that is only a work-around. Doable but not very convenient. Since i do see a good potential for your input to be implemented...
  17. D

    RSS Plugin - Episode Tracking

    i can point out 3 things you totally misunderstood. Why don't you take a deep breath and go re-read the entire thread, i'm sure you can find the 3 things you got wrong without me having to point them out. And there you go again putting words in my mouth, i'm not trying to argue with you, i'm...
  18. D

    RSS Plugin - Episode Tracking

    you're totally missing the point. one tool for one job means: rtorrent for torrents rutorrent for webui mktorrent for creating torrents some rss program for rss stuff this is the unix way. The fact that we have an rss plugin is totally beside the point. If you have a tool which done it...
  19. D

    RSS Plugin - Episode Tracking

    Moving on. I suspect it'll cause me issues. Maybe my RegEx isn't that foo enough, but maybe you can help. First thing to note, the reason this is so important - is our broadband costs in this country are extremely expensive. We pay for what we use. So, I need to make sure I'm not downloading...
  20. D

    RSS Plugin - Episode Tracking

    you can set it to only download a specific filter 1 time only, one time per week one time per month and so on. the rss plugin in rutorrent is QUITE good, but even if it was absolute shit, it wouldn't make much difference considering watch dirs work and there are a TON of rss programs outside...