Giter Club home page Giter Club logo

rtorrent-docs's People

Contributors

kannibalox avatar pyroscope avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rtorrent-docs's Issues

Repairing Stuck Items

Hi,

I try to redownload via xmlrpc in php but it's doesn't work.

I use this to find a solution.

rtcontrol --exec 'stop= ; close= ; f.multicall=,f.set_create_queued=0,f.set_resize_queued=0 ; check_hash=' \
          --from stopped // -/1

I converted this instruction in php

$rtorrent->call('d.stop', [$hash]);
$rtorrent->call('d.close', [$hash]);
$rtorrent->call('f.multicall', [$hash, '', 'f.set_create_queued=0', 'f.set_resize_queued=0']);
$rtorrent->call('d.check_hash', [$hash]);
$rtorrent->call('d.open', [$hash]);
$rtorrent->call('d.start', [$hash]);

hash check deactivation not working

Hi.
After asking for help in IRC but getting almost no help even after searching the wiki, maybe I can find some help here!

I have a large torrent that is being hash_checked even with option hash_check=no in .rtorrent.rc file.

Why does this happens and how to avoid hash_checking of any torrent?

Maintenance

@pyroscope if you're not available or interested in maintaining this project anymore, I'd be willing to become a co-maintainer. It'd be great to get all the different commands documented.

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.