Git Product home page Git Product logo

Comments (4)

dnsmichi avatar dnsmichi commented on May 25, 2024 3

a note on the wiki

http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasks#Movecompletedtorrents

requires an update then.

system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,/Download/;d.set_directory=/Download/"

=>

system.method.set_key = event.download.finished,move_complete,"d.set_directory=/Download/;execute=mv,-u,$d.get_base_path=,/Download/"

from libtorrent.

jimeh avatar jimeh commented on May 25, 2024 2

I'm using v0.9.2, and for me @dnsmichi's solution of having d.set_directory called before the move command solved the issue. But it would be nice if the Wiki was updated with details of from which version this is required. Cause when I was using 0.8.9 the variant on the wiki worked fine.

from libtorrent.

rakshasa avatar rakshasa commented on May 25, 2024

Just read the error message;

from libtorrent.

ralyodio avatar ralyodio commented on May 25, 2024

I get this error:
Event 'event.download.finished' failed: Bad return code.

when trying this command:

system.method.set_key = event.download.finished,move_complete,"d.set_directory=/var/torrents/done/;execute=mv,-u,$d.get_base_path=,/var/torrents/done/"

from libtorrent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.