Search results

  1. D

    color code for downloading torrent

    Probably they have multiple trackers and some of the trackers are either down or unreachable.
  2. D

    not all torrents moved after completion

    If without ruTorrent... hm... don't know really. Try to check this line - system.method.insert=movedir1,simple,"d.set_directory=$d.get_custom1=;execute=mv,-u,$d.get_base_path=,$d.get_custom1=;d.set_custom1=;d.stop=;d.start=" It is correct for rtorrent versions >= 0.8.9 (AFAIR). For previous...
  3. D

    not all torrents moved after completion

    ruTorrent use custom1 for label storage. As result, you have two variants: 1) Remove all "schedule" and "system.method.insert" and use AutoTools plugin instead (AutoWatch feature). Or 2) Replace custom1 in rtorrent.rc to some named custom. d.set_custom=custom_name,custom_value...
  4. D

    rTorrent user can't access external program

    Hello, I'm always having these two errors in my rutorrent log: Code: [28.06.2012 17:25:08] screenshots: Plugin will not work. rTorrent user can't access external program (ffmpeg). [28.06.2012 17:25:08] mediainfo: Plugin will not work. rTorrent user can't access external program (mediainfo)...
  5. D

    Directory Based on Tracker

    Cool, thanks!!! I am not sure if my seedbox provider allows me to run a python script but I am trying this anyhow. I just put sort.py and config.yml in the same location as rtorrent.rc. Is that correct? Is the path in config.yml relative to the user base directory or rtorrent's base...
  6. D

    Directory Based on Tracker

    I actually am trying to figure out how to do it with auto-lablel and auto-move but I can't figure out the variable name for the tracker. I already tried {tracker} in the auto-move path and that didn't cut it.
  7. D

    Directory Based on Tracker

    Hello all, Can someone help me configure ruTorrent to download files to directories based on the tracker? I basically download Movies from PTP and tv shows from BTN and just want them to go to specific folders, so that when I rsync them to local directories, my Plex server can pick them and...
  8. D

    Is it possible to access rutorrent with same U/P from different locations

    There's nothing in the tutorial that would puposely block / limit access. Maybe if you give us some of the symptoms and/or error messages someone can help.
  9. D

    Is it possible to access rutorrent with same U/P from different locations

    No such limitation exists. What is it exactly that doesn't work for them?
  10. D

    Stalled Downloads when using Multiple Torrents

    and you're sure this isn't just related to the torrent itself? If not then i can't think of a reason this should happen....i've never seen that. (not saying it's not true)
  11. D

    Move completed ONLY from download directory

    I am setting up a seedbox for a friend of mine, and as soon as I add the autotools plugin folder, ruTorrent throws the following error. Code: Bad response from server: (500 [error,getplugins]) I don't suppose you have any idea what could be causing this? I am not sure if this is related to the...
  12. D

    Move completed ONLY from download directory

    You guessed right! Its working now, thank you so much for the quick turn-around, .
  13. D

    Move completed ONLY from download directory

    Thanks kockbag. So am I correct in saying that the first log you pasted above is the result of trying to save a torrent to a folder OTHER THAN your default location? And the second one is the result of saving to the default location (ie. this works fine)? If so, then you are experiencing...
  14. D

    Move completed ONLY from download directory

    Target definitely exists... The torrent actually downloads successfully to the target directory. Immediately after it completes though, AutoMove tampers with the target directory (even though it should be ignoring it) and that's where the problem comes in. Also, I am using the SVN version...
  15. D

    Move completed ONLY from download directory

    Scratch that, its not working 100%. I seem to have discovered a bug of some sort with this plugin. When I add a torrent that contains a single file (no folder) and save it to any directory OTHER THAN my default download directory, I am receiving an error in ruTorrent that reads: [Hash...
  16. D

    Move completed ONLY from download directory

    Fantastic! It is working exactly like I had hoped! Thank you so much for the assistance, Novik65.
  17. D

    Move completed ONLY from download directory

    Thanks for the reply Novik65. However, unless I am missing something, this plugin will achieve exactly the same results as the code I already have in place and is NOT able to exclude downloads that were deliberately saved to a different folder.
  18. D

    Move completed ONLY from download directory

    Hi there, I use the following code to move all completed downloads to a different folder. Code: system.method.set_key = event.download.finished,move_complete,"d.set_directory=/stnick/data/completed;execute=mv,-u,$d.get_base_path=,/stnick/data/completed" This works great for me as then...
  19. D

    non-english characters

    for example google: debian install locales and see what you get.
  20. D

    non-english characters

    install the locales in your os