Giter Site home page Giter Site logo

Request - raw data about qbittorrent-cli HOT 6 CLOSED

fedarovich avatar fedarovich commented on July 26, 2024
Request - raw data

from qbittorrent-cli.

Comments (6)

fedarovich avatar fedarovich commented on July 26, 2024

Hi,
I have a plan to implement such feature. But I have to think how to do it in the best way. I will probably add a --format <FORMAT> option, so it will be possible to specify both screen formats (like Table or List) and raw formats (like CSV, JSON).
I'll try to add this feature in the next version (qbt 1.5).

from qbittorrent-cli.

Jorman avatar Jorman commented on July 26, 2024

Thanks!

A little OT, do you know if there's a possibility to change the qbittorrent port or add extra tracker to a specific torrent with cli or live http request?

from qbittorrent-cli.

fedarovich avatar fedarovich commented on July 26, 2024

Yes, it should be possible.

Changing of ports can be done by different subcommands of qbt server settings command.
For example, to change the incoming connections port, you can use the following command:

qbt server settings connection -p <PORT>

To change web-interface and API port, please use:

qbt server settings web -p <PORT>

To add a tracker to the torrent you can use:

qbt torrent tracker add <HASH> <TRACKER_URL>

In general, all commands are documented in Wiki, though yes, it's not so easy to find the required one.

from qbittorrent-cli.

Jorman avatar Jorman commented on July 26, 2024

Thanks, I don't have searched well!!!
My goal is to inject tracker, like this
https://github.com/Jorman/Scripts/blob/master/AddTransmissionTrackers.sh
only to public torrent, so for this I ask you all this stuff, raw data and so on.
So in this way I can call the script from sonarr or radarr, and try to inject tracker to the selected torrent, from a live tracker list, always updated.
The port is needed for the PIA VPN, because pia offer a very small windows of time after connection, so I already have script that monitor pia, in this way I can (I hope) make a script that tell to qbittorrent what port have to use

Thanks

from qbittorrent-cli.

fedarovich avatar fedarovich commented on July 26, 2024

The output format option is now available in the latest nightly build. I've documented it in the wiki

For example, if you want to have a torrent list in CSV format, you can now use the following:

qbt torrent list --F csv

I will likely make release 1.5 at the end of the week.

from qbittorrent-cli.

Jorman avatar Jorman commented on July 26, 2024

Thank you very much

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.