Giter Site home page Giter Site logo

Comments (4)

Jarsky avatar Jarsky commented on June 27, 2024 1

this is done @jducaud
you can use the below command once the author has published a release (or you can clone the git and build it)

qbt torrent force-resume HASH|ALL

from qbittorrent-cli.

fedarovich avatar fedarovich commented on June 27, 2024 1

I've published the release with this pull request

from qbittorrent-cli.

Jarsky avatar Jarsky commented on June 27, 2024

Hi there,

I really like this tool. Its useful for me to automatically pause the torrents to release file locks and allow them to be moved off my cache to storage.
But I have issues with torrents seeding properly so I normally set them to forced resume.
Would be great if we could get this feature added as @jducaud requested.
Even if its just its own command e.g qbt torrent forceresume all

It looks like this is the API call
https://github.com/qbittorrent/qBittorrent/blob/162273da47cda21b5d3a5bab54c098dbb1d7468d/src/webui/www/private/scripts/mocha-init.js

    setForceStartFN = function() {
        const hashes = torrentsTable.selectedRowsIds();
        if (hashes.length) {
            new Request({
                url: 'api/v2/torrents/setForceStart',
                method: 'post',
                data: {
                    value: 'true',
                    hashes: hashes.join("|")
                }
            }).send();
            updateMainData();
        }
    };

from qbittorrent-cli.

jducaud avatar jducaud commented on June 27, 2024

Thank you @Jarsky !

from qbittorrent-cli.

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.